Quote:
Originally Posted by Ranam2k
it's just simple html editing
if you take the code in the navbar template
you can just copy the code for the calender and paste it again and replace the values in it
|
It tried that (Style Manager => Edit Templates => navbar) but I still don't see anything on the navbar...
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
<td class="vbmenu_control"><a href="weather.php$session[sessionurl_q]">$vbphrase[weather]</a></td>
Any thoughts?
Quote:
Originally Posted by photongbic
It tried that (Style Manager => Edit Templates => navbar) but I still don't see anything on the navbar...
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
<td class="vbmenu_control"><a href="weather.php$session[sessionurl_q]">$vbphrase[weather]</a></td>
Any thoughts?
|
Found it. $vbphrase[weather] needs to have something to lookup. So you have to add a global phrase in the Phrase Manager (AdminCP => Languages & Phrases => Phrase Manager). In this case, added a global phrase called "weather" with the text "Weather".