Subz
09 Dec 06, 16:03
hi,
evo is giving me problems, i just can't seem to find the code needed to change a few links in the header
this is code i am trying to add
AdminCP -> Styles & Templates -> Navigation / Breadcrumb Templates -> navbar
Find:
============================================
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
============================================
After add:
============================================
<!—Mp3 Player Launch -->
<if condition="$show['member']">
<td class="vbmenu_control"><a href="javascript:NewWindow=window.open('mp3playerindex.p hp?do=viewmp3playerpopup','newWin','width=500,heig ht=500,left=0,top=0, toolbar=No,location=No,scrollbars=1,status=No,resi zable=No,fullscreen=No');
NewWindow.focus(); void(0);">vbMp3 Player</a></td>
</if>
<!—End Mp3 Player Launch -->
evo is giving me problems, i just can't seem to find the code needed to change a few links in the header
this is code i am trying to add
AdminCP -> Styles & Templates -> Navigation / Breadcrumb Templates -> navbar
Find:
============================================
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
============================================
After add:
============================================
<!—Mp3 Player Launch -->
<if condition="$show['member']">
<td class="vbmenu_control"><a href="javascript:NewWindow=window.open('mp3playerindex.p hp?do=viewmp3playerpopup','newWin','width=500,heig ht=500,left=0,top=0, toolbar=No,location=No,scrollbars=1,status=No,resi zable=No,fullscreen=No');
NewWindow.focus(); void(0);">vbMp3 Player</a></td>
</if>
<!—End Mp3 Player Launch -->