PDA

View Full Version : Unable to add popup in dropdown menu...


Slybone
06-27-2004, 02:23 PM
<if condition="($bbuserinfo[usergroupid]==5 || $bbuserinfo[membergroupids]==6 || $bbuserinfo[usergroupid]==6)">
<tr><td class="vbmenu_option"><span onmouseover="this.style.cursor='hand';" onClick="window.open('http://www.outwar.com/profile.php?id=$post[userid]','width=1000,height=1000,scrollbars=yes')"><b>View $post[username]'s Outwar Profile</b></span></td></tr>
</if>

the width and Height were gonna be personalized later... but anyways when I click a user and it drops down the menu, and I click View USERNAME's Outwar Profile.. there is no popup it does nothing what so ever. I can't seem to find the problem,.


-Bone

Slybone
06-27-2004, 04:21 PM
Never Mind... Problem fixed I had post[userid]','width=1000 I should have had $post[userid]','','width=1000

Zachery
06-27-2004, 04:28 PM
How evil of you