MyBB Community Forums

Full Version: Some simple coding
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
All I need is a simple template edit code or php code(I can place into the MYBB php default files) that does the following;

Makes usergroup X(set by the ID - So I can add more then one code for different groups) have their posts(PostBit and Actual PostBody) placed into X color(Admin - Dark Gold, Mod - Dark Green)

Also is there a way to add these functions...?

I want two functions that do the following...

"Hide Thread" - Changes topic of thread to 'This thread has been hidden' and prevents anyone but admins from viewing the contents(Still appears on the thread list but only admins can 'open' the thread)

"Hide Post" - An automatic 'Edit Post' that appends the text of said post to 'The contents of this message have been hidden'.

Thanks.