PDA

View Full Version : Problem with "Change Display Order for Show Groups (Forum Leaders)"


Elber
11-01-2010, 09:26 AM
Hi, i install this mod "Change Display Order for Show Groups (Forum Leaders) (https://vborg.vbsupport.ru/showthread.php?t=187300)" mod for vb 3.7 in my vb 4.0.7 and i have warning...
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: showgroups_moderators in [path]/includes/functions.php on line 4007

This problem affects line 119-124:

if ($vbulletin->options['forumleaders'] == 1)

{

eval('$usergroups.= "' . fetch_template('showgroups_moderators') . '";');

// don't use the moderatorbits part in SHOWGROUPS

$moderatorbits = '';

}


How to fix this ?

Elber
11-03-2010, 10:07 AM
Nobody can help me ??

BirdOPrey5
11-06-2010, 12:57 AM
You might find some answers here: https://vborg.vbsupport.ru/showthread.php?t=231063