Quote:
Originally Posted by kh99
Try using only this code:
PHP Code:
$forumids = explode(',', '5,6,7,8');// add vboption after
if (in_array($forum['forumid'], $forumids))
{
if ($depth == 2 && $tempext == '_post')
{
$tempext = '_post_custom';
}
}
|
I am using this code and it works, creates custom temp as I want. But in this custom temp, I want to remove part
Category vbphrase Threads / Posts Last Post and
two vbphrase located in
forumhome_forumbit_level1_nopost.
How to remove.