MyBB Community Forums

Full Version: Remove images under a post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

I want to remove the "www" "email" "find" "pm" buttons under each post. I'll be making a popup with them instead, but I can't find the "post" template.

Can anyone point me in the right direction? I'd appreciate it.
ACP - Templates [Modify/Delete] - Default Templates [Expand] - Post Bit Templates - postbit

Look for
		<td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}</span></td>
Awesome! I'm not sure why I didn't see that before. I was looking right at it Smile

I'll take a guess and say this is where I place the popup code, "vB" style, so that if you click on the username, it shows the popup (I just have to use the same links as the buttons, sans images).

Or is that somewhere else? Too many templates to keep track of, but I love being able to customize everything


thanks for the help Lex
The username you can probably find in postbit_author_user and postbit_author_guest