whats wrong on this code:
Code:
<if condition="$forumid==3">
<div id="gegner">
<table cellpadding="0" cellspacing="0" border="0" class="fieldset">
<tr>
<td class="smallfont" colspan="3">Gegner:</td>
</tr>
<tr>
<td><input type="text" class="bginput" name="gegner" id="gegner_txt" value="$gegner" size="40" maxlength="$vboptions[titlemaxchars]" tabindex="2" /></td>
<td> </td>
</tr>
</table></div>
<div class="vbmenu_popup" id="gegner_menu" style="display:none; z-index:50"></div>
<script type="text/javascript" src="clientscript/vbulletin_ajax_namesugg.js">
<script type="text/javascript">
<!--
vbmenu_register('gegner', true);
gegner = new vB_AJAX_NameSuggest('gegner', 'gegner_txt', 'gegner');
gegner.allow_multiple = false;
//-->
</script>
</if>
the automatic name suggestion like by the pm's isnt working