Forum Replies Created
-
In reply to: display latest posts from someone elses wordpress?
“Another way to do .. parse your forum rss feed.”
Exactly what I was going to suggest. If the WP theme is widgetized, its user should have the RSS widget available, so he/she can just plug in the link to your bbPress install’s RSS feed. If not, he/she can use any number of RSS-in-sidebar plugins to accomplish this. (Or if they’re like me, do it by hand and use a plain RSS-to-PHP script.)
In reply to: about WP-BB user role prob“What I ended up doing was removing the forum registration”
That’s exactly what I did for mine. Instead, I just pointed to the WP register link and that works out beautifully for me.
In reply to: REQ: Redirect upon logoutso1o, you’re a doll, thank you!
In reply to: Request: Post Edit TimesI’m not sure, but then again I don’t want my users to go back and keep editing posts. I’m kind of control-freaky like that.
Perhaps there’s something that can be added to the code to allow that, or a plugin to do this?
In reply to: Request: Post Edit TimesThere is
In your config.php
// A user can edit a post for this many minutes after submitting.
$bb->edit_lock = 60;
Simply change that value.
In reply to: Emoticons For bbPress?eek, I take that back, it breaks again when editing a post.
I hardcoded my install path because I couldn’t find the function name for the home install.
In reply to: Emoticons For bbPress?FYI: After upgrading to 0.74, my bbEmoticon images were broken.
I changed paths in bb-emoticons.php to get them working again:
“bb-images/smilies” to “../bb-images/smilies”
In reply to: Release notes for bbPress 0.74D’oh! I see the upgrade notes now. I swear, they weren’t there before! (I hope, LOL)
In reply to: Release notes for bbPress 0.74Ok, thought so. Thanks, Trent.
I have one plugin which has init in it (Online List), so I just change that to bb_init, right?
In reply to: Release notes for bbPress 0.74Any particular procedures for upgrading? Or just install on top?
In reply to: Plugin – Private MessagesLooking forward to your update.
In reply to: My modification of the default themeUpdated plugin list:
* Allow Images 0.7.1
* Avatar .73a
* bbEmoticons version 0.72
* Memberlist .73c
* Google Sitemap Generator .6
* BBPress Private Messaging 0.73
* Use Display Name 0.7.2
* Online List 1.3-fix
* WordPress Integration .7
* Post Notification 1.2
* My Resolve Title 0.1
* Limit Latest Discussion 0.73
In reply to: Plugins and Templates Site*bookmarked*
In reply to: usually forums would have…“As it is though, I still can’t fathom how much is already available (plugin wise) for bbPress…”
Ditto that. When I first came over here, I honestly wasn’t expecting much considering how new bbPress is. I was pleasantly surprised.
In reply to: usually forums would have…There’s a PM plugin available. Check the Plugins tag.
Keep in mind also that bbPress is still in its infantile stages. We all know this and that’s why we’re here — to help improve upon it and watch it grow up into a fuller forum software.
In reply to: Is it better to post a possible bug to Trac or here?IMO, post them here first to confirm whether or not the behavior is normal or not. (and/or if a plugin can alter the behavior to something more acceptable )
Let’s save the real bugs for Trac.
In reply to: Plugin: Post NotificationYou’re most welcome.
In reply to: Plugin – Private Messageshehe, thanks.
In reply to: Plugin – Private MessagesLOL, probably not. He’d be thinking “Who is this guy, and why is he hugging my fiancee?”
In reply to: Plugin – Private MessagesSpencer, if I could reach you, I’d hug you!
That fixed it, thanks so much!
In reply to: Plugin – Private MessagesHey, no dice. I compared your version to mine and it looks like it had a couple of mod_rewrite fixes, but didn’t see anything else. Error still occurs.
I’ll take it back out of my template and watch this thread. Thanks for your help!
In reply to: Plugin: Post NotificationOk, that explains it. LOL
Mine didn’t do that and I had wondered if mine didn’t do that for me because I’m the KeyMaster, or what….
Thanks for clearing that up.
In reply to: Plugin – Private MessagesRevisiting this: I’m still getting this error:
bbPress database error: [Table 'DBNAME.bb_users' doesn't exist]
SELECT * FROM bb_users WHERE ID = 4
I’ve re-read all the replies to this thread and it looks like spencerp had the same problem I am right now, but I didn’t see a solution posted. Spencer, could you lend me a hand? Or ardentfrost, is there a new version coming? (in other words, should I wait? )
In reply to: Plugin: Post Notificationhrm … I haven’t tried this on my own bbPress install yet, but spencerp’s uses it and I enabled it in my profile on his forums and it emailed me about my initial post and my own reply. Is this behavior intentional?
In reply to: My first plugin (post count)Very handy! Thanks!