Page 1 of 1
Login
Posted: Wed Apr 28, 2010 9:46 am
by ROS3RUD
Can I make pages that just people that are logged in can see? How to fix a login page and registrertion page? I also want to add a poll to my site.
Re: Login
Posted: Wed Apr 28, 2010 11:10 am
by kbh
The Front End Users-module is your friend..
http://wiki.cmsmadesimple.org/index.php ... _End_Users
/Kristoffer
Re: Login
Posted: Wed Apr 28, 2010 11:35 am
by uniqu3
To come to your desired solution you would need following 3 modules combined.
FrontEndUsers
SelfRegistration
CustomContent
How to use these just check description at "Extensions -> Modules -> on the right side of each module there is Help link"
Re: Login
Posted: Wed Apr 28, 2010 8:20 pm
by ROS3RUD
Can you please make a n00b guide about hos to fix this? I can't get it working :/
Re: Login
Posted: Wed Apr 28, 2010 8:50 pm
by uniqu3
Actually if you follow Kristoffers link you will find the help needed.
All you have to do after setting things up as in the wiki page is configure your SelfRegistration module to give users ability to register. How to do it can be found in module Help.
Re: Login
Posted: Thu Apr 29, 2010 7:08 am
by ROS3RUD
Just getting this error when trying to upload the XML file:
http://i41.tinypic.com/2l8eqd.jpg
Re: Login
Posted: Thu Apr 29, 2010 7:23 am
by uniqu3
You can find the modules needed threw "Module Manager" no need to upload .xml file.
Re: Login
Posted: Thu Apr 29, 2010 8:41 am
by ROS3RUD
I installed the addons now, and I set the settings. But I can't see any login page on the website? How to fix it?
And I also installed a Forum, but I don't see it on my webpage. How to see login page and the forum?
Re: Login
Posted: Thu Apr 29, 2010 9:02 am
by uniqu3
You should read what i wrote above, if you go to "Extensions->Modules" you will see "Help" next to each of module, there you can see explanation how these are being used.
For example to show a login form you should creat a page for example "Login" and enter in the page
Code: Select all
{cms_module module='FrontEndUsers' form='login'}
Re: Login
Posted: Fri Apr 30, 2010 9:16 pm
by Dr.CSS