Search Results for 'bbpress'
-
Search Results
-
Hi,
I was able to set up and add forums no problem when i first downloaded and installed bbPress, however, after that first time, the forum section in my dashboard sidebar has disappeared. I cannot find ANYWHERE in my settings, users nor on the forum page itself where I can add and edit forums. I have tired everything, even unactivating, deleting and reinstalling bbPress multiple times. I am very frustrated as I need to change and add forums for work.
Some help would be much appreiciated.
Thanks,
The STAQ team.
Topic: postmeta db size
Hello,
I migrated from phpBB to bbPress recently. My forum has ~1Million posts. My postmeta table is 30GB.
Is there anything I can do to shrink it?
I noticed there are many lines for every post like _bbp_old_xxxx, which i suspect comes from migration.
It’s safe to delete all those records with _old_ in it? Or anything else? 30GB seems quite too much even for that amount of posts, compared to the old phpbb db size…ello,
Members of private groups are missing in their overviews the started topics and created replies from private forum(s) .
e.g Group member erwintest (member of 1 group) added some topics and replies in the private forum that should (at least i expect that) pop up via this link
/members/erwintest/forums/ and /members/erwintest/forums/replies/ but they donβt.However if i logon as administrator and use the same links, the started topics and created replies placed in the private forum of user erwintest do popup.
Is this expected behaviour or not?
With Non private forums there is no problem.
site: freya.nl
Latest WordPress, bbPresss and BuddypressHi Experts,
BBPress 2.5.14 and also using BB style pack 3.9.2
Wordpress version 4.9.6
Site url: StandUpGirl.comIssue:
I am getting many errors in the google search console for titles that have words like haven’t, won’t, I’m which are contraction words. These words show up as this sample /forums/topic/i-haven-t-posted-in-a-while-but/ where you can see the word haven’t is haven-t. The search bots don’t understand the ‘t’ and I get errors. Also if a user puts an comma in the title I get errors.How do I fix this?
Thank you so much for giving me help!
DianaI get the error message “Oh bother! No topics were found here!”. I have installed bbpress and working on a divi theme. My shortcode for forum works but not my topics or index short code and I get this error. https://motionspecificrelease.ca/msr-community/
Wordpress 4.9.6
bbPress 2.5.14http://www.personalgroupware.com/wilsonlogan/
Hi All,
I have a forum in SQLITE format and I want to import it into bbPress.
I decided that if I was going to have to convert to a MYSQL database, I might as well use the schema indicated in Example.php
As I didn’t *actually* have the schema, I had to *guess* based on the fields in Example.php
For example:
CREATE TABLE IF NOT EXISTS forums_table (
_bbp_old_forum_id int(10) NOT NULL default 0,
the_parent_id int(10) NOT NULL default 0,
the_topic_count int(10) NOT NULL default 0,
the_reply_count int(10) NOT NULL default 0,
the_total_topic_count int(10) NOT NULL default 0,
the_total_reply_count int(10) NOT NULL default 0,
the_forum_title varchar(150) NOT NULL default ‘ ‘,
the_forum_slug varchar(255) NOT NULL default ‘ ‘,
the_forum_description text NOT NULL,
the_forum_order int(10) NOT NULL default 0,
the_forum_type int(10) NOT NULL default 0,
the_forum_status int(10) NOT NULL default 0
);
Having created the database as it is in Example.php, all I needed to do was load the MYSQL database from my SQLITE database.
Job done!
Yeah? Not so fast…
The import fails here:
SELECT convert(topics_table.the_topic_id USING “utf8mb4”)
AS the_topic_id,convert(topics_table.the_topic_reply_count USING “utf8mb4”)
AS the_topic_reply_count,convert(topics_table.the_total_topic_reply_count USING “utf8mb4”)
AS the_total_topic_reply_count,convert(topics_table.the_topic_parent_forum_id USING “utf8mb4”)
AS the_topic_parent_forum_id,convert(topics_table.the_topic_author_id USING “utf8mb4”)
AS the_topic_author_id,convert(topics_table.the_topic_author_ip_address USING “utf8mb4”)
AS the_topic_author_ip_address,convert(topics_table.the_topic_content USING “utf8mb4”)
AS the_topic_content,convert(topics_table.the_topic_title USING “utf8mb4”)
AS the_topic_title,convert(topics_table.the_topic_slug USING “utf8mb4”)
AS the_topic_slug,convert(topics_table.the_topic_sticky_status USING “utf8mb4”)
AS the_topic_sticky_status,convert(topics_table.the_topic_creation_date USING “utf8mb4”)
AS the_topic_creation_date,convert(topics_table.the_topic_modified_date USING “utf8mb4”)
AS the_topic_modified_date,convert(replies_table.the_topic_id USING “utf8mb4”)
AS the_topic_id FROM topics_table AS topics_table INNER JOIN replies_table
AS replies_table USING replies_table.the_topic_id = topics_table.the_topic_id WHERE forums_table.the_topic_id = 0 LIMIT 0, 100Lookee thar… a mystery field!
forums_table.the_topic_id
Are there any other mandatory fields in the import schema that are not referenced in Example.php?
And… what field from my database should I load to forums_table.the_topic_id ?
Thanks!
The Trac section of the bbpress.org website has some issues in the header/navigation. It’s been like that for a few months, keep forgetting to point it out.
It should look like this: https://i.imgur.com/1BtCGv8.png
…but it looks like this: https://i.imgur.com/x3LB6QV.png
I have checked on a few computers/browsers.
Topic: What is hosting requirements
What is min hosting requirements for bbPress
I am trying to stick a reply at the top of the replies page, can anyone help please.
to explain..
I have a forum called countries containing
forums for each country, inside each country (forum) are topics called airport names,
inside each topic (airport names) are replies, I would like to stick one of the replies to the top of the list of replies for that airport, the one I want to stick is unlikely to be the first entry for that airport.
I hope that makes sense.WordPress 4.9.6 running twentytwelve child theme theme, bbpress Version 2.5.14
the website is https://wateratairports.com
WordPress Version: 4.9.6
bbPress Version: 2.5.14
National Braille AssociationWhen we post a link to our forums on Facebook, the link preview isn’t very attractive. In an attempt to make that appear differently on Facebook, I’ve created a ‘Featured Image’. I went in to our website to upload that image, but since there is no Page where bbPress lives on our site, I can’t find a way to apply an image to the forum as a “featured image”.
How can I make that happen?
Hi,
I have the following code in my themes functions.php
function bbp_reverse_reply_order( $query = array() ) { // bbp_has_replies_query is depricated ?
$query['order']='DESC';
return $query;
}
add_filter('bbp_has_replies_query','bbp_reverse_reply_order');This works fine except when a new reply is added, you get redirected to the page with the oldest replies instead of the page that contains the just added reply. This seems to be an old problem, have tried various plugins, but they all lead to the same outcome.
So the question is how to force, after adding a new reply, to be directed to the right page.
site freya.nl, latest versions WordPress and bbPress.