Forum Replies Created
-
In reply to: All users getting email updates from Hidden Group
Hidden group or forum ?
If you say ‘group’, you mean a BuddyPress group or a group from a plugin like bbP Private Groups ?Pascal.
In reply to: Forums gone from dashboardSeeing the support forum, others also have identified this one as not working correctly with bbPress.
Pascal.To be honest I have not seen that before. It does not seem standard bbPress to me.
I would guess this is coming from your theme or from a plugin.Pascal.
In reply to: Don’t allow participants to post topicsHi,
With my https://wordpress.org/plugins/bbp-toolkit/ you can protect your forums for new topics.
Pascal.In reply to: Forum Subscriber NotificationFor caching, multiple plugins exists. See my response here for some extra info, but I’m not an expert: https://bbpress.org/forums/topic/should-i-set-up-my-forums-on-another-ms-subsite-to-improve-site-speed/
For the subscription:
If a person is subscribed to a forum, he will get all new topics
If you reply to a topic and tick the box at the bottom, you will get the other replies to this topic.
But I’m not aware of a possibility to get ALL replies to the full forum with just a click …What I have in my bbP Toolkit plugin is the possibility to tick the box by default so that you get notified for new replies.
Pascal.
In reply to: Forum title structureHi,
You talk about ‘groups’, do you mean BuddyPress groups ? In that case you better direct your question to the BuddyPress forum for support.
Pascal.Ah ok,
Then please start from here: https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#26-creating-a-bbpress-specific-sidebarPascal.
In reply to: Forums gone from dashboardIf you have already deactived all plugins except bbPress and switched to a default theme and you still do not see ‘Forums’, ‘Topics’ and/or ‘Replies’, then please try this in Settings > Forums (check after every step if you find the options back on your dashboard):
– ‘Settings > Forums’ : (de)activate ‘Anonymous posting’, save, (de)activate it again to get back to your original setting, save
– ‘Settings > Forums’ : (de)activate ‘Auto role’, save, (de)activate it again to get back to your original setting, save
– Deactivate the bbPress plugin, then reactive the bbPress plugin
– ‘Tools > Forums > Repair Forums’ : Remap existing users to default forum roles, click ‘Repair Items’ (WARNING: Make sure to have multiple admins in case the keymaster role would disappear from one account)Pascal.
In reply to: Dutch translation not being activatedHi Marc,
I didn’t try any of them, but these are some possibilities:
1) installing bbPress on the us_US and then downloading the nl_NL bbPress translations and adding them in the bbPress folder (https://codex.bbpress.org/getting-started/bbpress-in-your-language/)
OR
2) Go MU and have the main site in us_US and create a subsite in nl_NL
Pascal.In reply to: Error BBpressBecause it’s not bbPress causing this. What plugin do you have for memberships/roles/capabilties ?
What version of bbPress and WordPress ?Could you point me to that plugin for bbPress sidebar ?
Pascal.
In reply to: group forum setting can’t modify at frondend mode.Hi,
This seems a BuddyPress question, not a bbPress question, right ?
I think the BuddyPress forum would be a better option to get an answer.
Pascal.In reply to: Error BBpressYou seem to have issues with capabilities of your user(s). Is this the first time ? What plugins did you update recently ?
Pascal.
In reply to: Edit user topics/repliesHi,
Posts and topics are counted based on the number that exists in the database, so no, you will not find any plugin to do this.
Some people use a ranking system. So maybe a user-ranking plugin can help you in indicating your top-ranked users ?
Pascal.In reply to: bbPress/Buddypress user name not in syncIt’s not an issue at all, it’s just what is displayed. bbPress always had one thing, BuddyPress started putting another one. I didn’t have time yet to have a look at the function in BuddyPress as I’m very busy professionally at the moment.
Pascal.In reply to: Regenerate BBPress post timesIn MYSQL with phpmyadmin you would be able to do it. If you would need to add e.g. 4 hours, the idea would be :
WARNING: Backup your database before doing things
WARNING: This is just a starting point, not a real query to launch on your DBUPDATE poststable SET postfield = DATE_ADD(postfield, INTERVAL 4 HOURS) WHERE postfield < '2016-04-01 08:20:00';
So in the WHERE you need to put the datestamp when you have done the timezone switch.
Pascal.
In reply to: Suggest Import Version NumbersHi,
Great tags 🙂Did you try with bbPress2.6-alpha ? It very very stable now and the importers have improved a lot.
https://bbpress.org/download/Pascal.
Hi,
You will have to go with{ position: relative ; top : 0px ; }
Pascal.
In reply to: Dutch translation not being activatedGoede middag Marc,
I’ll have a look around. I see 2 possibilities but not sure they would work. Ping me back here in some days if I would have forgotten about you 🙂
Pascal.
In reply to: Forum reply Excerpt in Buddypress ActivityHi,
As your question is about the buddypress activity stream, you might have more luck on the buddypress forum…
Pascal.In reply to: Forum Subscriber NotificationIt’s somewhere a cache issue or so !
So for me if it worked, there might be a conflict between bbPress Notify and async. Can you try to deactivate one and then other for a longer period ?
Pascal.As these are not coming from bbPress, I don’t think i can help you here, sorry.
Please see what other plugins you might have.Pascal.
In reply to: bbPress/Buddypress user name not in syncHi,
What would be the buddypress function to retrieve the username ?
Pascal.In reply to: Overriding !important in bbPress CSS?Hi,
Is this a public site ? If you could post a link and tell us what you want to change exactly, we could have a look. I suppose it’s not bbPress that has the !important ?
Pascal.Hi, you see this message because your debug is on. This specific message is
not a reala minor issue, but it could mean you have somewhere access control issues.See https://codex.bbpress.org/bbp_setup_current_user/was-called-incorrectly/
Pascal.