|
|||
Hi Guys,
Firstly let me say what a fantastic module this is! (If it was not for Virtuemart!) My problem, when a user registers with jconnector, they can access all the Joomla aspects of the site no problem, but when it comes to the Virtuemart aspects, its a no go... I have found the problem, basically when a user normally registers with the Virtuemart login, its sets their user status as Shopper / Registered, when using the jconnector they are only a registered user. Can anyone suggest how I can also make jconnector set the shopper tag on the account? Many thanks for reading this, and I hope someone can point me in the right direction... Mark |
|
|||
Hi, you'll need to modify this place:
modules/mod_jconnector/jconnector_server.php Code:
$user =& JUser::getInstance((int)$id);
$user->set('block', '0');
$user->set('activation', '');
$user->save();
Code:
$user =& JUser::getInstance((int)$id);
$user->set('block', '0');
$user->set('activation', '');
$user->set('usertype', 'Shopper / Registered');
$user->save();
|
|
|||
![]() |
«
Error IE8: calendar.setup nothing to setup no fields found . please check your code
|
Author (only facebook)
»
| Thread Tools | |
| Display Modes | |
|
|
All times are GMT -5. The time now is 05:30 AM.





Linear Mode
