Standard to free account

Hi,

 

http://c2n.me/3sJ84rv.jpg

 

I want change this and all standard to free.
If i search stantard, i don't find some keys... 

How to change all standard to free without having problems with database.

Or is it not smart to change that?

http://www.busimatch.club ( The most exclusive business club)
Quote · 10 Jan 2016

It is in the data base where you can change the name 'Standard'

look for   sys_acl_levels

For my needs I changed 'standard' to 'basic'

Hope this helps

Quote · 10 Jan 2016

Would this work for the ads mod making it where people don't have to be members to post ads?

Quote · 10 Jan 2016

 

Would this work for the ads mod making it where people don't have to be members to post ads?

 Don't forget they would need to be a member so the system would put the user ID into the database.

 

Gew

Quote · 13 Jan 2016

 

Hi,

 

http://c2n.me/3sJ84rv.jpg

 

I want change this and all standard to free.
If i search stantard, i don't find some keys... 

How to change all standard to free without having problems with database.

Or is it not smart to change that?

 Hi DVC Graphics

 

To make it easier, go into PhpMyAdmin, goto your database, click SQL and rund the following command:

 

 


UPDATE sys_acl_levels SET Name='Free' WHERE id=2";

 

This will change it to FREE.

 

Hope this helps

 

Gew

Quote · 13 Jan 2016

hi there, i gone to my database, gone to sql box, 

copy and pasted this and run but it gave error

are you sure, thats a right code that we have to run?

Quote · 17 Jan 2016

 

hi there, i gone to my database, gone to sql box, 

copy and pasted this and run but it gave error

are you sure, thats a right code that we have to run?

 Whoops sorry, the id should have been ID

 

UPDATE `sys_acl_levels` SET `Name` = 'Free' WHERE `ID` =2;

 

Gew

Quote · 17 Jan 2016

ok, thank you :-)

http://www.busimatch.club ( The most exclusive business club)
Quote · 18 Jan 2016

Hi In profile, I have changed one option to Business so people who have business, instead of joining as single or married, can join as business, for this, I need to update RelationshipStatus

can you please advise how to update this, 

I want to add,

Single 

Married

In Relationship

In Business

Student

Quote · 25 Jan 2016
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.