| Author |
Message |
|
chaitanya
|
Post subject: i need polls and login module Posted: Wed Aug 17, 2011 10:30 am |
|
Joined: Wed Aug 17, 2011 10:06 am Posts: 8
|
|
Hi maskas,
is there any plugins for polls and who's online module like joomla.
the user login also not working for me can u please help me how to integrate the login module in fontend...
thanks in advance, chaitanya
|
|
 |
|
 |
|
maskas
|
Post subject: Re: i need polls and login module Posted: Wed Aug 17, 2011 4:21 pm |
|
 |
| Project Developer |
Joined: Tue Apr 28, 2009 9:43 am Posts: 1720
|
Currently there is no "poll" and "who's online" plugins. I have alpha version of quiz plugin in testing. If you are a developer, you can use it as an example and downgrade it to a poll. Just write here if you plan to use it. I think this will help you configure users module: http://www.impresspages.org/docs/workin ... re-plugin/
|
|
 |
|
 |
|
chaitanya
|
Post subject: Re: i need polls and login module Posted: Wed Aug 17, 2011 4:36 pm |
|
Joined: Wed Aug 17, 2011 10:06 am Posts: 8
|
|
i already try that one. the form will be displayed but data should not stored in database,
and also i need the forget password, username and register.
can u please help me how to get those.
Please view the screen shot.
thanks in advance, chaitanya
| Attachments: |

ImpressPages .png [ 13.37 KiB | Viewed 760 times ]
|
|
|
 |
|
 |
|
maskas
|
Post subject: Re: i need polls and login module Posted: Wed Aug 17, 2011 4:49 pm |
|
 |
| Project Developer |
Joined: Tue Apr 28, 2009 9:43 am Posts: 1720
|
All these features are built in by default in each ImpressPages installation (except "forgot user name"). You need to create an user zone. Read short section "Preparation" in this manual: http://www.impresspages.org/docs/workin ... re-plugin/Then the only thing left is to put required snippets of code in your template (usually ip_themes/ip_default/main.php). For example, this snippet generates login box: Code: <?php global $site; echo $site->getZone('user')->generateLogin(); //replace 'user' to your zone name ?> Further in the same manual you will find all available snippets.
|
|
 |
|
 |
|
chaitanya
|
Post subject: Re: i need polls and login module Posted: Thu Aug 18, 2011 7:46 am |
|
Joined: Wed Aug 17, 2011 10:06 am Posts: 8
|
|
thanks maskas,
I got it. its working fine.
but the mail sending is not working.
hope i can complete that one.
when u plan to release those "poll" and "who's online" plugins. can u please provide that quiz plugin, so i can try to downgrade it to a poll.
thanks for your help...
Regards,
Chaitanya
|
|
 |
|
 |
|
maskas
|
Post subject: Re: i need polls and login module Posted: Thu Aug 18, 2011 5:18 pm |
|
 |
| Project Developer |
Joined: Tue Apr 28, 2009 9:43 am Posts: 1720
|
|
Active plugin development is planed to start in the beginning of 2012. Till then we focus on ImpressPages 1.1
I will prepare quiz plugin tomorrow.
|
|
 |
|
 |
|
maskas
|
Post subject: Re: i need polls and login module Posted: Fri Aug 19, 2011 8:33 pm |
|
 |
| Project Developer |
Joined: Tue Apr 28, 2009 9:43 am Posts: 1720
|
|
 |
|
 |
|
chaitanya
|
Post subject: Re: i need polls and login module Posted: Mon Aug 22, 2011 6:52 am |
|
Joined: Wed Aug 17, 2011 10:06 am Posts: 8
|
|
thanks maskas for your cooperation to complete my user login.
and also thanks for your quiz module
Regards chaitanya
|
|
 |
|
 |
|
chaitanya
|
Post subject: Re: i need polls and login module Posted: Mon Aug 22, 2011 6:57 am |
|
Joined: Wed Aug 17, 2011 10:06 am Posts: 8
|
|
one more request. is there any crop image and re-size images option is there in impresspages when we add the image in admin side.
thanks in advance chaitanya
|
|
 |
|
 |
|
maskas
|
Post subject: Re: i need polls and login module Posted: Mon Aug 22, 2011 7:54 pm |
|
 |
| Project Developer |
Joined: Tue Apr 28, 2009 9:43 am Posts: 1720
|
|
 |
|
 |
|