
10-14-2005, 02:11 AM
|
 |
|
|
Join Date: Sep 2004
Location: Sydney
Posts: 417
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by KirbyDE
Hmm, not sure but what about
cache_ordered_forums
PHP Code:
$excludeforums = explode(',', $vbulletin->userinfo['excludeforumids']);
foreach ($excludeforums AS $forumid)
{
$vbulletin->forumcache["$forumid"]['displayorder'] = 0;
}
to avoid the file edits?
Btw: Where is the Product XML? 
|
What he said.
But I love the concept.
|