
No i am not there employee

I am a guy who is testing their products, support their forum and work more close with them!
Though, anyway - this is a latest info i get from Vladimir, hope it will be helpfull for the guys whow are experience problems with VB 3.6 and elearningforce bridge:
JVB Bridge component is realized on principle of Cookies usage. Therefore single login works ONLY when Cookies are enabled in your browser. Also you should notice that component places Cookies to
http://www.mysite.com domain. That’s why your forum should be configured exactly for the domain where Cookies are located BUT NOT for subdirectory where forum is located. Below is an example of correct configuration:
1) Go to your Forum admin control panel.
2) Choose vBulletin Options.
3) Choose option Cookies and HTTP Header options in Select-list.
4) In Path to Save Cookies select “/” instead of “/forum” (“/forum” – your forum path).
Please view the following possible setup variants, cases when component might work incorrectly and ways to solve them:
1)
http://www.joomla.com/forum. Everything works correctly if you respect the recommendations listed above (beyond) and in GUIDELINES item).
2)
http://www.mysite/joomla/forum. The same as item 1.
3)
http://www.mysite.com/joomla AND
http://www.mysite.com/forum. The same as items 1, 2 BUT when you enter path to your forum you should specify the following path «/../forum» in component settings).
4)
http://www.forum/joomla.mysite.com or
http://www.forum.joomla.com. Component will work well BUT Single login won’t be available (as Cookies can be set for subdomain only but not for other domain).
Please notice that
http://www.mysite.com and mysite.com are different domains. And if your Joomla live site is assigned with ‘www’ then you should always call it with ‘www’.
That problem can be solved by entering the following parameters into .htaccess:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^mysite\.com
RewriteRule ^(.*)$
http://www.mysite.com/$1 [R=permanent,L]
Using redirect you can also be sure that Javascript(s) works correctly.
Best,
Tomas