Search Results for 'bbpress'
-
Search Results
-
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.
This has been a long time issue where bbpress is installed and when you log into the admin area (dashboard) of your website, you lose the admin page and end up on the front-end of your website. This happens all the time and not sure why this has never officially been addressed.
I have the admin-bar disabled on the front-end of the site because it annoys me and don’t want to see it. So when I log into the admin, I lose the admin page and end up on the front of the site. Because I disabled the admin-bar, I have to always manually type in any admin page to get back into the admin area.
Why is this happening and even though I have not tried the upcoming 2.6 version, I’m hoping this has been fixed for that one.
I am looking for a way so that when a User posts into a specific BBPress forum, it will put a Tab on their buddypress profile with a link to that post.
Any guidance?
Hi,
I tried Upwork and Freelancer but it seems kinda hard to find someone who really knows BBpress.
I am looking to customize my existing forums (and BuddyPress) so that my forums have a custom user signature with company logo.
I have a fullset of detailed mockups and notes.
Any suggestions on hiring a freelance programmer, referrals, or anyone a programmer who is interested in taking a look at the project?
Much appreciated.
RobertTopic: problems with translation
My website is in Spanish, but bbpress appears in English.
Buddypress is translated without problem. In change, the bbpress translation does not work even if you have uploaded the bbpress-es_ES.po and bbpress-es_ES.mo files to / www / wp-content / languages / bbpress after creating the folder.
In the following link you can check how it is in English:
bbPress 2.5.14-6684.
WordPress. Versión 4.9.6Hi everyone
Is there a way to remove the topic link from the email that bbpress sends out when someone creates a topic?My forums are private and the links don’t work unless the user is signed in so I’ve been asked to investigate if I can change the email because if the user is not logged in then it looks like the link is just broken.
I know … and my solution was for the user to be logged in before they click the link but apparently that’s too hard 🙂
Hoping someone can help and thanking you in advance.
On the forums page: https://www.christelijk-podium.nl/forums/
When you click on Business Forum, you are being notified that you should upgrade your profile.
When you click on ChristelijkPodium Live, you are redirected to the PMPro Registration Page.
How can I make clicking on Business Forum to also go to the PMPro Registration Page?
We have a BBPress forum that is behind a membership site, and we give them the capability of subscribing to threads. Our problem is that if a person stops subscribing they no longer have access to the site, and therefore have no way of unsubscribing from a topic.
Is there a way that we can generate a script/link to force an automatic unsubscribe from all topics when removing the user? Even if we need to manually create the link, it would be an improvement.
I can generate code if necessary-just don’t know where to start.
Thanks,
Bob