Forum Replies Created
-
In reply to: Display forum content on frontpage
it’s a widget
dashboard>appearance>widgets> (bbpress) Recent Topics
In reply to: Adding description to TagsIf I understand
add_action ('bbp_theme_after_topic_form_tags' , 'rew_tag_desc' ) ; add_action ('bbp_theme_after_reply_form_tags' , 'rew_tag_desc' ) ; function rew_tag_desc () { echo '<p>words here</p>' ; }
Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
In reply to: bbp_forum_get_subforums() returns empty arrayno problem – glad you are fixed !
In reply to: login issuesI don’t doubt you have an issue, but there are 300,000 users of bbpress and if they all had this issue it would be well known.
the problem is working out why you have this issue
In reply to: login issueshmmm…. not how it works in my test site.
The bit about some wp login plugin that you have deacivated?? can you explain more about that?
In reply to: Clicking “Subscribe” gives error “undefined”great – glad you are fixed
In reply to: Topics do not work unless permalinks are flushedyou’d need to define down when it happens, always a problem when things just seem to happen – good luck π
In reply to: Missing “All Replies” Pageit 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.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: Clicking “Subscribe” gives error “undefined”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.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: bbp_forum_get_subforums() returns empty arrayjust tried it on my website, and that code works fine.
3 possibilities
1. the 90 is wrong
2. the 90 forum does not have sub forums
3. some other code is filtering the bbp_forum_get_subforums functionIf you are happy it is not 1 or 2, then 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.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: bbp_forum_get_subforums() returns empty arraytry
$sub_forums = bbp_forum_get_subforums(90); var_dump($sub_forums);
In reply to: login issuesit sends the user to the wordpress login screen,
can you define ‘it’ please – what is sending you where?
In reply to: Topics do not work unless permalinks are flushedit 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.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: Swap Email for Description on Profile Pageyou are correctly editing the template, but it needs to be placed in your child-theme
so
find
wp-content/plugins/bbpress/templates/default/bbpress/user-profile.phptransfer this to your pc and edit
and save
create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpresswhere %your-theme-name% is the name of your theme
Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/user-profile.phpbbPress will now use this template instead of the original
In reply to: Font size on new installationno problem – hope you get it all working π
In reply to: Cannot set new password when editing profileno problem π
In reply to: Cannot set new password when editing profileI have just tried it on my test site with WordPress 5.5.3 with bbPress 2.6.6, and it changed fine with no issues.
so you go into the edit, and click ‘generate password’ and then type in a paswword and click update Profile and that works.
Is this what you are trying?
In reply to: Font size on new installationI’m just a user of bbpress and author of bbp style pack.
I can’t say why bbpress authors chose what they did
In reply to: Why cant receive email1. You should be aware that many spam filters strip messages that do not come from the correct address. So if your site is mysite.com and your email address
in wordpress settings>general is fred@gmail.com then it is likely that messages will be dumped in transit.
You need to set up email to come from your site eg fred@mysite.com, your hosting provider can help if needed.
2. Just bbpress?
Then you need to see if this is wordpress wide or just bbpress.
Try https://wordpress.org/plugins/check-email/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.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Next try switching to smtp email – this page from the host Siteground explains it
https://www.siteground.co.uk/tutorials/wordpress/use-smtp/
If you choose other SMTP servers as a mailer, then you email/website hoster shoud be able to give you details of what to enter
and of course
By default, you do NOT receive emails for your own topics/replies, only if somebody else replies on your subscribed topics
so testing would need two email accounts to prove !
In reply to: Post headerclose – means the post still shows, but no-one can add to it
Trash – means put in trash, so the post is no longer shown
Unapprove – makes the topic pending – it is not seen in by users, only moderators and keymasters
sticky – puts the post above ordinary posts in the list – typically to have a topic always at the topKeymaster β Can create, edit and delete other usersβ forums, topics and replies. Can manage Tags, and moderate a forum with the moderation tools. Has access to global forum settings, tools, and importer.
Moderator β Can create and edit forums. Can create, edit and delete other usersβ topics and replies. Can manage Tags, and moderate a forum with the moderation tools.In reply to: Font size on new installationstyle pack should let you change them all – you just have to work through the options on each tab.
In reply to: Font size on new installationstart with the forums styling – that sets much of the site
In reply to: Font size on new installationIf you don’t want to learn child themes and css (and I can’t blame you !!) I can only suggest that you get adventurous and try changing settings in the style pack plugin. No changes made in the style pack plugin are permanent – worst case you can simply deactivate the plugin and it will stop having any impact, or you can reset individual tabs in the ‘reset settings’ tab.
In reply to: Font size on new installationso have you tried style pack ?
In reply to: Adding Custom HTML To Forumsπ