Re: Would like "THIS" for my forum
OK.
STUPID, stupid me.
It's not supposed to show anything because it shows all on MouseOver.
Irritating text, I admit
Anyway, if you want something to happen I suggest you change line 204 (or around);
$username .= ' <a href="#" onClick="document.location.href=\'profile.php?id='.$cur_post['poster_id'].'\'" onMouseover="dropdownmenu(this, event, \'anylinkmenu'.$tpct.'\')">CLICKME</a>';
to
$username .= ' <a href="#" onClick="return clickreturnvalue()'" onMouseover="dropdownmenu(this, event, \'anylinkmenu'.$tpct.'\')">CLICKME</a>';
then you will be taken to that user's profile page.
This should also solve the "Any layer appears" problem.
PunBB-forum.de