Phaedrus |
11-08-2009 09:17 PM |
Quote:
Originally Posted by realdx
(Post 1910581)
will this work with vbadvanced? the original vb index.php has been replaced by the vbavanced one and renamed to indexb.php.. thanks!
|
I actually don't know if it would work because the link is the one generated by bvulletin... I can't see why it wouldn't.
I think it would depend on what the url for your home page is. It uses the link generated by vbulletin that points them to index.php...
In you user_cp templates it creates a new template, in that template you would need to find the line below...
Code:
6="$vboptions[bburl]/index.php?referrerid=$bbuserinfo[userid]" >$vbphrase[refid_usercp]
And change the "index.php" portion to refer to your index.
|