Topic: Thanks News_Generator and WordPress!
Anyways....
Yeah, I know there's really no point in having WordPress if I'm going to be using punBB to post all my info.
So...Yeah...
But, I'm still going to keep it because it makes it easier to edit the template than going into FTP and uploading time after time.
Or, even better - navigating through the sludge of my "File Manager" and clicking "Edit File" each time.
Blegh - I'll keep WP, thank you very much.
Ooo...Plus - Nice plugins, like for weather.
Sorry - I digress.
Um...where was I?
Oh, yeah.
Thanks!
A couple questions...
1) Is there some way to have it update when I post a new topic to that forum instead of me going "Post > Admin > Nedws Generator > Generate"? Like, me just post and it shows up on the front page?
2) Is there some way to show how many comments or posts have been made to the comments section of a post? Such as, instead of saying "Comments", it says "x Comments" where "x" is the number?
I thought it might be in this line -
$replace = array(pun_htmlspecialchars($cur_topic['subject']), date('Y-m-d H:i', $cur_post['posted']), pun_htmlspecialchars($cur_post['poster']), parse_message($cur_post['message'], $cur_post['hide_smilies']), '<a href="'.$pun_config['o_base_url'].'/viewtopic.php?id='.$cur_topic['id'].'">Comments</a>');
But, I wasn't sure what to add/detract for it to show that number.
Any help on this?