Search Results for 'bbpress'
-
Search Results
-
Topic: bbPress 2.2.4 Released
bbPress 2.2.4 (now available for download) is a maintenance and security release, and a safe and easy update for all previous bbPress 2.x versions.
Version 2.2.4 includes some security hardening inside the Forum Importer/Converter tool, and improves post form output sanitization. These issues were responsibly disclosed by Maty Siman.
Download 2.2.4 now or visit Dashboard → Updates in your site admin to update now.
Hello,
I use Simple Press 5.2.2 with WordPress 3.4.2, and I want to migrate my forum to bbpress 2.2.4 (on the same installation of WordPress).
My forum currently has 29 forums, 768 topics and 4324 posts, which is not so huge.I try to migrate with the plugin “SimplePress 5 Import”, but the process stops at 490 :/ In fact it created the forums, a lot of the topics and posts, but it miss all the Reply.
I do not know where it blocks or why.In addition, I can’t restart the process: I deleted all the bbpress forums, I even made a reset bbpress, but import around in circles in the first stage.
Can you help me, I really want to migrate to bbpress?
Hi I am running a WordPress site with Genesis and the bbPress forum with the Genesis extension. For some reason my avatars are displayed weird and my links are getting the same formatting as the avatar links to peoples profiles. Any ideas what is causing this?
http://www.brisbanegojukarate.com.au/forums/topic/iherb-orders/#post-766
Hi all,
I’m starting using bbpress on a wordpress network (using also buddypress)
Everything seem fine, but there is no avatar in any off the bbpress pages :'(I also tried using a different template.. same thing…
Dear all,
I would like to use the Fancy editor, but when I check and save Fancy editor, the options page reloads and I have always Fancy editor option unchecked.Is it normal?
Thank you
Ok so here is my story:
I currently have:
Wordpress 3.5
Bbpress 2.2.3
Buddypress 1.6.3
History:
Back in December everything was working great (all my bbpress forum “posts” were showing up in Google searches). I had a couple of issues with my host, and decided to deactivate the bbpress plugin for a couple of weeks.
Several weeks ago I reactivated the forum and integrated it with buddypress (merged the two forums). I had absolutely no problem doing it.
I also used google webmaster tools to point to a new sitemap created by a plugin (WordPress SEO) 3 weeks ago.
Problem:
So here is my problem. When I do an advance search on google, I only get my sites topic pages, topic tag pages, and forum pages… not the forum posts!
What can be the issue?Here is my site: http://otakuspace.com/forums/
Hi,
We have another forum plugin called “simple press”. And these two forum plugin both work fine except that when we try to search in our “simple press” it gives us a 404 error. Is there a way to fix this? If not, is there a way to disable the bbpress plugin on a specific page? I already tried “plugin organizer” but not working.
note: When I disable bbpress, search function for “simple press” is working fine.
Wordpress version: 3.5Thanks!
hi i have install bbpress and twenty ten bbpress theme but the tinymce is bigger wider and exits the template width any ideas how to fix this.
you can take a look here anime.grGuys,
Have a question.. I have the latest bbpress installed and I can see my forum and posts in the frontend on my website but I can`t see the forum/post/topics/replys in the admin back end.. So I can`t edit or do anything much. very strange.. anybody know what could be wrong? Have the latest version of WP and Pagelines
Thank you in advanceTopic: How TO STYLE bbPress 2.2+!!
Hi,
For the life of me, I cannot find out how to style this plugin…can someone help?
Thanks,
JeremyHi all,
Might be related to the recent capabilities/roles update for bbPress, but right now this is what’s happening for me:
– Participants create a topic in a forum
– They get forwarded to a 404 page
– In the Dashboard, however, the topic they created is actually there, but automatically set to “pending” status instead of being published
– My admins have to manually publish each topic that Participants create (topics created by Moderators get published immediately)I’ve set up a small band-aid solution where the users are shown a message that says “Your topic is awaiting moderation” instead of a 404 page, but I wonder how I could make it possible to get these topics published upon creation (remove approval process).
Thanks for any insight!
Topic: Import forums Issue (Phpbb)
I tried to import Phpbb forum to bbpress, with the import tool :
http://codex.bbpress.org/import-forums/
I disable Forums and start the process, and i have this :
“Repair any missing information: Continue
Conversion Complete
No replies to convert
No tags to convert
No topics to convert
No forum parents to convert
No forums to convert
No passwords to clear
No users to convert
Starting Conversion
”My informations :
– phpBB
– Port : 3306
– Name BDD : The name in my wp-config (i use the same base for forum and a wordpress installation)
– Name user BDD : The user in my wp-config
– Pass : The Pass in my wp-config
– Prefix : PhpBB3
and Start.
I show all the informations many times and they are all right… I don’t understand where is the problem.
Thanks for your responses
Hi guys I am trying to list the 3 freshest bbpress topics from a specific forum. How Can I do that?
This is my code for displaying latest 3 topics from bbpress (not specific forum):
get_results("SELECT post_title, guid, post_date, post_type, post_modified, post_type from wp_posts where post_type LIKE 'topic' && post_type LIKE 'topic' ORDER by post_date DESC limit 3","ARRAY_N"); if ($forumslist) { foreach ($forumslist as $row) { echo '<li><a href="'.$row[1].'" rel="nofollow">'.$row[0].'</a>'.date('F d, Y', strtotime($row[2])).'</li>'; } } else echo 'Error fetching data'; ?>Now I would like to get the most fresh topics under a certain parent. So I know I can do something like:
$forumslist1 = $wpdb->get_results("SELECT post_title, guid, post_date, post_modified, post_type, post_parent from wp_posts where post_type LIKE 'topic' && post_parent LIKE '1263' ORDER by post_modified DESC limit 3","ARRAY_N");but how can I order those by freshness? You can see I tried to order them by post_modified but I didnt have luck there…
So I need to know how to get the freshest topics…
Thanks,
MarioWhen I try to disable BBpress, all my site crash and give this error :
wp-admin/plugins.php?deactivate=true&plugin_status=all&paged=1&s=
Same error when I try to delete the plugin directly via FTP or disable via phpmyadmin.
Note : when I delete all the bbpress table -> no crash … ( but, of course, the forum is out of office …)