Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Latest Disscussions Plugin

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.

Skip to toolbar