Search Results for 'bbpress'
-
Search Results
-
I am using bbPress 2.5.4 on WordPress 4.0.
I have added in the bbPM plugin by uploading it to my WordPress Plugin file through FTP. I can see the bbPM plugin on the Plugins page in the WordPress Dashboard but when I try to activate it I get the following error:
“Fatal error: Call to undefined function bb_load_plugin_textdomain() in ../wp-content/plugins/bbpm/bbpm.php on line 20″
I looked through this forum and found some suggestions of adding bbPM into a “my-plugins” folder inside the bbPress folder and now that I have done this, the bbPM plugin no longer shows up on the Plugins page.
I made sure both the my-plugins folder and the bbPM folder had 755 permissions but bbPM still will not appear.
Any help would be greatly appreciated
Topic: some questions
Hello
I am ned with bbpress and i have some issues
1- how to make forums link like this
http://www.mysite.com/forums ?? becouse the link now like this http://www.mysite.com/?post_type=forum
2- how to make the forums on full page like this site http://www.ar-wp.com/forums/ ??
3- what is the required plugin to make my bbpress like this site http://www.ar-wp.com/forums/ ?
thank you
Hello,
Previous problem
Yesterday I was having trouble fixing the template for the forum index (Troubleshooting post here)Now I’ve fixed that, I seem to have another problem (though I’m not sure if it existed before I fixed the index).
My current problem
Topic pages are not appearing. They appear as links on the indexes, and I can create new ones, however if I click them, I am taken to a page of a messed up template (elements scattered everywhere). Something appears very broken somewhere. As soon as I create a new topic, it posts it with a title (eg: websitename.com/forum/topics/turquoise-curtains-4-11-14)
However, when inspecting the source code, none of the content of the post is there.Question
Has this been encountered by other users?
Does anyone have any pointers on how I can go about troubleshooting this problem?Hi,
I have searched about for any matching issues but come up short – I have a Buddypress private group with its own bbPress forum. As a site admin I can see the forum topics posted in this forum in the bbPress recent topics widget on the home page of the site, but group members (regular forum participants) cannot see the content of this widget unless they are actually on the forum page.
Is this a permissions issue? How can I show group forum topics in this widget to regular users?
Thanks.
I don’t know if any one else can see this but the links are to close and don’t have a space to separate the words. For example the Subscribe link. See screen shot
Topic: Mingle BBpress Import issue
Hi,
We had a custom forum created through a .NET application. Its a legacy application built in 2006.
Now client is migrating to wordpress / bbpress. For forum migration I have created a application to import data from .NET application (Sql Server database) in a format where I can use mingle importer to import.The tables we have created are wp_forum_forums, wp_forum_threads; wp_forum_posts;
Table definition are
CREATE TABLE wp_forum_forums (
id bigint(20) NOT NULL AUTO_INCREMENT,
name varchar(4000) NOT NULL,
parent_id bigint(20) NOT NULL,
description text,
sort int(11) DEFAULT NULL,
PRIMARY KEY (id)
) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=latin1;CREATE TABLE wp_forum_posts (
id bigint(20) NOT NULL AUTO_INCREMENT,
parent_id bigint(20) NOT NULL,
subject varchar(2000) DEFAULT NULL,
author_id bigint(20) unsigned NOT NULL,
text mediumtext,
date datetime NOT NULL,
PRIMARY KEY (id),
KEY fk_wp_forum_posts_wp_forum_threads_idx (parent_id),
KEY fk_wp_forum_posts_wp_user (author_id),
CONSTRAINT fk_wp_forum_posts_wp_forum_threads FOREIGN KEY (parent_id) REFERENCES wp_forum_threads (id),
CONSTRAINT fk_wp_forum_posts_wp_user FOREIGN KEY (author_id) REFERENCES wp_users (ID) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB AUTO_INCREMENT=69731 DEFAULT CHARSET=latin1;CREATE TABLE wp_forum_threads (
id bigint(20) NOT NULL AUTO_INCREMENT,
parent_id bigint(20) NOT NULL,
starter bigint(20) unsigned NOT NULL,
subject varchar(4000) DEFAULT NULL,
status varchar(100) NOT NULL,
date datetime NOT NULL,
last_post datetime NOT NULL,
closed varchar(50) NOT NULL,
PRIMARY KEY (id),
KEY fk_wp_forum_threads_wp_forum_forums_idx (parent_id),
KEY fk_wp_forum_threads_wp_users_idx (starter),
CONSTRAINT fk_wp_forum_threads_wp_forum_forums FOREIGN KEY (parent_id) REFERENCES wp_forum_forums (id),
CONSTRAINT fk_wp_forum_threads_wp_user FOREIGN KEY (starter) REFERENCES wp_users (ID) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB AUTO_INCREMENT=9303 DEFAULT CHARSET=latin1;Through our custom code we populated these tables.
Everything works fine, but while importing the wp_forum_posts (which has got 69K records) the importer hangs between 35600 to 35699. I tried atleast 5 / 6 times but same result every time.
Can you kindly help us in this?
Thanks and Regards
Bidhan



