Forum Replies Created
-
In reply to: Enable Mention Auto Suggest
try this, but please come back and confirm if it works
In reply to: bbp Style Pack – Unable to format buttonscan you repost on https://wordpress.org/support/plugin/bbp-style-pack and I’ll take a look
In reply to: Enable Mention Auto Suggest@mentions is available with Buddypress or by using the bbp-mentions-email-notifications plugin,
In reply to: Strange avatar aspect ratiomay or may not work – but try
.avatar { display : none ; } #bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar { display : block !important }
The original turns it off, and the second turns it on again for topics and replies
In reply to: Strange avatar aspect ratioin your custom css area try adding
.avatar { display : none ; }
In reply to: Problem with Shortcodesok
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
In reply to: Problem with Shortcodesdo you have caching software on the site – if so try a re-fresh
In reply to: Problem with Shortcodestry
dashboard>settings>permalinks and just click save
This will reset the permalink
If that doesn’t work, come back
In reply to: Single forum page is listing my website pagesIt could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
In reply to: Strange avatar aspect ratioStart by contacting ultimate member.
In reply to: Bug with Timestamp Linkwhat plugin are you using to get ‘premium’ forums?
In reply to: How do I invoke the visual editor.my style pack plugin has a setting for that
dashboard>settings>bbp style pack>topic/reply form
In reply to: Remove “Registered Users” from bbp Widgetgreat – glad to have helped
In reply to: Remove “Registered Users” from bbp WidgetThis can be done, but requires you to be able to use FTP and edit a file
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
find
wp-content/plugins/bbpress/templates/default/bbpress/content-statistics.php
Make a copy of this file, and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/content-statistics.php
bbPress will now use this template instead of the original
and you can amend this.so open the file and you will see starting at line 17
<dt><?php _e( 'Registered Users', 'bbpress' ); ?></dt> <dd> <strong><?php echo esc_html( $stats['user_count'] ); ?></strong> </dd>
remove this and save the file back to wp-content/themes/%your-theme-name%/bbpress/content-statistics.php
In reply to: Forum List Widgetgreat – glad you are fixed
In reply to: REPLY GOING to TOP of pagegreat – glad you are fixed !
In reply to: REPLY GOING to TOP of pageneed a link to your site and an example, but
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
In reply to: Forums won’t updateCleared my cache, checked with other browsers and devices, still there. I deleted the forums so they don’t exist at all and they are still showing up…
would strongly suggest that you are not viewing a current version.
So I’d guess that the issue isn’t with reordering them, as you are still seeing the original order when you have deleted the forum 🙂
In reply to: GDPR ComplianceThere is a whole wordpress group looking at GDPR compliance.
In all honesty I don’t think anyone knows what ‘compliance’ means – even the regulators in my country (UK) cannot explain it in any terms that mean anything useful. The rest of this response is just my view from a lot of reading AND NOT ANY OFFICIAL BBPRESS OR OTHER VIEW!
In general terms, your as data controller and/or data processor need to explain what personal data you hold, why, and what processes it goes through, and whether it is passed to anyone else and for what purpose, and obtain their positive consent to your holding and processing that data.
So you might on signup want to say that you gather username, firstname, lastname and email in order that you can open a user account, let the user login, be able to identify the user and communicate with them. Usernames, first and last names will be published on the site and in forum profiles, topics and replies, but email addresses will only be visible to administrators of the site. None of this information is shared with other parties, or used for any other purposes.
However I have been sent some sites guesses at a GDPR statement that run to several pages.
But most of that is wordpress related (eg what info you captured as part of registration), rather than an issue of bbpress. You may want to think about letting user a see user b’s profile, so may want to alert users to what profile information is shown, as per my attempt above.
The real bbpress issue relates to the right to be forgotten – and I have frankly given up trying to understand that. So if user x publishes lots of posts, and then asks for all their ‘personal data’ to be deleted – is stuff that they published as topics and replies for all the other users to see counted as ‘personal’, and is stuff that others posted about them ‘personal’. Given that facebook lets you close an account, but doesn’t delete comments you have made, I suspect that this is information that you have put in the public domain, rather than personal data, but I am not a lawyer ! I’d also suspect that since the papers frequently mention celebrity gaffs where they have say tweeted and then deleted some stupid comment, that again that is not personal data.
The only thing that GDPR will do is keep lawyers and consultants busy.
In reply to: Forum formatting issues help please!link to your site if possible please
In reply to: says logged out when user is logged infairly sure it will be caching
In reply to: Migrate / Import Kunena to bbPress toolGreat – glad you are fixed, and thank you also for posting back how you resolved – that will help others coming to this topic in future
In reply to: Incorrect topics countsorry I don’t understand the question.
you start by quoting a bbpress function, and then changing a forum and then a ?specific? topic disappears.
As a start, can you give the precise code you are using, and where you are using it, and how.
In reply to: Second time to ask and no answerI added a custom css to solve the picture problem,
That’s exactly what you needed to do, it is almost certainly a theme issue, so corrective css neeed.
My PC advises not visiting you site, it’s probably fine, but prefer not to – sorry !
In reply to: canned/standard replies plugin?I hadn’t seen that plugin before – looks useful.
Pippin is a very experienced plugin writer (better than me!), and I just loaded and tested that plugin and it works error free and fine.
A quick look at the code shows no obvious issues with current versions of wordpress or bbpress.
It is always a problem for plugin writers to maintain their plugins – I have over 6, and whenever wordpress updates, I have 6 to test and update.
I don’t really want to take on anymore, else I’d offer to take that one over.
I’d suggest you use it – worst case at some future stage you may have to stop using it, but as I know of no other plugin that does this, you’ll be no worse off than you are now.
If it does stop working come back, and I’ll look to see how easy it is to fix, but offhand I see no reason why it will become out of date unless wordpress does some very major changes.