I'm using multipe mods (user registered today, users visited today, users posted today)... each is using this method to appear:
Code:
$vbulletin->templatecache['FORUMHOME'] = str_replace('<!-- end logged-in users -->', '<!-- end logged-in users -->' . ' $usersregtoday', $vbulletin->templatecache['FORUMHOME']);
So all of them would automatically appear afyer online users section. My inquiry is how to rearrange this mods, I want one appear above the other, and so on.
Thanks in advance.