Advertisement
sbrajesh

Brajesh Singh

Oct 25th, 2010
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.38 KB | None | 0 0
  1. /*tag-topics.php inside forums, i.e forums/tag-topics.phop, just copy the forums-loops.php and rename the copied file to tag-topics.php, then change a line as shown below*/
  2.  
  3. //in tag-topics.php, change line
  4. /**
  5. Change
  6. <?php if ( bp_has_forum_topics( bp_ajax_querystring( 'forums' ) ) ) :?>
  7.  
  8. to
  9. */
  10. <?php if ( bp_has_forum_topics( bp_ajax_querystring( 'forums' ) ."&type=tags") ) : ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement