MyBB Community Forums

Full Version: Is there an "if showthread, do X" PHP or Conditional statement?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a Showthread MyBB function that would allow me to do an if statement like:

if page is showthread, do 'X'?
this should work
<if  THIS_SCRIPT == "showthread.php" then>
content to be shown 
</if>