2012-07-26, 07:11 AM
I think the postbit has a variable for username for who posted. I forget what it is atm. How would I get the group ID of that username for that post.
I want to use the PHP In Templates plugin, and remove the Report button for posts from users in certain groups (admin, mod, etc).
I read somewhere that, this may be harder to do because of the way its all setup to run. But I am not sure.
Is there a more advanced function for users. I know there is get_user...
Epicly failed, but hey theres that variable i was talkin about.
I want to use the PHP In Templates plugin, and remove the Report button for posts from users in certain groups (admin, mod, etc).
I read somewhere that, this may be harder to do because of the way its all setup to run. But I am not sure.
Is there a more advanced function for users. I know there is get_user...
<if $post['username']->['usergroup'] <> 4 then>
Epicly failed, but hey theres that variable i was talkin about.