Quote:
Originally Posted by SEOvB
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
|
I really appreciate you're help, but I'm going to be honest; I'm confused. Sorry if I'm annoying you, but could you please go over step by step what to do? If you don't feel like it don't even bother, but it would be helpful. Also, where is the postbit_display_start hook located?