Search Results for 'bbpress'
-
Search Results
-
Topic: Remove forums from sitemap
I am developing a sitemap for a client on a dev site that is not publically accessible. On the site are several custom post types including Forums, Topics and Replies which I added to the site using a standard wp_query with post_types set to list all custom post types.
Some of these custom post types the client does not want included on the sitemap. So changing the “public” parameter to “false” I was able to remove selected ones that were created with the Custom Post Type plugin. However I cannot come up with a way to changing this on custom post types generated by the bbpress plugin without modifying the main bbpress.php plugin file.New to working with bbpress so any suggestions would be appreciated.
Topic: Iimprovements
Hi team,
Is it possible to improve BBpress so that it can have improvements :
1) Shows the total topics, replies and total count under the avatar on each topic/reply view in bbpress
2) Button to allow users to report a message to the moderator
Thanks for your answers
Regards
Topic: Especially urgent need help
What happens to this error?
Fatal error: Cannot redeclare class WP_Taxonomy in /home/u410616819/public_html/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/backpress/class.wp-taxonomy.php on line 17
what should I do?Hello,
I am using WordPress 4.8 and bbPress 2.6-beta-2.
I had to do a batch import of topics from csv, and all went well enough. The only aspect I was unable to cover was the parent forum field. I have found my parent forum id and used a mysql command to insert the forum ID (which is 290 in this case) into all rows where post_excerpt meets a condition. This all worked. For reference here is the mysql command:
update wp_posts set post_parent=’290′ where post_excerpt=’CONDITION’;The issue I’m having is that although post_parent displays the correct parent forum ID within the database, on the frontend of my site none of these topics register as having a parent forum. Under “Topics” they still all say “No Forum,” and they are not listed on the forum page. Funny enough, the breadcrumbs show the correct path when looking at the individual topics (i.e., PARENT FORUM >> POST_TITLE).
Any and all advice would be greatly appreciated. Thanks for your time.
Topic: PHP Version
Just lost and regained forums on one of my sites. Host support wrote:
We had upgraded php to 7.1 earlier this week. It appears that BBPress may not currently be compatible with the latest PHP. We have rolled back to PHP 5.6 and the forums are working again. However, to make sure that all sites are working on the suggested standards set by the WordPress core team, we will be upgrading all instances to PHP 7.1 within the next two months. It is possible that BBPress may make updates improving the compatibility in that time, but it is never a bad idea to be proactive on that front.
So what’s the deal with BBPRess PHP version compatibility please?
Hi!
I want to integrate bbPress with my existing theme, but I’m worried about crash my theme by doing so. I don’t know if my theme is compatible with bbPress.
I have WordPress version 4.8
Regards
TerjeTopic: Change Editor Display
BBPress 2.5.12 WordPress 4.8
I’ve search high and low but haven’t been able to find any resolve to this. I’ve used different plugins to help with my problem but haven’t been able to get exactly what I want. I’ve made a screen-capture of what my problem is. Can someone with knowledge please tell me how to remove the html editor from showing below the visual editor? I want to see the html editor only when the text/html tab is clicked. It’s confusing with the html just below the visual editor like that. I’ve tried the display:none but it the html editor was also not showing when I clicked the text/html tab.
Topic: Last Topics (edit template)
Hello,
i must edit the template from my last topics overview. Later it`s must show like:
ResultBut now its look like: Now
I have add the bbpress.css to my theme and have chance some thinks (you can see, I have delete the counts, etc.). But I must add the big profile image (now I have only a very small picture who pixelated when I chance the size). Additionally I want to add the date and the time when the post are written and the first line of the content.
–> I think for this i must edit the template files.Have you any idea which template file i must edit (I have tested some but without any result)?
Thanks for your help.
