Quote:
Originally Posted by Jon_Simmonds
what would be good is for un registered members to show 1,2,3 etc and for registered members to show 30,31,32 etc
|
To achieve this, edit the plugin and add this around the code
PHP Code:
if ($vbulletin->userinfo['usergroupid'] != 1)
{
// PREVIOUS CODE HERE
}
Personally i see no use for this as still, unregistered users that hasn't followed the thread from before will go to the first post anyway.