The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
We have the option of specifying an implicit sort order for subforums but I have a sponsors area where they have their own sub forums and believe it or not they get upset if someone elses forum appears above theirs always.
I had a hack in the olve vb3.0 where I replaced the following code in includes/functions_forumlist.php Code:
ksort($iforumcache["$parentid"]); Code:
if ($parentid == 40) {
srand ((float)microtime()*1000000);
shuffle($iforumcache["$parentid"]);
} else {
ksort($iforumcache["$parentid"]);
}
|
|
#2
|
|||
|
|||
|
No one able to help me with this one ?
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|