Advertisement
Guest User

BBpress Custom Code

a guest
Apr 20th, 2013
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.40 KB | None | 0 0
  1.             <!-- Forum Icons -->
  2.              <? $curTopicStatus = bbp_get_topic_status( $topic_id );
  3.             if($curTopicStatus == 'publish'){ ?>
  4.                     <span class="topic-status">Status:</span>
  5.                     <span class="topico-aberto">Normal</span>
  6.             <? } else { ?>
  7.                     <span class="topic-status">Status:</span>
  8.                     <span class="topico-fechado">Closed</span>
  9.             <? } ?>
  10.             <!-- Forum Icons -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement