Forum Replies Created
-
In reply to: Blocked message after login – Mobile ONLY
Hi @djhorne,
Never seen that one before to be honest…
I would just think of:
1. Your theme is not fully supporting mobile? But you say you tested other themes.
2. You have Jetpack? There is a setting in the ‘Writing’ tab where you can ‘Optimize your site for smartphones’. Maybe it’s switched off?That’s the only thing I’m thinking off.
Also please make sure to switch to https, because you are asking for login/password on a standard http and security wise, that’s not really a good thing!It’s brand new, so you just couldn’t know 🙂
In reply to: Hide subforums from main forum pageHi @avaiya,
Is that a public forum? I have some options in my bbp-toolkit plugin to hide subforums, but not sure it might fit you.
If so, could you paste the link?
If it does not seem to work, you can also find the option in my bbp-toolkit plugin in the ‘Extras’ tab.
Let me know if that worked after you activated the plugin and the option.
In reply to: Pagination Count has a weird quirk?@johnjamesjacoby @jjj thanks for that!
@thebeeobee Do you have a test forum with the topics you described? Would you be able to install 2.6-RC5 and see if it’s solved? https://bbpress.org/download/Thanks a lot!
In reply to: Point Avatars to Another Plugin’s AvatarThat would involve some coding filtering the bbp_get_reply_author_avatar and bbp_get_topic_author_avatar. But I don’t know UM Pro, so won’t be able to help you further.
Just found https://gist.github.com/champsupertramp/45cc47f4d5fe67cf739b too, so combining both might do it.
This forum is for general bbPress questions. If you find issues with a plugin, please post it on the support forum of the specific plugin.
Thanks.
In reply to: Pagination Count has a weird quirk?Hi @thebeeobee,
That looks like a nice bug. Would you be able to add that to https://bbpress.trac.wordpress.org/newticket , describe in short the issue and the steps to reproduce? Also put a link to this topic.
Thanks a lot!
Pascal.In reply to: Users importIs your original forum also bbPress?
In reply to: String Translation IssueCiao Fabio,
As you can see on https://translate.wordpress.org/locale/it/default/wp-plugins/bbpress , bbPress is translated in stable and dev at 100%, so I confirm that all strings have been translated in Italian.What you show in your screenshots is however coming from a theme or an extra plugin and not from bbPress.
So identify the theme or plugin that adds this string and translate it. More information on how to translate can be found on https://it.wordpress.org/traduzioni/
In reply to: BBpress like/reply notification@zcoin,
bbPress is not different from WordPress. Basic information on the post (a forum, a topic or a reply are all a ‘post) is a record inside the wp_posts table. Then in the wp_postmeta table you will find more information for every post.In reply to: Unable to import from phpbb to bbpressHi @dheerajsharma14,
Just to confirm, ‘latest RC’ is 2.6-RC5 ?In reply to: bbP Moderate Tools interferes with bbP NotifyHi @tonyleev,
That would be a question for the support forum of that plugin. Maybe it’s this one: https://wordpress.org/support/plugin/moderation-tools-for-bbpress ?
Hi @irishhealer,
Could you please try 2.6-RC5 ? You can find it on https://bbpress.org/download/
If you have the same issues, report back here.
GDPR has taken over most of my time, so it will take a little longer.
In reply to: GDPR EU legislationHi all,
Thanks for your participation. It was a very first gathering and of course it was a bit hectic.
Like always everybody wants to have his saying and a more detailed agenda needs to be set so things can get a bit more structured.But please continue to spread the word that we are focusing on Core to get GDPR compliant and will try to create hooks or new functions where applicable so plugins like bbPress can follow.
In reply to: GDPR EU legislationWe will have weekly meetings on slack in the #gdpr-compliance channel. So if you are on slack, feel free to join. Core will be the discussion, but bbPress and others will follow based on that outcome of course.
In reply to: Display number of subscribers of a forum@chumtarou, is it a public forum, so could you share the link? If not, could you send a print screen of the page with the main forum list?
In reply to: GDPR EU legislationI agree that it might leave a mess if done incorrectly, but don’t forget the main point: Clear and Plain language when asking for the Consent. My personal view is that you could explain what is kept (because impossible to find) and what is deleted. So deleting the user, blanking the topic but leaving replies (?), removing the @mentions and full names (?), but there is no way we can remove firstnames only or screen each and every message manually. Just be very clear, that’s the starting point.
As for Facebook and Twitter, I have to disagree. The GDPR is to protect the user in ANY system. Breaches can happen anywhere and personal data protection needs to be the highest priority, regardless of the system.
In reply to: Hide details when sharingHi @wafadul,
You are probably using a plugin to share to facebook, so better check that out with the support of that plugin.
Pascal.
In reply to: GDPR EU legislationI have been busy with it for a while. In fact the ideas behind GDPR are not new, it just that now they become clear and mandatory. Data protection has and should always be priority one.
GPDR is now specifying that how and what things are done need to be completely clear.When a user asks for ‘what do you collect’ or ‘Give me my data’, it can be as simple as a csv file with all data (user profile, topics, replies) which seems to comply.
The ‘right to be forgotten’ is the one that needs much more investigation. Deleting the user is easy, deleting the replies too. But what about topics that were started and have replies from others? Or replies to the replies of this user? How about backups? How about search engines that indexed public forums? Mentions to this user?
I have started drafting some things that I will share (hopefully next week) with the bbPress team with my thoughts. I hope it can serve as an extra guideline.
In reply to: I need to hire someone to import Invision to bbpress@adchix Did you try to import in bbPress v2.6 ? The import procedure have been reviewed so you might have more luck.
Try to install v2.6 from https://bbpress.org/download/ in a test environment.
Pascal.In reply to: Noidex metatag to groups of pagesHi @process_of_illumination ,
I see you have found the functions that you need.Try to avoid adding 5 functions if you can do it in 1, so at least change it to:
add_action( 'wp_head', 'casiepa_add_noindex' ); function casiepa_add_noindex() { if ( bbp_is_favorites() ) { wp_no_robots(); } if ( bbp_is_topic_tag() ) { wp_no_robots(); } if ( bbp_is_single_user_replies() ) { wp_no_robots(); } if ( bbp_is_single_user_profile() ) { wp_no_robots(); } if ( bbp_is_single_user_topics() ) { wp_no_robots(); } }
Of course the shortest way would be:
add_action( 'wp_head', 'casiepa_add_noindex' ); function casiepa_add_noindex() { if ( bbp_is_favorites() || bbp_is_topic_tag() || bbp_is_single_user_replies() || bbp_is_single_user_profile() || bbp_is_single_user_topics() ) { wp_no_robots(); } }
PS image removed.
In reply to: Specialist to install multisiteHi there,
For job postings, please use one of the resources such as https://jobs.wordpress.net/ or https://jetpack.pro/ .
Or find a local slack (https://make.wordpress.org/polyglots/handbook/about/teams/local-slacks/) and look for a job channel.
Pascal.