b.t.w, what do I do if I need to add two more case statements to pre-existing code already in postings.php?
case 'stylizethread': for example.
I tried to make a hook outta it, but it doesnt work.
PHP Code:
<plugin active="1">
<title>Thread Cosmetics (Add To Switch)</title>
<hookname>threadmanage_action_switch</hookname>
<phpcode><![CDATA[
switch ($_REQUEST['do'])
{
case 'stylizethread':
}
]]></phpcode>
</plugin>