Vivvo CMS Support Forum Home | Free Trial | Online Demo | Docs and Manuals | Order Now   

Go Back   Vivvo CMS Support Forums > Vivvo 4 > Troubleshooting

Troubleshooting Problems, need help? Have a tip or advice? Post it here.

Reply
 
Thread Tools Display Modes
Old 07-11-2008, 08:38 PM   #1
jmmy
Guest
 
Posts: n/a
Default How do I disable the email that goes out after registration and automatically activat

How do I disable the email that goes out after registration and automatically activate the users?

i use 4.0.3

thanks
  Reply With Quote
Old 07-13-2008, 12:44 AM   #2
jmmy
Guest
 
Posts: n/a
Default

Unfortunately, the proliferation of my questions, but I am confident in your abilities solve problems

I wish to respond to an objective solution firm

How to write in Arabic in the registration and activation to be
  Reply With Quote
Old 07-14-2008, 09:32 AM   #3
shketuljko
Vivvo Developer
 
shketuljko's Avatar
 
Join Date: Nov 2006
Posts: 2,002
Rep Power: 10
shketuljko is on a distinguished road
Default

Quote:
Originally Posted by jmmy View Post
How do I disable the email that goes out after registration and automatically activate the users?

i use 4.0.3

thanks
You can do this if you change php code.
Please open VIVVO_ROOT/lib/vivvo/service/login.service.php file and try to find this code (around line 152):

Code:
$data['activated'] = '0';
replace with this:

Code:
$data['activated'] = '1';

and try to find this code (around line 166):

Code:
if ($this->_post_master->sql_insert()){
replace that code with this:

Code:
if ($this->_post_master->sql_insert()){
     return true;
After that your users automatic will be activated and mail will not be sent.
__________________
Ola
W i l l c o d e f o r f o o d
shketuljko is offline   Reply With Quote
Old 08-10-2008, 12:44 PM   #4
lagkdok
Senior Vivvo User
 
Join Date: Jun 2008
Posts: 214
Rep Power: 5
lagkdok is on a distinguished road
Default

i want to ask you experts how can i activate the users account from the dashboard that's mean whithout using email link activation?
__________________
vivvo is the best
lagkdok is offline   Reply With Quote
Old 08-10-2008, 01:06 PM   #5
Capri
Guest
 
Posts: n/a
Default

Simply change the user status to "Active" from the admin backend.

See: http://www.vivvo.net/doc/v4/user_manual/users_edit.php
  Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Order now:

Order your copy of Vivvo now and get:
bullet Six months free upgrades
bullet Free support
bullet Full source code
bullet Immediate download
bullet Starting at only $295.00
Order now

Support HelpDesk:

You can submit a trouble ticket in the support area at any time, using your client area email and password.

Vivvo CMS Resource Center:

The Vivvo CMS Resource Center is your window to a variety of resources that showcase Vivvo's features and technologies. So whether you're brand new to Vivvo or a seasoned user, you can find the information you need right here!

Latest Additions:

Contact us:

Business hours
Mon-Fri 9:00AM - 6:00PM GMT+1
(Europe)
Telephone Sales
381 11 311-50-20
Email inquiries
sales@vivvo.net
(Sales inquiries)
support@vivvo.net
(Support inquiries)

All times are GMT +1. The time now is 04:23 PM.
Contact Us - Vivvo Home - Archive - Privacy Statement - Top

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.