This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
MatritumCantat_Web/www/administrator/components/com_comprofiler/ue_config.php
2012-09-18 20:02:43 +00:00

63 lines
2.2 KiB
PHP

<?php
$ueConfig['name_style']='1';
$ueConfig['name_format']='1';
$ueConfig['date_format']='Y/m/d';
$ueConfig['allow_email_display']='2';
$ueConfig['allow_email']='1';
$ueConfig['allow_website']='1';
$ueConfig['allow_onlinestatus']='0';
$ueConfig['reg_admin_approval']='0';
$ueConfig['reg_confirmation']='0';
$ueConfig['reg_email_name']='User Registration';
$ueConfig['reg_email_from']='registration@whatever';
$ueConfig['reg_email_replyto']='registration@whatever';
$ueConfig['reg_pend_appr_sub']='Your Registration is Pending Approval';
$ueConfig['reg_pend_appr_msg']='Greetings [NAME],
Thank you for applying for registration with us. We have
received your request and we will process it as soon as you
confirm your email address by clicking on the following
hyperlink:
[CONFIRM]
Once your email address is confirmed our moderators will be
notified to continue the activation process.
You will be notified by email of the progress of the process.
[DETAILS]
Kind Regards,
Website Administration Team';
$ueConfig['reg_welcome_sub']='New User Details';
$ueConfig['reg_welcome_msg']='Welcome [NAME],
Your application has been approved by our administration team.
Your account with the following details:
[DETAILS]
has been activated.
We welcome you to our online community and trust that together
we will grow.
Enjoy the experience!
Kind Regards,
Website Administration Team';
$ueConfig['reg_enable_toc']='0';
$ueConfig['reg_toc_url']='index.php?option=com_content&task=view&id=18';
$ueConfig['num_per_page']='12';
$ueConfig['allow_profilelink']='1';
$ueConfig['allow_listviewbyGID']='-1';
$ueConfig['usernameedit']='1';
$ueConfig['adminrequiredfields']='1';
$ueConfig['allow_profileviewbyGID']='-1';
$ueConfig['allowAvatar']='1';
$ueConfig['allowAvatarUpload']='1';
$ueConfig['allowAvatarGallery']='1';
$ueConfig['autoImageResize']='1';
$ueConfig['avatarHeight']='500';
$ueConfig['avatarWidth']='200';
$ueConfig['avatarSize']='100';
$ueConfig['thumbHeight']='86';
$ueConfig['thumbWidth']='60';
$ueConfig['imageApproverGid']='25';
$ueConfig['allowModUserApproval']='1';
$ueConfig['moderatorEmail']='1';
$ueConfig['allowUserReports']='0';
$ueConfig['avatarUploadApproval']='0';
$ueConfig['allowUserBanning']='1';
$ueConfig['pms']='0';
$ueConfig['version']='1.0 Beta 4';
?>