- Posts: 12
- Thank you received: 0
Modifying Joomla Profile Field Mapping options
- Craig Steinberg
- Topic Author
- Offline
- New Member
Less
More
11 years 5 months ago #33454
by Craig Steinberg
Modifying Joomla Profile Field Mapping options was created by Craig Steinberg
I've added three fields to the subscription page using the Custom Fields page.
Following the instructions at www.inmotionhosting.com/support/edu/joom.../enable-user-profile I've added those three fields to the Joomla User Profile data.
I want to map the new custom fields to the new user profile fields.
But, on the Cutsom Fields page, when you select one of the new fields, those three new Joomla user profile fields don't appear in the options/list box for mapping those newly created Membership Pro fields to the newly created Joomla User Profile fields.
Is there a way to get the list box to show the newly created Joomla user profile fields? I think the problem must be that the new fields are actually created by creating a new user profile plugin in order to avoid overwriting the changes to the Joomla plug in during an update. So, what's really needed, most likely, is to be able to tell the Membership Pro code to look at the new plugin instead of the old one.
Following the instructions at www.inmotionhosting.com/support/edu/joom.../enable-user-profile I've added those three fields to the Joomla User Profile data.
I want to map the new custom fields to the new user profile fields.
But, on the Cutsom Fields page, when you select one of the new fields, those three new Joomla user profile fields don't appear in the options/list box for mapping those newly created Membership Pro fields to the newly created Joomla User Profile fields.
Is there a way to get the list box to show the newly created Joomla user profile fields? I think the problem must be that the new fields are actually created by creating a new user profile plugin in order to avoid overwriting the changes to the Joomla plug in during an update. So, what's really needed, most likely, is to be able to tell the Membership Pro code to look at the new plugin instead of the old one.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
11 years 5 months ago #33484
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Modifying Joomla Profile Field Mapping options
Hi Craig
I am sorry but at the moment, it doesn't allow you to map the extra custom fields which you created, only basic fields created by default Joomla Profile plugin.
However, if it is possible, please submit a support ticket sending us admin and FTP account of your site. I will check to see how you setup it and add support for this feature. Will that be Ok ?
Tuan
I am sorry but at the moment, it doesn't allow you to map the extra custom fields which you created, only basic fields created by default Joomla Profile plugin.
However, if it is possible, please submit a support ticket sending us admin and FTP account of your site. I will check to see how you setup it and add support for this feature. Will that be Ok ?
Tuan
Please Log in or Create an account to join the conversation.
- Craig Steinberg
- Topic Author
- Offline
- New Member
Less
More
- Posts: 12
- Thank you received: 0
11 years 5 months ago #33503
by Craig Steinberg
Replied by Craig Steinberg on topic Re: Modifying Joomla Profile Field Mapping options
I'll do that as soon as I get a chance.
But, it seems the easy thing would be just to find (or tell me) where in the Membership Pro code it finds the PROFILE plugin, and I can then change the name there to the name of the new plugin I created (called PROFILE10) that has extra fields. I assume that Membership Pro reads the fields from the profile plugin, unless you "hard coded" them in. If that's the case, then perhaps just where those are coded in and I could add the new fields manually.
Craig
p.s. the reason for copying the profile plugin to profile10, then modifying and activating that copy, is to avoid the changes/addition of new fields being overwritten in a Joomla update, since the profile plugin is a core Joomla plugin.
But, it seems the easy thing would be just to find (or tell me) where in the Membership Pro code it finds the PROFILE plugin, and I can then change the name there to the name of the new plugin I created (called PROFILE10) that has extra fields. I assume that Membership Pro reads the fields from the profile plugin, unless you "hard coded" them in. If that's the case, then perhaps just where those are coded in and I could add the new fields manually.
Craig
p.s. the reason for copying the profile plugin to profile10, then modifying and activating that copy, is to avoid the changes/addition of new fields being overwritten in a Joomla update, since the profile plugin is a core Joomla plugin.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
11 years 4 months ago #33549
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Modifying Joomla Profile Field Mapping options
Hi Craig
Yes, at the moment, the fields for profile plugin is hardcoded. I will need to spend more time to see how it works so that it can be dynamic coded.
You can look at the file administrator/components/com_osmembership/views/field/view.html.php to see how I add the fields. That should be the first step !
Tuan
Yes, at the moment, the fields for profile plugin is hardcoded. I will need to spend more time to see how it works so that it can be dynamic coded.
You can look at the file administrator/components/com_osmembership/views/field/view.html.php to see how I add the fields. That should be the first step !
Tuan
Please Log in or Create an account to join the conversation.
- FX Pro Design
- Offline
- New Member
Less
More
- Posts: 6
- Thank you received: 0
10 years 7 months ago #44452
by FX Pro Design
Replied by FX Pro Design on topic Re: Modifying Joomla Profile Field Mapping options
Has this been resolved yet? as if you use one of the Core Fields and map it you are unable to set it to 1 plan only, for some reason if you want to hide a Core field from one of you plans it still shows. If you re-open the field to check allocation of plan it always reverts back to All Plans
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
10 years 7 months ago #44485
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Modifying Joomla Profile Field Mapping options
Hi
At the moment, core fields must be assigned to all subscription plans. If you don't want, maybe you can unpublish the field, and then create a new custom field ans assign it to the plan you want ? (the new field should have the same title with the old core field).
Regards,
Tuan
At the moment, core fields must be assigned to all subscription plans. If you don't want, maybe you can unpublish the field, and then create a new custom field ans assign it to the plan you want ? (the new field should have the same title with the old core field).
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- FX Pro Design
- Offline
- New Member
Less
More
- Posts: 6
- Thank you received: 0
10 years 7 months ago #44512
by FX Pro Design
Replied by FX Pro Design on topic Re: Modifying Joomla Profile Field Mapping options
ill try that thanks
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
10 years 7 months ago #44533
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Modifying Joomla Profile Field Mapping options
OK. Please try that and let me know if you need any assistance !
Regards,
Tuan
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- FX Pro Design
- Offline
- New Member
Less
More
- Posts: 6
- Thank you received: 0
10 years 7 months ago #44774
by FX Pro Design
Replied by FX Pro Design on topic Re: Modifying Joomla Profile Field Mapping options
No that didnt work for me..... totally lost (this should really be a mandatory function considering what the component does. please consider this...
Is there any way you can access the site and add this for me
Is there any way you can access the site and add this for me
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
10 years 7 months ago #44809
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Modifying Joomla Profile Field Mapping options
Hi
I am afraid of I could not modify the component to add this feature for you. I will spend the time to think about this feature to see whether we can add this feature to the core download package (and will it causes any problem with the extension or not).
If it won't cause any issue, I will add support for it to the core download package. But it will take us about 3 days to get it implemented into the extension.
So hope you can wait for us !
Tuan
I am afraid of I could not modify the component to add this feature for you. I will spend the time to think about this feature to see whether we can add this feature to the core download package (and will it causes any problem with the extension or not).
If it won't cause any issue, I will add support for it to the core download package. But it will take us about 3 days to get it implemented into the extension.
So hope you can wait for us !
Tuan
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
Copyright © 2024 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.