License: IMPORTANT: This is a commercial product made by AQB Soft. It cannot be modified for see more other than personal usage. The "personal usage" means the product can be installed and set up for ONE domain name ONLY. To be able to use this product for another domain names you have to order another copy of this product (license). This product cannot be redistributed for free or a fee without written permission from AQB Soft.
License: IMPORTANT: This is a commercial product made by AQB Soft. It cannot be modified for
Demo: http://dolphin70.aqbsoft.com
Demo Username: aqbtest
Demo Password: xxxxx
Optional (Etiquette)
Remote calls: No
All the code is legally distributed: Yes
Package has no executable files or viruses: Yes
Code encrypted: No
3rd-party integrations: No
Readme file included and formatted according to BoonEx Requirements: Yes
Admin Manual: Main features are described below.
User Manual: Main features are described below.
Installation via Dolphin Installer: No
Installation requires manual steps: Yes
The following number of core files require manual modification: 3
Product is packaged and named according to BoonEx Requirements: Yes
Default CSS styles are used: Yes
Standard Pages/DesignBoxes/Inputs/Buttons are not affected/copied: Yes
CSS/HTML code isn't hardcoded in PHP and separated in HTML/CSS files: Yes
Strings are translatable and English language file is included: Yes
Support provided via: FORUM,PHONE,EMAIL,SKYPE: Email, Unity mailbox
Response time: During a working day
Timezone: GMT +3
The mod going to be updated with every Dolphin release: Yes
Free upgrade with every major version: Yes, if product's price is the same. If no, the difference should be paid.
Free upgrade with every minor version: Yes
This simple and free mod disallows for all inactive members ability to log in. I.e. a member wouldn't be able to login till he will confirm his profile and/or admin will approve him (depending on moderation settings configuration).
This is definitely a solution to the confirmation email process that we were faced with. Boonex by default lets your users create profile, avatar and into certain areas of your site before paying attention to the email confirmation process. Therefore your users can easily forget to confirm which becomes a hassled because they feel like they don't have access to everything. Trust me this was a long waited solution. Plus it works perfectly with Anton's Page Control Mod. With these two modes there is see more no confusion on the registration process.
This is a good solution for those users that can't seem to figure out that they need to visit that link in the confirmation email to activate their account, and there seems to always be an endless supply of them.
But now I have a litle "problem". After "success confirmation page", appears "login page" and after loged in, appears "drashboard". I want that when a member confirmed the email address, goes to "success confirmation page" and when click "continue", goes to "avatar page". Or goes to "login page" and after, goes to "avatar page".
Sorry my english. My language is not see more english.
Hello, are you sure this mod works for Dolphin 7.0.5.? I have 2 sites and installed this mod on both of them. On 7.0.3 the mod works perfect! On 7.0.5 an inactive member can log in...
Yes it works for Dolphin 7.0.5. There was a little change in installation instructions for Dolphin 7.0.5. But as far as I understood you already found it out yourself. :) And thanks for letting me know.
Thanks Anton. Now my Dolphin 7.0.5. works like a dream. The "open" registrating what Dolphin has as defeault does not suit to a "closed" social arena like mine ( Freemasons). At last we got some control over the registrating process. The support was also quick and accurate. Thank you again. I can warmly recommend AQB Soft services to anyone.
We are sorry but we have no idea about internals of Deano's facebook connect module. May be you should ask him to modify his module so it won't be loggin in members automatically.
When you're unchecking "Automatic profile activation after joining" the member is still able to login, although his status is Approval and he can't do almost anything.
But with "Mandatory Confirmation" such a member wouldn't be able to login, untill approved or confirmed his email. In other words member will not be able to login at all till his profile staus isn't Active.
1. Ensure that username and password are correct indeed.
2. Ensure that profile is active (not in Approval state)
3. Ensure that while editing the files (specially inc/admin.inc.php) you didn't left any spaces or newlines at the end of the file so the last characters in the file should be: ?>
Cheers and Happy New Year,
Razz
But ist nor realy worjing with Facebook connection
Fixed. The package is updated, so you can download it and follow instructions described in step #3 of installation manual.
But, what i must doing?? The step one make nothing...
1. Edit the file inc/classes/BxDolJoinProcessor.php (for Dolphin 7.0.0 edit the file join.php)
find the line
if ('EXIT' == BxDolService::call('avatar', 'join', array ($iMemID, $sStatusText))) {
and insert right above it the line
if ($sStatus == 'Active')
Construction
if ($sStatus == 'Active')
if ('EXIT' == BxDolService::call('avatar', 'join', array ($iMemID, $sStatusText))) {
is logically equal to
if ($sStatus == 'Active' && 'EXIT' == BxDolService::call('avatar', 'join', array ($iMemID, $sStatusText))) {
so that step makes something. :)
This is a good solution for those users that can't seem to figure out that they need to visit that link in the confirmation email to activate their account, and there seems to always be an endless supply of them.
But now I have a litle "problem". After "success confirmation page", appears "login page" and after loged in, appears "drashboard". I want that when a member confirmed the email address, goes to "success confirmation page" and when click "continue", goes to "avatar page". Or goes to "login page" and after, goes to "avatar page".
Sorry my english. My language is not see more
join.php should be edited only in Dolphin 7.0.0 version.
if user joins normal way it works like a charm.
Only with facebook connect errors are there.
Is there any way to tell me what code i have to change for facebook connect from deano?
Does unchecking this box do the same thing as your mod? If not, how do the two differ?
Your work is always fantastic!
But with "Mandatory Confirmation" such a member wouldn't be able to login, untill approved or confirmed his email. In other words member will not be able to login at all till his profile staus isn't Active.
Error!
Your username or password was incorrect. Please try again.
2. Ensure that profile is active (not in Approval state)
3. Ensure that while editing the files (specially inc/admin.inc.php) you didn't left any spaces or newlines at the end of the file so the last characters in the file should be: ?>