Quote:
Originally Posted by Aleks
Thanks for your reply Nick. Nooby question, but what is the div with the postrow class called? Also, if I were to do this same thing for another usergroup, what would I do with;
Code:
$this->post['is_admin'] = true;
}
|
I'm not sure what you mean with what the div is called... If you go to AdminCP->Styles & Templates->Search Templates->(enter 'postbit' and check 'titles only')->(click the postbit template in your active style), you can Ctrl+F 'postrow' to find the div.
If you want to add more usergroups, you can do so by adding more to the if condition. Like:
PHP Code:
if($this->post->usergroupid == 6 OR $this->post->usergroup == 4 OR $this->post->usergroup == 3)
You can find out which usergroup has which id in the Usergroup Manager.
-Nick, SEOvB Developer