Hello
Please check, this is Joomla, it Open Source and it very popular, there you may configure everything or self or hire some developers(because Joomla popular - there very many developer). Or you may hire us.
Our "Simple Membership profile" - is extended profile from Joomla. We extended it as we think it must be extend.
And this profile work exactly like Joomla profile. And you may add your fields there. But for change how "WebSite" field work - need change: Plugin, component, module - because that we will ask money for this.
We replied to you by email.
BUT, if you need change some field to "Editor", this is do very simply.
You need in file:
{your site}/plugins/user/plg_simplemembership_user_profile/profiles/profile.xml
Find any field, which no need to you, as example "region":
code:
Code: |
<field
name="region"
type="text"
id="region"
description="PLG_USER_SIMPLEMEMBERSHIP_FIELD_REGION_DESC"
filter="string"
label="PLG_USER_SIMPLEMEMBERSHIP_FIELD_REGION_LABEL"
message="PLG_USER_SIMPLEMEMBERSHIP_FIELD_REGION_MESSAGE"
size="30"
/>
|
replace to
Code: |
<field
name="region"
type="editor"
id="region"
description="PLG_USER_SIMPLEMEMBERSHIP_FIELD_REGION_DESC"
filter="string"
label="PLG_USER_SIMPLEMEMBERSHIP_FIELD_REGION_LABEL"
message="PLG_USER_SIMPLEMEMBERSHIP_FIELD_REGION_MESSAGE"
size="30"
/>
|
Please backup this file first.
And in field "region" (You may rename it) - you(your users) will see editor, where they may add any info
Regards
OrdaSoft team