MyBB Community Forums

Full Version: Customizing "$modann"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I'm in the process of templating/theming my forums, and I am doing a complete make-over. Anyway, I am on the forum display section (list of threads), and I have come across "$modann" in "forumdisplay_announcements_announcement". It is the column for the inline moderation in the announcements list. However, I cannot find the template for "$modann" to modify so it fits in with my template/theme. Where can I modify "$modann"?
Thanks
it is forumdisplay_inlinemoderation.

regards
Nah it isn't (thanks anyway). Already checked that one. That one is for the inline moderation form that appears at the bottom of the page to moderators.

Here is an image, if it helps; Red circle is what I am looking to change. Blue is the bit zaher1988 mentioned.
alright i get u, but this is not a moderation tool, maybe i got u wrong

however this is found in ./forumdisplay.php

if($ismod)
	{
		$modann = "<td align=\"center\" class=\"$bgcolor\">-</td>";
	}
	else
	{
		$modann = "";
	}

regards
That's it. Cheers mate. Big Grin