Search Results for 'bbpress'
-
Search Results
-
The existing plugin “bbpress topics for posts” by Mr. David Dean is too old and seems like it is now no longer being updated and almost abandoned by the owner, therefore I would request bbpress or somebody here to take over this plugin or create an alternative for this plugin.
It is because this is the only plugin which allows merging existing wordpress comments with bbpress forum.
I have successfully tried the procedures and could merge my earlier regular wordpress comments inside bbpress under every post.
So this plugin is very important considering that it converts your ordinary wordpress comments into SEO rich bbpress forum replies.
Please help! I would really appreciate if somebody could come with a similar version of this pluginTopic: RKK Login Widget gone?
Hello,
I’ve read ALL of the bbpress docs on here, and a few months ago i installed the RKK Login Widget as suggested here:
It seems the github gist where that plugin was hosted is now gone.
Is there any way to get this plugin still?
Thank you.
If I have a forum where people will be posting many images, what do you suggest?
Thank you for any help.
Topic: font awesome as forum icon
I currently am using this:
https://kristarella.blog/2013/04/bbpress-forum-icons/
But for speed and looks, I’m trying to use a “font awesome” icon for the forum icon.
My plan was to use some css for each forum, and then style the font icons individually.
I started off with this in stylesheet, but it’s not working:
ul#bbp-forum-9:before { font-family: FontAwesome; content: '\f058'; color: #6190C3; font-size: 30px; padding-right: 10px; margin-left: -15px; position: absolute; left: -13px; margin-top: 1px; }I’ve tried several variations with no luck.
Any suggestions on how to get this css to work properly?
Thanks for any tips.
Hello,
I have a problem with bbpress, my member after creating a discussion can not edit this topic again! Please support me. Thanks very much.Hello all!
I’m hoping someone can help me out with this. After a “successful” transfer from Simple:Press to BBPress, I noticed a few things didn’t import quite right. All the posts are not showing up except for the root posts.

It imported all the users but didn’t assign posts to the proper users so all of them are reading as only one user posting everything. (See image under “Creator” tab of each post)

I’m sorry if I’m being a noob, but is there any way I can match settings to the old forum?
Topic: Add reply programatically
Hi,
I’ve created a custom module for bbpress to combine all new topics and replies in one overview. From there the moderator can comment on all the incoming messages. This works only i’ve one problem. To add a new reply i use the next code:
reply_data = array('post_parent'=>$post_parent, 'post_content' => $post_content); $reply_meta = array('forum_id'=>$post_forum_id, 'topic_id' => $post_topic_id); bbp_insert_reply($reply_data,$reply_meta);When this is a reply on an other reply everything works fine. But when it is a reply on a new topic then the Topic starter ip-adres is changed to the ip-address of the moderator. I can turn some things off in the core function includes/topics/functions.php
// Update poster IP if not editing update_post_meta( $topic_id, '_bbp_author_ip', bbp_current_author_ip(), false );But that isn’t what I prefer of course.
Could someone help me out?
Thanks in advance.
Niels
SMF to BBPress ā error utf8mb4
I am getting the same error as this post identifies:
WordPress database error: [Specified key was too long; max key length is 1000 bytes] CREATE TABLE wp_bbp_converter_translator ( meta_id mediumint(8) unsigned not null auto_increment, value_type varchar(25) null, value_id bigint(20) unsigned not null default '0', meta_key varchar(255) null, meta_value varchar(255) null, PRIMARY KEY (meta_id), KEY value_id (value_id), KEY meta_join (meta_key(191), meta_value(191)) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;But for Vanilla. It looks like an update to the importer is all that it took to fix this,
Thoughts?
Thanks for your time!!
ā sdeeds
WP Version 4.9.1
Vanilla Version 2.3.1
bbPress Version 2.5.14