Forum Replies Created
-
In reply to: Short code to add recent topics specific forum
@katootje Robin forgot he already had this type of functionality in one of his other plugins.
In reply to: Conflict with jeptackim using jetpack on my site with bbPress and i dont see a problem.
it could be something else conflicting with both.
there should be a subscribe option for forums
it should be toward the bbpress breadcrumbs though.
In reply to: bbpress Seo for main siteim sure if you gain a community on your site you will gain more hits to boost your alexa rank.
In reply to: noreply@domain.com ?try not just bbPress specific plugins but also any other WordPress plugins.
you and @jturet seem to have issues of late , so we have to see if its another plugin causing the issue a host setup or whatever else to pinpoint the issue.
if it is bbPress i will contact the Devs.
In reply to: Implode Warning on Forums pageits definitely something wrong with the freshness link just cant tell if a code snippet could be affecting the code or what.
you can go through the basic troubleshooting for general issues by following this post
In reply to: WP SEO by Yost and bbPress Incompatibility?i just installed bbpress and wp seo and i dont seem to have a problem
go through the basic troubleshooting steps for basic issues in this post to try to pinpoint the issue.
leave bbpress and wp seo activated and just deactivate the rest then turn the on one at a time.
this should do what your talking about
function rk_topic_description() { echo bbp_topic_excerpt(); } add_action('bbp_theme_after_topic_title','rk_topic_description');
In reply to: Would be possible a forum with only one topic?change the forum url to the topic you want to use url with this plugin.
edit that specific forum you want to have one topic , scroll down and add your topic url in the metabox.
In reply to: Admin Forum Role: Blockedhave you tried any user role editor/capability plugins??
you could also try repairing the user roles through the forum tools in admin > tools > forums
and also creating a new account and hopefully everything should be fine after that.
In reply to: Topic and replies countuse the bbpress stats widget or shortcode [bbp-stats] in a page
for just all topics it would placing these in a template.
these come the template content-statistics.php which you could copy into child theme into a folder called bbpress and customize.
<?php echo esc_html( $stats['topic_count'] ); ?>
for just replies it would be
<?php echo esc_html( $stats['reply_count'] ); ?>
In reply to: Make all the forums look like the index pagei think this would require making a bbpress.php file from a copy of the page.php file and then make sure the sidebar is still there.
if you need help it would be helpful to also contact your theme author about this.
this should be fixed in latest bbPress unless you are using a plugin that is making the subscriptions have issues.
go through the general troubleshooting steps for common issues in this link
In reply to: Tittlei don’t now where to insert the code you told and also thanks for your help
alright do you know what FTP is?? or how to upload files through your hosts file manager??
because you would bascially just copy that file from here
https://github.com/robkk/bbPress-Hierarchical-Forum-and-Category-Layout/
and put it into your child theme (if you have a child theme) and put it into a folder called bbpress.
Then you would have to create categories for every forum you have for it to have this effect like phpbb has.
if you need a better explanation on certain things please just ask and i will try to help you.
In reply to: Add new column to forumfollow this guide and it should help you.
In reply to: noreply@domain.com ?did you go through the usual troubleshooting steps for general issues in
and see if another existing plugin might have caused an issue??
In reply to: No editor at allglad you solved your own issue
In reply to: Implode Warning on Forums pagedid you try to edit the templates to add the freshness author , because the theme doesn’t have it by default??
In reply to: User unable to post on forummake sure to go through the general issues.
Another thing I am thinking is maybe user capability plugins or spam/security plugins that might cause the issue.
thats great
In reply to: User unable to post on forumall i can think is maybe create a new user for her since its just her having the issue.
In reply to: MAJOR noobie with a lot of questionsnow you need to take care of all the existing spam users using something like WangGuard or Stop Spammers Spam Prevention.
The links to them both are in @sam-rohn’s reply above
Then make sure your new registration form from Visual Form Builder Pro is the only registration form you have on your site.
Then activate registration again and see if all that helps with your spam.
In reply to: New Message symbolit probably could be done with any unread post plugin but here is two that have that exact kind of feature.
https://wordpress.org/plugins/bbpress-pencil-unread/
https://wordpress.org/plugins/bbpress-unread-posts/In reply to: Changing Hyperlink Colorsalright as long as the favorite/subscribe links are black then grayish on hover in Firefox , then my code is working fine.
as for your cache issue make sure to contact other support to help you will this.
your hosting support and also wordpress.org support should help.
and maybe installing the CCleaner program on your CPU will help remove some of chromes internet cache.
And if you figure out a configuration for the cache function on your site , make sure the setting have it to not having any Admin user and logged in user not have cache since this is usually recommended.
In reply to: Changing Hyperlink Colorsdid you flush the cache again to see if it was that.