Quote:
Originally Posted by Omar Al-Ansari
Hello,
Ok so I have no experience in coding and I have copied a code that posts threads in to a specific forum and played with it to use it as a forum jump dropdown menu.
Now the only issue I am facing is to get it showing for unregistered users. I would appreciate the help if someone could explain it to me and remove anything that is not needed in it
HTML Code:
<form action="{$vbulletin->options[bburl]}/forumdisplay.php" method="get">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="showforum" />
<div style="width: 100px; height: 1px; padding: 0px; margin: 0px;"></div>
<div align="right" style="padding:$stylevar[cellpadding]px 0px $stylevar[cellpadding]px 0px;"><fieldset class="fieldset">
<legend>$vbphrase[go]</legend>
<div style="padding: 0px 0px $stylevar[cellpadding]px 0px;">
<div><label for="sel_f">$vbphrase[category]</label></div>
<select name="f" id="sel_f">
$f_options
</select></div>
<div style="text-align:center;"><input type="submit" class="button" value="$vbphrase[go]" /></div>
</fieldset></div>
</form>
Regards,

|
It will display for those with permission to post. so check their usergroup forum permission to post new threads in article forum.