Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: bbSync

What’s the exact text it’s spitting out and what settings have you got?

Oh, right. I think I modified that function for my own nefarious purposes. bbreplylink() now returns the URL to the forum topic. So that this would give you the url:

<?php echo bbreplylink(); ?>

I did that for a little more template flexibility. This is what I’m using:

<?php if($topic_id = felwptobb( $id ) ) { echo '<a href="' . bbreplylink( $topic_id ) . '">Reply!</a>'; } else { comments_popup_link('&nbsp;comments', '1 comment', '% comments','',''); } ?>

Do you think that should be changed to make a single template tag? I guess it would be easier to use. Any suggestions?

Skip to toolbar