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.5
Thanks!
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.gr
Guys,
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 advance
Hi,
For the life of me, I cannot find out how to style this plugin…can someone help?
Thanks,
Jeremy
Hi 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!
I tried to import Phpbb forum to bbpress, with the import tool :
https://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
Hello,
I am trying to display the telephone number of members in the members directory. I already tried
echo bp_member_profile_data(‘field=Phone Number’);
But for some reason it is still not working. Any advise on what could be done?
Have the latest version of BP/WP installed.
Thanks
Lucky
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,
Mario
When 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 …)
Can you please let me know how to set it up so people can register to create posts in the forums (so they then don’t need much moderation).
Thanks