[SOLVED] Frontend User Management - add user

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
janb

Re: Frontend User Management - add user

Post by janb »

OR don't you have that table at all?

Uninstall/install FEU...

JanB
Sabrinan
Forum Members
Forum Members
Posts: 31
Joined: Mon May 31, 2010 2:08 pm

Re: Frontend User Management - add user

Post by Sabrinan »

i'v uninstall and install it again.. what now?


i still don't have the module_feusers_grouppropmap", "force_unique"

where do i put the UDT

------
To fix this before an update is available make a new UDT (User Defined Tag) name it feu19tablefix and add this code:

Code:

global $gCms;
$db = &$gCms->db;
$dict = NewDataDictionary($db);
$sql_add = $dict->AddColumnSQL(cms_db_prefix()."module_feusers_propdefn", "force_unique I1");
$sql_drop = $dict->DropColumnSQL(cms_db_prefix()."module_feusers_grouppropmap", "force_unique");
$dict->ExecuteSQLArray($sql_add);
$dict->ExecuteSQLArray($sql_drop);


Use the UDT in a content page like this {feu19tablefix}, load the page once and then remove the UDT from the page after you have checked that everything is ok. Then you can also delete the UDT.
Last edited by Sabrinan on Wed Jun 09, 2010 12:29 pm, edited 1 time in total.
janb

Re: Frontend User Management - add user

Post by janb »

What tables do you have with cms_sandbox_module_feusers_ prefix?

Should be:

cms_sandbox_module_feusers_belongs
cms_sandbox_module_feusers_dropdowns
cms_sandbox_module_feusers_grouppropmap
cms_sandbox_module_feusers_groups
cms_sandbox_module_feusers_groups_seq
cms_sandbox_module_feusers_history
cms_sandbox_module_feusers_loggedin
cms_sandbox_module_feusers_propdefn
cms_sandbox_module_feusers_properties
cms_sandbox_module_feusers_properties_seq
cms_sandbox_module_feusers_tempcode
cms_sandbox_module_feusers_users
cms_sandbox_module_feusers_users_seq

JanB
Sabrinan
Forum Members
Forum Members
Posts: 31
Joined: Mon May 31, 2010 2:08 pm

Re: Frontend User Management - add user

Post by Sabrinan »

i don;t have the cms_module_feusers_grouppropmap
janb

Re: Frontend User Management - add user

Post by janb »

Ahh..

There is a bug in 1.9.2 preventing "module_feusers_grouppropmap" to install, use 1.9.3
Sabrinan
Forum Members
Forum Members
Posts: 31
Joined: Mon May 31, 2010 2:08 pm

Re: Frontend User Management - add user

Post by Sabrinan »

it works :D


i didn't even saw the update :(  *shame on me*

thank  you so much for your help!!!
janb

Re: Frontend User Management - add user

Post by janb »

Great..

Missed the bug, shame on me as well :)

Remember to add [Solved] to the subject in the first post...

JanB
Sabrinan
Forum Members
Forum Members
Posts: 31
Joined: Mon May 31, 2010 2:08 pm

Re: Frontend User Management - add user

Post by Sabrinan »

one final question...
my language is dutch

but by: Change Settings Template

there are 3 fields:

Settings
Passwords do not match

Username:
Password:

Again                       enter a new password here to change your password.

submit cancel


Red: that stays in Englisch.. how do i get that to dutch ????
note: the passwords do not match, you get that if you do submit without entering
janb

Re: Frontend User Management - add user

Post by janb »

You can't in FEU. No support for that yet...
..but try to change "Default language for the frontend" in Global Settings/General Settings.
passwords do not match, you get that if you do submit without entering
Must admit I've never tried to do that...
Do you intend to use no passwords?

JanB
Sabrinan
Forum Members
Forum Members
Posts: 31
Joined: Mon May 31, 2010 2:08 pm

Re: Frontend User Management - add user

Post by Sabrinan »

hmm ok...

i can choose dutch as a default language...

only::

farsi
english
kazakh
janb

Re: Frontend User Management - add user

Post by janb »

??

Did you installed the full version of CMSMS?

JanB
janb

Re: Frontend User Management - add user

Post by janb »

..you can get languagepack's here:

http://www.cmsmadesimple.org/downloads/
Post Reply

Return to “Modules/Add-Ons”