Michael1337
10-24-2009, 10:00 PM
Dynamic Updating URL <-> Button
If you installed vBAdvanced CMPS (http://www.vbadvanced.com/) this is a little add-on just created for a navbar button which gives faster access to forums.
For those that want to make there own here is the code:
<td class="css_nav"><if condition="THIS_SCRIPT == 'adv_index'"><a href="$vboptions[bburl]/"> Forums <else /> <a href="$vboptions[homeurl]/"> Home </if></a></td>
'adv_index' = page your on.
Self-explanatory from there.
As Default the td class in my style is "meny_nav":
<td class="meny_nav">
To find yours open the header template found under:
AdminCP -> Style Manager -> Choose Template -> Edit Templates -> header
Find this code:
<a href="$vboptions[bburl]/usercp.php$session[sessionurl_q]">$vbphrase[user_cp]
Before that you should have:
<td class="">
Inside the Quotation Marks is the class!
If yours is different reply here and I will upload a different install plugin.
https://vborg.vbsupport.ru/external/2009/10/9.png
https://vborg.vbsupport.ru/external/2009/10/10.png
Simple yet effective!
Please rate and install if found useful!
If you installed vBAdvanced CMPS (http://www.vbadvanced.com/) this is a little add-on just created for a navbar button which gives faster access to forums.
For those that want to make there own here is the code:
<td class="css_nav"><if condition="THIS_SCRIPT == 'adv_index'"><a href="$vboptions[bburl]/"> Forums <else /> <a href="$vboptions[homeurl]/"> Home </if></a></td>
'adv_index' = page your on.
Self-explanatory from there.
As Default the td class in my style is "meny_nav":
<td class="meny_nav">
To find yours open the header template found under:
AdminCP -> Style Manager -> Choose Template -> Edit Templates -> header
Find this code:
<a href="$vboptions[bburl]/usercp.php$session[sessionurl_q]">$vbphrase[user_cp]
Before that you should have:
<td class="">
Inside the Quotation Marks is the class!
If yours is different reply here and I will upload a different install plugin.
https://vborg.vbsupport.ru/external/2009/10/9.png
https://vborg.vbsupport.ru/external/2009/10/10.png
Simple yet effective!
Please rate and install if found useful!