Hrm, seems I get one of those repetitive
Parse error: syntax error, unexpected '{' in FILE PATH/includes/class_postbit.php(296) : eval()'d code on line 207 at the top of the page. No changes either. Should I have made a file edit to
postbit.php as well?
EDIT: Hrm, it appears there was a parenthesis missing in the plugin code. At the very least, changing this
[firstpostid]) to this
[firstpostid])) took care of my problem. <perplexed>
--------------- Added 04 May 2008 at 05:20 ---------------
Another quick question, if you don't mind. Do I need to create a separate plugin for each forum ID, or can I separate forum IDs in the plugin code just by separating them with a comma?