Hi all,
I have parts of a site that I want only to be accessible after accepting the site policy.
So what I want is this:
when clicking on a link a popup window appears with the site policy, after scrolling down there is an accept button, if accepted, the next pages will be available, if not accepted, the pages will not be displayed.
How can I do that with phpwcms?
thanks all
macangelo
popup window with site policy acceptance
popup window with site policy acceptance
Webdesign from Düsseldorf - made with phpwcms (most of it):
http://eyelikeit.com/index.php?de_beispiele-webdesign
http://eyelikeit.com/index.php?de_beispiele-webdesign
Actually, it's not so different from how the frontend user restriction works. Here I also mark those pages that are restricted, I also have to respond to a form before I get access to those pages ...
Webdesign from Düsseldorf - made with phpwcms (most of it):
http://eyelikeit.com/index.php?de_beispiele-webdesign
http://eyelikeit.com/index.php?de_beispiele-webdesign
thats about what i would suggest too..
- make a new phpwcms frontend user
- use the frontend login and modify the template, so that the feLogin and fePassword fields are hidden but already contain the username and password
- add the site policy to the template and change the value of the feSubmit button to "accept site policy" or whatever
- upload new template and choose as template in contentpart frontend login
- search for frontend login in the forum, if you don't know how to set the restrictions.
should work...
greetz
Mr. Flash
- make a new phpwcms frontend user
- use the frontend login and modify the template, so that the feLogin and fePassword fields are hidden but already contain the username and password
- add the site policy to the template and change the value of the feSubmit button to "accept site policy" or whatever
- upload new template and choose as template in contentpart frontend login
- search for frontend login in the forum, if you don't know how to set the restrictions.
should work...
greetz
Mr. Flash
Re: popup window with site policy acceptance
Ok, so far so good - but I don't want the accept-page to be a complete new page to be loaded, but I want it to just appear in front of the page from where I click the link (with div-tag, ajax or whatever - not as a normal popup which might be blocked).
How do I do that with phpwcms?
Thanks a lot
How do I do that with phpwcms?
Thanks a lot
Webdesign from Düsseldorf - made with phpwcms (most of it):
http://eyelikeit.com/index.php?de_beispiele-webdesign
http://eyelikeit.com/index.php?de_beispiele-webdesign