PDA

View Full Version : need help with phrases


Dr.Viggy
05-20-2006, 06:41 PM
I have just installed VBAdvanced, renamed cmps_index.php to index.php and to keep the original view as well i made index.php into index2.php.

I also put a link on the navbar called "Forums" so a user can go from the VBA index to the original index.

the problem i'm having is that when someone is viewing the original index (index2.php) and i look at the who's online list it give the "unknown location" and path. Now, i'm new to this so i'm not sure, but i believe that means it has to do with phrases somehow that way when the who's online list is viewed, it'll say "forum home" or whatever the exact syntax it.

i'm not sure if the whole thing makes sense and maybe i can explain it further, but if anyone has any ideas, please let me know.

here is the code in the navbar that i put in
<td class="vbmenu_control"><a href="index2.php$session[sessionurl_q]">$vbphrase[forums]</a></td>

peterska2
05-20-2006, 07:05 PM
In your ACP > vBOptions > vBOptions > Forums Home Page Options > Script Name for Forum Home Page

Make sure that you have updated this to read index2 so that it recognises your forumhome as your forumhome for WOL.

Dr.Viggy
05-20-2006, 07:09 PM
can i have multiple file names in there such as index.php and index2.php?

peterska2
05-20-2006, 07:13 PM
No, it is just the one that displays your actual forums.

Dr.Viggy
05-20-2006, 07:14 PM
so if i set it to be index2.php then when someone is at index.php (VBA) it will give the path again right?

so i guess overall my questoin is just... is there a way to take anything that gives the unknown location and path and set it to give a name?

I have others that do the same thing

cafepress addon
surveys

Rich
05-20-2006, 07:24 PM
Install this and you can add any names to the WOL that fall within the vb directory:

https://vborg.vbsupport.ru/showthread.php?t=83247&highlight=Custom+WOL

peterska2
05-20-2006, 07:25 PM
I recommend this mod Add custom WOL locations from the ACP (https://vborg.vbsupport.ru/showthread.php?t=83247) by Andreas. It allows you to easily add additional WOL locations to stop the unknown location showing on the WOL list.

Dr.Viggy
05-20-2006, 07:27 PM
perfect. thanks for all the help