Forum Replies Created
-
In reply to: Forums Not Showing on WordPress dashboard left menu
If there are no keymasters, then
once activated, navigate to
dashboard>settings>bbp style pack>bug fixes and you will see the options to make yourself the keymaster
You can then deactivate and remove the style pack plugin, or look at what it offers
In reply to: members’ annoucements with BBpressMaybe create a forum called say ‘announcements’
Then create a page called whatever you wish
Into that page put the following shortcode
[bbp-single-forum id=$forum_id]
Where $forum_id is the forum idIn reply to: edit answer in forum not workI’m on holiday but from memory
Dashboard settings forums and there is a setting for how many minutes users can edit responses and set it to a large numberIn reply to: edit answer in forum not workOk do the users have permission to edit replies
In reply to: edit answer in forum not workOk do the users have permission to edit replies
In reply to: center the entire forum boxSorry I am away at the moment without access, can you bump this thread after the 15th July and I will see if I can help
In reply to: Topic/Reply FormInstall
once activated go to
dashboard>settings>bbp style pack>Topic Form Additional Fields
ok, you are doing stuff with combinations of old versions of software – I can only help with current.
Wordpress 6.x dramatically changed how WordPress works, and Twenty Twenty-Two is one of the new FSE themes.
So on WordPress 6.5.5 with Twenty Twenty-Two you will need the fix mentioned above. BBpress 2.6.11 is the current version of bbpress and should also be used.
Regards
Robin
I suspect you are using an FSE theme, so you need a fix to work with bbpress.
installonce activated, navigate to
dashboard>settings>bbp style pack, and you should see the first tab called ‘Theme Support’ – if you don’t see this, come back.
In that tab, select
Enable Theme Support
and save
The forums should then display
In reply to: Change logNothing new
The following 13 errors fixed
View RSS feeds return the all-topic feed if the view doesn’t exist
After export from SMF error: bbp_converter_db_connection_failed
BBP_Converter_DB does not have a method “__destruct
Restoring a trashed topic will set the post status to ‘draft’ as of WordPress 5.6.0
Default arg to “bbp_add_forums_roles()” can cause errors
Reduce subscription email subject duplication
Editor buttons missing since 2.6.8 upgrade
bbp_get_reply_url() generates incorrect link for a spammed topic
Search displays hidden forums to participants
The content-archive-forum.php template does not filter if the search form should be displayed
Recount topics for each user, counts only published topics
Statistics widget throws Undefined index if no replies or topics tags
“You may use these HTML tags and attributes:” not escaped correctlyIn reply to: bbPress 2.6.11 is out!🙂
In reply to: BBPRESS 2.6.10!Thanks John !!
In reply to: bbPress 2.6.10 – All pages return 404 errorsthanks, I’m away at the moment on other stuff, so just trying to get something going until I can look at it, so thanks for spotting 🙂
In reply to: bbPress 2.6.10 – All pages return 404 errorsI have raised a trac ticket for this release which hopefully the authors will look at
In reply to: bbPress 2.6.10 – All pages return 404 errorssorry, was answering an earlier question as to what was in the new release
In reply to: BBPRESS 2.6.10!these 13 tickets are in 2.6.10 I believe
In reply to: bbPress 2.6.10 – All pages return 404 errorsthese 13 tickets are in 2.6.10
In reply to: bbPress 2.6.10 – All pages return 404 errorswhat other bbpress related plugins are you running?
In reply to: bbPress 2.6.10 – All pages return 404 errorsthanks, I’ll take a look, but suggest you remain at 2.6.9 for the moment
In reply to: bbPress 2.6.10 – All pages return 404 errorsand if you are using any caching software, clear all your caches
In reply to: bbPress 2.6.10 – All pages return 404 errorsGo to Settings > Permalinks, select the default permalinks then save. Now select your preferred permalinks structure. This flushes the rewrite rules and can solve some possible 404 errors.
In reply to: Registration without email requirementor final thought, just have a contact form for registration and add users manually. You can set a fictitious email address (they are not shown on the front end)
Theyb have to be unique, so you could just increment a fictional email address – example.com is used by many people as a domain address that is not real eg
user1@eaxmple.com
user2@example.com
user3@example.comand use the moderation in bbp style pack above to approve all posts
In reply to: Registration without email requirementOtherwise it is doable but far beyond free help – as I say bbpress just uses wordpress registration so maybe contact a wordpress developer who can do some code for you.
In reply to: Registration without email requirementok, without an email address, is in effect registration not necessary (?), as you have no way to contact users or validate who they are?
If so I’d suggest you:
1. allow anonymous posting
dashboard>settings>forums>Anonymous Allow guest users without accounts to create topics and replies
2. use Akismet to reduce/stop spam
3. install
once activated go to
dashboard>settings>bbp style pack>Moderation and follow instructions and set that all posts need to be moderated
4. go to
dashboard>settings>bbp style pack>Topic/Reply Form
and set 19, 20 and 21 – 20 allows you to hide the email field
In reply to: Get_Forum_Name from functions.php$forumname = bbp_get_forum_title( $post->forum_id );