Is there any way i can setup a page so the client can create their profile and login similar to Social media website
Autor: Jaison T.
Visitado 709,
Followers 1,
Compartido 0
Is there any way i can setup a page so the client can create their profile and login similar to Social media website
Publicado en
This is not possible in X5, but YOU can create the page for the client, and then put a dynamic content object on the page.
This way the client can "login" to the object and put data ( text and images ) in the object.
A maybe better way is to use a database solution.
Hi Jaison,
thank you for getting in touch.
In addition to John's suggestion, I just want to underline that you will need to create a page for each registered user and to enable them to edit the dynamic content.
Thanks! Kind regards.
Autor
Thanks John
@Elisa this looks complicated process if there are lot of users.
Hello jaison
I have an example of a database solution here : http://eksempelsite.dk/engdr/
Each firm could be a user.
The user can access his own "site" directly by using a link like this : http://eksempelsite.dk/engdr/eng_firms_view.php?SelectedID=26
In all table views you can search, sort and select.
By accessing tables from links, you will only see records "belonging" to a firm, but if clicking on the table icon, you can see ALL records and search, sort and select in all.
The user can log in and then he has access to edit his own records.
The site is optimized for mobile use, but it can also be integrated in the X5 like here : http://eksempelsite.dk/engdrx5/listview1.html
This was just an example of how you could combine the X5 and a database solution.