9
Thanks! I hope you can find it useful.
Quote:
1/ Is there a way to link XOOPS member user info data to the corresponding profiles? And members can only create ONE profile, right? Otherwise we cannot know which member posted what profile!!
There are several ways to link it in... I would recommend asking the users to link to their extended profile from their signature. That way there is a link from their XOOPS user profile and one from their sig if they post on the forums.
Right now admins or users can create any number of profiles. Although they normally need to create one.
There may be some merit to have a 1 profile limit for reg users, I may add this in the next version.
Quote:
2/ Its a pity you can only upload a pic only after creating the profile with the Edit option. This can confuse some less savy users...
Well, it does take more than one step to get the profile added with image at this point. This was meant to make it easier to add a profile, initially.
There should prolly be some explanantion on the site about this, with information on what the upload image dimensions should be.
I might add GD resizer, although not every host has this, so its important to do it the hard way first.
Quote:
3/ Can you tell me how to change the "list" option in the profiles to something else, for example "About Me", plus a quite description underneath explaining what type of info users need to input in this box.
You can simply edit the /modules/profiles/language/english/main.php language file.
the vars to look for to change 'List' are:
define("_MD_PR_PLIST","List");
define("_MD_PR_LIST","List");
You could edit the last one with more text info about what should be added here.
Best Regards,