MyBB Community Forums

Full Version: How to make a div visible only to thread author?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,

I'm looking for a way to make a div visible only to thread author like edit thread button. Can you help me?

Thanks your help.

Edit:
I found my solution. 

I downloaded ZingaBurga's PHP plugin from here: http://mybbhacks.zingaburga.com/showthread.php?tid=260

Then I added this code my page:

<if $mybb->user['uid'] ==  $thread['uid'] then> MY SPECIFIC CODES HERE (DIV, BUTTON ETC.) </if>

So it is worked!