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!
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!