hi guys,
i want redirect the this $vbphrase[thread_tools] = $vbphrase[article_tools] at forumids(1,2,3,6). i try this;
plugin create:
name:
showthread_start
Code:
if (in_array $forum['forumid'], array(1,2,3,6))
{
$vbphrase[thread_tools] = $vbphrase[article_tools]
}
but not working please help
--------------- Added [DATE]1325577014[/DATE] at [TIME]1325577014[/TIME] ---------------
bumpp