Phoenix2k
05-11-2001, 08:17 AM
Hey all,
I was just wondering if someone could come up with a hack that would put all the moderators in a drop-down menu.
I made a few screenshots to explain what I mean :
Main page :
http://www.plastiqueweb.com/images/misc/drop1.gif
Forums :
http://www.plastiqueweb.com/images/misc/drop2.gif
The code for the drop down box itself isn't quite hard :
<select name="moderators" onChange='top.location.href=this.form.moderators.o ptions[this.form.moderators.selectedIndex].value'>
<option value='#'>-- Moderators --
<option value="link">moderator name
<option value="link">moderator name
<option value="link">etc.
</select>
Anyone feel inspired? :D
I was just wondering if someone could come up with a hack that would put all the moderators in a drop-down menu.
I made a few screenshots to explain what I mean :
Main page :
http://www.plastiqueweb.com/images/misc/drop1.gif
Forums :
http://www.plastiqueweb.com/images/misc/drop2.gif
The code for the drop down box itself isn't quite hard :
<select name="moderators" onChange='top.location.href=this.form.moderators.o ptions[this.form.moderators.selectedIndex].value'>
<option value='#'>-- Moderators --
<option value="link">moderator name
<option value="link">moderator name
<option value="link">etc.
</select>
Anyone feel inspired? :D