Quote:
Originally Posted by quarum
I have a question.
I have everything working including the vBA integration. However one small detail.
Just so you understand.
My index.php is the vBAdanced file located in the root of my site.
vBulletin is installed in the /vb folder off the root.
On my vBAdvanced page the little icon that is to the left that would link you to Flashcat is not working, The reason is this.
The icon on my vBA page links to http://www.mysite.com/misc.php?do=flashchat and is should be to http://www.mysite.com/vb/misc.php?do=flashchat
How can I add in the /vb to that link?
Thanks all - INSTALLED!
|
Edit the
adv_portal_whoischatting template.
Find:
Change it to:
Code:
<a href="vb/misc.php?do=flashchat">
Hopefully that should fix it.