Forum Replies Created
-
figured this out!
but can’t get the damn code to post right. if anyone is interested let me know how to post a code snipplet without the forum eating it… it outputs like this:
*post title*
Posted by: *user* in *forum*.
@ck – when i try to call the get_forum_name in a wordpress widget it doesnt work. i believe because this is a bbpress function? How would I pull the forum name without using this funtion?
right now I am using:
echo "<li><a>topic_id."'>".$result->topic_title."</a>Posted by: <a>topic_poster."'>".$result->topic_poster_name."</a> in </li>";
since im calling it in wordpress that function doesnt exist.
In reply to: rss latest discussions in wordpressthank you all for your replies!
i found this great topic:
also, I got this far… just not sure how to get the forum name, since only the forum ID is listed in this table… not sure how I pull the otehr table and combine the two.
echo "
<li><a>topic_id."'>".$result->topic_title."</a>Posted by: ".$result->topic_poster_name.".</li>
";man, this is so great. I am using this now instead of rss and i like it so much more!!!
would you be willing to show how we would add
“Posted by $user in $forum.”
under the list of topics?
In reply to: bbPress 1.0-alpha-4 released
@sambauers – Thanks! I had tried bblive, it never pulled correctly when integration wasn’t working… i’ll give both your ideas a shot with my test integration of 2.7 and alpha 4.i am also using bbsync with my 2.5.1 to send posts to bbpress as topics… I want to do this and disable comments for easier moderation. I know it doesn’t work with 2.6 or 2.7. Anyone know of other ideas to send posts to bbpress as topics? Thanks!!
In reply to: bbPress 1.0-alpha-4 releasedthis is great! i had downgraded to 2.5.1 for integration.
i am using bb latest discussions to show latest bbpress posts in wordpress which I could not get to work with alpha 2. i want to move back to 2.7 and alpha 4…… does anyone know of a plugin that works in bbpress alpha wp 2.7 to pull latest bbpress posts to wordpress/wordpress sidebar?
In reply to: Integrate wp2.7 and bbp1.0a2yep, very frustrating… i have the same issue whether i use 2.5 and alpha 1 rc2, 2.6 and alpha1 rc2, or 2.7 and alpha 1 rc2.
login to WP, go to BB and click on “Admin” does not go to Admin section – BROKEN
login WP, user stays logged in to WP and BB – WORKS
login to BB, user is not logged into WP – BROKEN
I’ve tried every integration post on wordpress.org and bbpress.org with no luck. anyone have ideas?