The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Whose Online forced incorrect directory error?
I'm trying to set the whose online to let me rename the titles of my own homepage files when people are looking at them....
Problem is this ONLY works correctly if the files are in the VB folder. Well that like saying America can't work unless it occupies Canada! I tried doing a setpath but honestly I am a kind of a PHP newbie. I just know how to set and call strings :laugh: So somehow I need this to go out one level (out of the vb directory) and then into my directories.... .com/community/ ~VS~ .com/home/ Here is my code from the functions_online.php file. Any help is GREALTY appreciated! case 'home': $userinfo['action'] = 'Home Section'; $userinfo['where'] = "<a href=\"../home/home-news.php\">Latest News</a>"; break; AND.... case '../home/home-news.php': $userinfo['activity'] = 'home'; break; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|