doh, thx i was thinking it was going to be added into the plugin (like Akismet) and not the options tab.
and the part you didn’t know was me thinking that it might be interfering with my other forum topic reader for another board.
Thx for the plugin support!
add an updated install readme
I’m just going to add onto this post with my error about the plugin.
I edited the php at these two lines:
Code:
$bbpath = ‘/forum’; // Adjust the path to suit your bbpress
$forum_slimit = ’10’; // Adjust the limit to show
uploaded the plugin into wp-content/plugin and then added
Code:
<?php wp_bb_get_discuss_sidebar(); ?>
to my sidebar. activated the plugin to get the following error:
Code:
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
SELECT * FROM topics WHERE topic_status = 0 ORDER BY topic_time DESC LIMIT
i still have the SMF forum that reads the forum topics with the line code:
Code:
<?php include (‘/forum1/extern.php?action=active’);?>
so i have no clue what I did wrong… i’m thinking maybe its something I didn’t edit. Also i keep hearing about a option page for the plugin and can’t seem to find it.