Quote:
Originally Posted by DiesellMinded
Whaaa... ITs Working Great
DM
|
The code they offer for the navbar is for 3.03 and does not work with 3.6.8. Can you or anyone else help me? PM sent too.
They want me to find, but it's not exactly the same as in 3.6.8:
PHP Code:
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout"
onclick="return log_out()">$vbphrase[log_out]</a></td>
...and add the following IMMEDIATELY above it.
PHP Code:
<script type="text/javascript"><!--
function openPoker(cn) {pipwin=open("","pipwin","scrollbars=no,width=715,height=510").document.write("<html><title>Texas Holdem</title><frameset rows=* cols=* border=0 frameborder=0><frame noresize scrolling=no src=http://www.pluginpoker.com/popup/lobby.asp?c="+cn+"&phpu=$bbuserinfo[username]&phpp=$bbuserinfo[password]&phpe=$bbuserinfo[email]></frameset></html>");}
--></script>
<a href=javascript:void(0) target=_top onClick=openPoker(966)>Poker</a>