WebSite X5Help Center

 
Vladimír B.
Vladimír B.
User

There are variables which includes single-valued information about new registrated user?  en

Author: Vladimír B.
Visited 629, Followers 1, Shared 0  
Tags: area,private

I need to find out information about new registered user at the protected zone (automatic registration).

The database table of automatic registration contain columns:

id, ts, ip, webname, password, realname, email, key, validated

I want to add column ADRESS. How i can do it?  Could you help me?

There are variables which includes single-valued information about new registrated user?Thank for your help.

Posted on the
7 ANSWERS - 1 USEFUL
Incomedia
Claudio D.
Incomedia

Hello Vladimir,

At the moment it is not possible to add further columns to the automatic registration.

I would like to suggest that you open an "Idea" Post where you describe to us the feature you would like to see implemented in the future releases of WebSite X5.

To avery registration there is added automatically the unique ID variable.

Many thanks!

Read more
Posted on the from Claudio D.
Vladimír B.
Vladimír B.
User
Author

I agree with open an idea POST.

My question isn't answered. I need to know very quickly, which user is actualy logged in private area or about actualy new registrate user i private area. Which variable includes information about actualy logged user? It is a key information  for me. Otherwise I will be forced to look for software  in which is this information available.

Read more
Posted on the from Vladimír B.
Anthony A.
Anthony A.
User

I can give you a script that shows loged users. try to find similar script and adopt it with x5 program!

<?php
$pa = new imPrivateArea();
$user = $pa->who_is_logged();
echo $user['realname'];
?>

I hope this helps.

if this post is the correct answer, please mark this answer as correct answer.

------------------------------------------------------------

Good Luck
https://nuluhost.com (fully compatible with websitex5 program)
http://www.wdesigners.us (new)
http://www.usx5.com (coming soon)(Sign up)

Read more
Posted on the from Anthony A.
Vladimír B.
Vladimír B.
User
Author

Thank you very much for your information and script. They are vera important for me. 

I would like to solve one problem yet.  I need write my script for addiing columns in DB table automatic registrated in private area by button. I would like to do it in the moment of confirmation  registration new user. In which program and on which place i can include my script?

Thank you very much for your help.

Read more
Posted on the from Vladimír B.
Anthony A.
Anthony A.
User

automatic registration is pretty much has its own script and its a lock page, I think you better off create your own registration page, in that case you are in control of all parts of your script.

if this post is the correct answer, please mark this answer as correct answer.

------------------------------------------------------------

Good Luck
https://nuluhost.com (compatible with x5 program, 30 days money back guarantee)
http://www.wdesigners.us (new)
http://www.usx5.com (coming soon)(Sign up)

Read more
Posted on the from Anthony A.
Vladimír B.
Vladimír B.
User
Author

OK. I thought about it. It will be better do it after automatic registration. How I know that automatic registration ended? Where is the best include my own page or script?

I am a beginner in PHP, it would be very complicated to create own registration page for me from the begining.

Read more
Posted on the from Vladimír B.
Anthony A.
Anthony A.
User

if you are working with x5 pro, you can choose manual registration, in that case, automatic registration will be off

to be honest with you, I did not check, you should search for it, something like this:

http://codecanyon.net/item/php-login-user-management/49008?ref=Anthony_WD

if this post is the correct answer, please mark this answer as correct answer.

------------------------------------------------------------

Good Luck
https://nuluhost.com (compatible with x5 program, 30 days money back guarantee)
http://www.wdesigners.us (new)
http://www.usx5.com (coming soon)(Sign up)

Read more
Posted on the from Anthony A.