Quote:
Originally Posted by ElfMage
Hi. Could you enable URL Commands from vbWiki Pro's Admin CP Settings, if you'd like you can set the IP filter to 67.191.58.190. Thanks.
|
I found the solution from your site
http://www.nuhit.com/forums/4465-post7.html
I need to set the domain to .website.com and path to /
Now it works perfectly...weird...I didn't have to do it in earlier version.
Now that this issue solved, may I have your attention and help in another one.
I have a customized header template that has navigation bar in a similar fashion as vb.org in that the bar will be highlighted depends on the location of the page you visit. If you at forum home, the FORUM button will be highlighted, if you at the VBA home, the HOME will be highlighted and so on. I'd like to have it so that the Wiki will be highlighted when i'm on any page of wiki.
Here is my current code
Code:
<a href="#" onclick="window.open('/forum/javachat.php?$session[sessionurl]do=lite','javachat','statusbar=no,menubar=no,toolbar=no,scrollbars=no,resizable=yes,directories=no,width=750,height=550,left=50,top=100,screenX=50,screenY=100'); return false;" class="tab">Chat</a>
<a href="http://www.quantnet.org/wiki/" class="<if condition="THIS_SCRIPT == 'vbwiki'">tab<else />tabpage</if>">Wiki</a>
<a href="http://www.quantnet.org/forum/" class="<if condition="THIS_SCRIPT == 'adv_index'">tab<else />tabpage</if>">Forum</a>
<a href="http://www.quantnet.org/" class="<if condition="THIS_SCRIPT != 'adv_index'">tab<else />tabpage</if>">Home</a>
This does not work at the moment.
When i'm at VBA home, both HOME and WIKI are highlighted
When I'm at forum, both FORUM and WIKI highlighted
When i'm on wiki page, the FORUM highlight
You can visit
www.quantnet.org and see for yourself.
Do you know any page location I can use ?