TTayfun
01-02-2012, 12:42 PM
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
if (in_array $forum['forumid'], array(1,2,3,6))
{
$vbphrase[thread_tools] = $vbphrase[article_tools]
}
but not working please help :(
--------------- Added 1325577014 at 1325577014 ---------------
bumpp
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
if (in_array $forum['forumid'], array(1,2,3,6))
{
$vbphrase[thread_tools] = $vbphrase[article_tools]
}
but not working please help :(
--------------- Added 1325577014 at 1325577014 ---------------
bumpp