Christian Wach
Forum Replies Created
-
Forum: Plugins
In reply to: [Loco Translate] Understanding “Use this file as template when running Sync”If you want your copied translation file to be in sync with
plugin-domain.pot, then leave that option unchecked.Hmm, I think this is the option I need. I rebuild the
.potfile every time there’s a new release of the plugin and once the “starter”original.pofile has been shipped, it would make sense for thecopied.pofile to become the canonical one. I can then sync that back to the repo as and when.Thanks for clarifying @timwhitlock – it always surprises me how complicated translation is.
Forum: Plugins
In reply to: [Duplicate Page] Adding action after duplication finishedDefinitely a strong +1 from me for this feature. It’s currently not possible for plugins to interact with the duplication process. I also agree with @garikvt that passing both new and original Post IDs would be the minimum useful parameters.
It can be found under CiviCRM –> Admin Utilities
Forum: Plugins
In reply to: [CiviCRM Admin Utilities] Customize the shortcuts menu@chrwei I actually modify that menu myself in another plugin.
Forum: Plugins
In reply to: [CiviCRM Admin Utilities] Customize the shortcuts menu@chrwei Yes, you can use the
civicrm_admin_utilities_menu_afteraction. Use$wp_admin_bar->remove_node( $id )to remove what you don’t want.Forum: Plugins
In reply to: [CiviCRM Profile Sync] AfformI can’t be sure without digging into it, but it sounds like FormBuilder isn’t firing the usual pre/post hooks. Assuming it fires equivalent hooks, then yes, it would be possible.
Forum: Plugins
In reply to: [CiviCRM Profile Sync] MultisiteJust to add that there would be additional complexity if you use separate CiviCRM “domains” per WordPress site – these can be very useful for more granular permissions when domains have been mapped to sites. If you don’t need different behaviours per site, then you should be fine as is.
I would recommend reading the activation docs for further information.
Forum: Plugins
In reply to: [CiviCRM Profile Sync] MultisiteDoes Profile Sync makes new users for site 2?
No, there is (by default) only one user table in WordPress.
Forum: Plugins
In reply to: [CiviCRM Profile Sync] MultisiteOkay, that sounds like a multisite install to me… my question is really what you want this plugin to achieve in that multisite context? Is it just the First Name, Last Name and Email sync?
Forum: Plugins
In reply to: [CiviCRM Profile Sync] MultisiteHi Evelyne, it depends on what you want to do. I may be able to give a better response if you provide more details.
Forum: Reviews
In reply to: [Members - Membership & User Role Editor Plugin] Great plugin—
- This reply was modified 2 years, 2 months ago by Christian Wach. Reason: Replied by mistake
Forum: Plugins
In reply to: [CiviCRM Profile Sync] First and Last name not syncedAlso FYI in the previous issue, when I said “sounds like they’ve missed calling the appropriate actions on successful registration”, I meant that the User Registration plugin may not be firing the WordPress actions for this plugin to react to. Hard to tell since it’s paywalled.
- This reply was modified 2 years, 3 months ago by Christian Wach.
Forum: Plugins
In reply to: [CiviCRM Profile Sync] First and Last name not syncedHi @entropea There is no official documentation as such – the code is self-documenting since all hooks and filters have appropriate docblocks. Your developer should be able to search for
do_actionandapply_filtersto see everything that is available.FWIW what you describe sounds like default CiviCRM behaviour for the WordPress-to-CiviCRM sync process, but CiviCRM Profile Sync behaviour for the CiviCRM-to-WordPress sync process.
Thanks for the report @megaphonejon – it seems to me that there should be proper checks for an existing CMS user in CiviCRM-Core before creating one. It shouldn’t be blindly creating a user.
Forum: Plugins
In reply to: [CiviCRM Profile Sync] Integration to Buddy BossYou could try BP Groups CiviCRM Sync for groups. I can’t say for sure if this will work with BuddyBoss since it’s not free open source software – but BuddyBoss is allegedly compatible with BuddyPress plugins, so it’s worth trying.
For BuddyBoss Profiles, you could try the experimental code in this plugin by setting this constant to
truein yourwp-config.phpfile as test if it works the way you expect it to.