Support Forum
Well first you need to know that the standard method that WordPress uses (and Simple:Press and many other plugins we have seen) to store extra profile data is to store it in the WP usermeta table. This is in the form of matched pairs - a key/name and the data stored under the users ID.
So the first thing to discover is if this plugin does that also. if it does NOT - and has it's own location for storage - maybe a custom table - then you will need to use any API/function the plugin exposes to put the data into an SP profile template.
However - if it does use standard storage methods then things get easier. You can use the SP custom profile fields plugin - create SP fields with EXACTLY the same name and type - then use the template tags available to add the data to your Sp profile. Details of the template tags and how ti use them can be found in our codex under that particular plugin.
YELLOW
SWORDFISH
|
thx for your answer, I mailed the maker of the plugin to ask which database is used.
Got another question, If my fieldname would be "lidnummer" wich code do i need to add to the SP profile, and where do i need to add it? I can't find out using the codexpages about the template tags...
Did you install the custom profile field plugin yet? That provides the option to show the custom field on the SP profile form. To show it on the popup/page profile for users then you need the template tags provided in that plugin (http://codex.simple-press.com/.....le-fields/) and will need to add them to the appropriate template in your SP theme...
YELLOW
SWORDFISH
|
In the readme fille that comes with Cimy User Extra fields there are some references and examples of using [Function get_cimyFieldValue] to display.
EXAMPLE: $value = get_cimyFieldValue(1, 'MY_FIELD'); echo cimy_uef_sanitize_content($value);
You might take a look at their examples and see if adding it to the proper area in your SP theme works for you.
1 Guest(s)