MyBB Community Forums

Full Version: Any plugins like this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On this website I go called allnurses.com they have a check mark on the thread if you have posted in it. Does mybb have a plugin or anythign that would be similar?
[Image: Untitled.png]
Dots on folders indicate that you've posted in the topic.
I was hoping for something in about the same position this checkmark is in. Not on the left side like mybb.
I just had a quick go and it's pretty easy to add it. If you install the template conditionals plugin (click here), you can add something like this to your forumdisplay_thread template;

<td width="16">
<if $thread['doticon'] then>
<img src="http://www.nintendolounge.com/images/youhaveposted.gif" alt="" title="You have posted in this thread" />
</if>
</td>

Just replace the image URL with the one for your forum.