Forum Replies Created
-
In reply to: Non user can’t view topic ?
Are the forums the topics are in just Public and not Private or Hidden?
In reply to: Non user can’t view topic ?Have you been testing with any custom role and capability plugins?
In reply to: Non user can’t view topic ?Could this related to your custom theme development??
Does it work fine in a default theme?
In reply to: Website Crashed with bbpressYou can check to see the plugin that is causing it, and maybe find an alternative. Otherwise if it is the only error you are getting you can ignore, or turn debug off.
In reply to: Subscribe questionMake sure that a user is actually subscribed so that they receive the subscription emails. Some users get confused and think they get the emails magically sometimes without subscribing to a topic or forum.
Also install this, because sometimes the emails just do not send as they caught up in spam folders. The functionality in the plugin will most likely get into the bbPress plugin in the future.
https://wordpress.org/plugins/asyncronous-bbpress-subscriptions/
In reply to: URGENT – Freshness Name doesn’t updateWhat username plugin?? Is it on the WordPress repository??
link me to where you got the plugin.
In reply to: Website Crashed with bbpressDid you successfully remove bbPress?
Also the error is common, its basically some other plugin causing the issue and bbPress just spits out information about it.
In reply to: reCaptcha questionFor registration
Wanguard is considered freemium since it has a request limit.
The Advanced no captcha plugin is good to use across your site especially for registration. Wanguard also has a honeypot feature for registration too.
For Post protection
I don’t think Antispam Bee works with bbPress, there is a plugin that is based off it though that works with bbPress (bbPress antispam), but I think it is having issues lately.
Akismet is free for non-profits and has integrated code in bbPress for it to work.
I am just going to contact the devs that are at least familiar with bbP v1.
In reply to: When I deactivate bbPress, I cannot log inSorry guys was probably tired or something, I should have led you guys to this explaining how to deactivate plugins when you cannot get into the admin panel.
And @bdsand I should have led you to this for the blank screen, but I am glad you fixed it.
https://codex.wordpress.org/Common_WordPress_Errors#The_White_Screen_of_Death
As for this issue, bbPress shouldn’t behave like this during deactivation of bbPress.
See if some of the steps from here can help you.
https://codex.wordpress.org/Login_Trouble
I am guessing you guys are both getting the same error notice like this.
You do not have sufficient permissions to access this page
- You may also want to see what is the url after you get the permission error, see if there is an extra query in the url like
?restricted
or something. - Check in a different browser to see if you get the same issue.
- Check in a different user with a different user role(make sure you create a test user before deactivating bbPress)
You guys can also test out your themes and plugins in a local test site/test server on your computer to see if you can duplicate the issue there.
Both the captcha and the forum search that seems not visible is in Simplepress not bbPress.
Contact Simplepress support if you want to keep using Simplepress instead of bbPress for forums.
In reply to: In the discussions the message does not appearAre you talking about the 1 updated message? It should translate to Last updated message.
Or the description itself.
The description displays fine.
In reply to: In the discussions the message does not appearYou need help to customize the message or remove it??
Was the message wrong?In reply to: Website Crashed with bbpressHave you edited any core files?
Did you see if bbPress works with a default theme and no other plugins activated??
You can try reinstalling bbPress again to see if there is just something wrong with that installation. Do not reset the forums and delete any data, just deactivate and remove the bbPress plugin and reinstall.
In reply to: Registering member to forumYour students can register using the default WordPress register form here if you enabled registration in Settings > General.
yoursite.com/wp-login.php?action=register
In reply to: Bulk-move bbPress topicsYou cannot do this at the time. There is a ticket to hopefully add this feature to bulk edit topics into different forums in the future.
https://bbpress.trac.wordpress.org/ticket/1838
This is where it would be in Topics > All Topics in the WordPress backend, just show/change the parent forum with a dropdown like when you edit a single topic right there.
There have been a few tickets in WordPress itself to make it easier without a workaround with javascript lately so hopefully that will help get this type of feature in soon.
In reply to: TinyMCEI think the thing you are seeing toward the bottom left of the tinymce form just identifies what your current selected text format is. If you change to say a number 2 heading it will show h2. It also shows a path to what you have selected, so highlight text that is a header 2 then just end with a link it will show h2 >> a. It really nothing to worry about to hide, I say just ignore it.
I think the plugin bbPress style pack has a shortcode for this type of thing.
In reply to: Need help putting forums in a pageYou do not need to create a page at all just create a custom link in the menus section to /forums on your site.
https://codex.wordpress.org/Appearance_Menus_Screen#Custom_Links
In reply to: Adding a border to topic and rply text boxes.See if this custom CSS will help. Add it to your child themes style.css file or in a custom css plugin or wherever you can place custom CSS.
#bbpress-forums fieldset.bbp-form textarea { border: 1px solid #ccc; }
In reply to: Strange cache issues (in profile and topic count)What button?? What welcome message, the howdy, user message??
I think you need to run the repair tools to recalculate the topic count. The repair tools are in Tools > Forums in the WordPress backend.
In reply to: Overlapping text and bad formatting of postsGlad you resolved your own issue! 🙂
In reply to: When I deactivate bbPress, I cannot log inSorry for the late reply.
Since you said it is not a plugin issue causing it and you have done other troubleshooting to see if a code snippet in a theme could be causing it, create a test user, just a participant/subscriber user, then you can deactivate bbPress so I can see the issue you are getting. Contact me through email so that you do not need to post login details on the forum.
If you have already done some troubleshooting and have not found an issue, you can let me test to see what could be causing the issue too.
In reply to: Remove the Oh Bother – No Forums here boxOh no problem. 🙂
The slug issue was really created by how you set up your forums at first because your theme wouldn’t display them right.
The other issue with the login register links showing up twice is because of the bbPress new ui plugin and how they try to implement a hierarchy and category layout for users.
In reply to: Overlapping text and bad formatting of postsLink to your site so I can give you some CSS to fix the issue with the post date, I can also tell you what is causing it too.
For post formatting you are going to have to explain a little more on what the issue is.
- You may also want to see what is the url after you get the permission error, see if there is an extra query in the url like