Forum Replies Created
-
In reply to: WordPress Database Error post_type = ‘forum’
I’d suggest that as a test you deacativate LearnDash & bbPress Integration nand see if the error persists, from the link I can’t tell what is sending this code
hmm, I can only suggest that
It could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Then come back
In reply to: Automatically register users?basically you will need a link from teachable to fire up code in wordpress to create the user.
I can only suggest you contact the ‘teachable’ authors to see if they have a hook you can use, or google for linsk eg
In reply to: Change link of forumno problem, glad you are fixed 🙂
bbpress does not by default put anything inmpending
what bbpress related plugins are you running that might do moderation ?
In reply to: Change link of forumdashboard>settings>forums and don’t include the relevant root link
In reply to: Different forum headersuse then alternate template in
once activated go to
dashboard>settings>bbp style pack>forum templates
In reply to: Automatically register users?bbpress just uses wordpress users, so if they are registered as part of your course, then bbpress will allocate them the default role (if you change nothing, then that is participant) on first login
In reply to: custom register page & related questiononly a free version of bbpress, but many addon plugins that let you customise
In reply to: custom register page & related questionbbpress just uses WordPress registration, so anything that does WordPress registration will work fine, including many free custom add-on plugins
you can also use the bbpress registration shortcode on a page
In reply to: Migration and ExportTry dashboard>tools>forums>repair forums
In reply to: Conflict between bbpress and wp-membersI suspect that this function is ‘overwriting’ a ‘post__in’ function. WP_query can have a post__in OR a post__not_in, not both, so setting post__not_in may take out a post__in set within bbpress.
Just a guess, but would make sense. You fix looks sensible, and thanks for posting
In reply to: bbp private group isse?just as a test, can you confirm that it is just a bulk edit in the backend that is the problem.
so can you try deleting just one topic on the backend and see if that creates the problem or is ok – that will help me find where the issue is
In reply to: New site admin, no keymaster roleok, something has removed the keymaster role.
what plugins are you running ?
In reply to: Is BBPress Still Current for 2019 & Beyond?As the ‘about’ page says ‘We’re keeping things as small and light as possible while still allowing for great add-on features through WordPress’s extensive plugin system.’
so bbpress will be maintained, but their will not be lots of features added – many are provided by others eg
Private groups This Plugin creates unlimited private forum groups
bbp style pack Lets you style bbpress, and add display features
bbp topic count Adds any combination of topics, replies and totals under the authors avatar in topics and replies
bbp profile information Adds up to 4 fields to the bbp user profile and displays any combination of these under the authors avatar in topics and replies
bbp user ranking Lets you add ranking and badges to topics and replies and profiles
bbP Toolkit Swiss knife tweaking and hacking Toolkit for bbPress. Set global options and style your forums.
bbpress sort topics/replies Sort topic replies in ascending or descending order for each bbPress Topic. You can choose to save setting for each topic, for the whole Forum or set globally for every Topic
bbPress Genesis Extend Provides basic compatibility with bbPress and the Genesis Framework with a few extra goodies
bbPress – Moderation Tools Add the ability to moderate and approve new topics and replies in bbPress
bbP Signature This plugin adds user signature support to bbPress
bbPress2 BBCode This plugin adds support for popular bbcode forum code to posts, comments, pages, bbpress forums and buddypress activity and group forums.
GD bbPress Attachments Implements attachments upload to the topics and replies in bbPress plugin through media library and adds additional forum based controls.
bbPress Go To First Unread Post Allows registered bbPress users to quickly jump to the first unread post in a topic
bbPress Topics for Posts Replace the comments on your WordPress blog posts with topics from an integrated bbPress install
Inline Image Upload for BBPress Upload inline images to BBPress forum topics and replies.
bbpress Simple Advert Units Insert advert units (such as adsense or Amazon widgets) into your bbpress forum.
bbPress – Private Replies A simple plugin to allow your bbPress users to mark their replies as private.
bbPress Messages bbPress Messages – User Private Messages with notifications, widgets and media with no BuddyPress needed.
bbP Move Topics Move topics from one forum to another, convert post/comments into topic/replies in the same site.
bbp user online status A WordPress plugin to show user online/offline statuses in bbpress topics and replies
bbp-valoration Adds thumbsup, visits and replies count to topics on bbpress, display results on a widget.
BBP Auto-Close Topics BBP Auto-Close Topics will automatically close bbPress topics after an admin-specified time period.
bbResolutions bbResolutions, will let you set topic resolutions (Resolved, Not resolved and Not a question).
Inline Image Upload for BBPress Upload inline images to BBPress forum topics and replies
bbPress Advanced Statistics Achieve phpBB / vBulletin-esque statistics for your bbPress Forum
bbPress Custom Email Notifications Modify subscription emails sent to users
Canned Replies Let’s moderators and keymasters create standard replies and use these in responses
BBP Improvements for yoast This is a very simple but very helpful tool to help yoast wordpress seo support bbpress better.
bbPress GDPR bbPress GDPR plugin extends new Data Export & Data Erasure feature bundled with WordPress 4.9.6 Release.
AsynCRONous bbPress Subscriptions Amends how bbpress sends emailsThis may or may not suit what you require
In reply to: New site admin, no keymaster roleok, just re-read your post, and that may not fix it – I suspect there is some code somewhere that is blocking setting of keymasters.
In reply to: New site admin, no keymaster roleyep, that’s a wordpress standard which bbpress also obeys- you can’t change your own privileges !!
so create a temporary admin account with administrator privilege, and log in as that temporary account – then go into
dashboard>users>edit users>’your old account name’ and edit, and near the bottom you will see that you can change yourself to keymaster.
Once saved, you can then delete the temporary admin account
🙂
In reply to: My forum doesn’t look like a forummay be settings in the theme, but it I definitely hiding stuff !!
In reply to: My forum doesn’t look like a forumyou theme seems to be hiding much of this in css eg
.gp-theme .gp-forum-home .bbp-forum-topic-count, .gp-theme .gp-forum-home .bbp-forum-freshness { display: none; }
suggest you contact theme author or switch themes
In reply to: bbp private group isse?can you contact me via
and send me the settings in
dashboard>settings>bbp private groups>plugin information
I then take a look on my return, but may be a couple of weeks – sorry best I can do
In reply to: bbp private group isse?sorry – on holiday at the moment
In reply to: bbp private group isse?I am author of the bbp private groups plugin.
If you can create a set of repeatable steps to create the issue, then I will happily take a look, but I can’t really trouble shoot a site that is working
In reply to: How To Set All Links as Nofollow Links?bbpress is nofollow by default
In reply to: Can’t see link on messageadd this to the custom css part of your theme settings
#bbpress-forums div.bbp-reply-content a { color: #12526f !important; } #bbpress-forums div.bbp-topic-content a { color: #12526f !important; }
Close and re-open your browser
Please come back and confirm that this works
In reply to: Can’t see link on messageWithin the browser I can use tools that may tell me what the issue is