Search Results for 'bbpress'
-
Search Results
-
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 …)
I prefer the way WPORG deals with per-project forums over the BuddyPress-bbPress way. As in, when I click on a thread from within a group forum, I want that link to be a default forum link, not a custom group forum link. I realize this can potentially cause some confusion for users when they’re taken away from the group. Thing is that I’m running a forum-centric community, not a group-centric one, so for us it’s problematic the other way around:
User discovers new thread via forum index, clicks thread, suddenly the user is in a group! And that’s what we’d like to avoid.
Using wordpress 3.5
I totally uninstalled bbpress,
dropped all bbpress tables from dbbut this link:
http://mysite.com/wp-admin/users.php?role=bbp_keymaster
besides premium subbscribers and others.still there in user dashboard windows.
I’d like to get rid of it, how?