Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Front End User Login Plugin (XML Or Database - ver: 3.0)
#26
chainsaw81 Wrote:me again ...

1. hmm, i found no solution at the moment.
i tried on 2 computers. fresh install, only your fe-login plugin -> but everytime the same problem, nothing happens.

i looked into the html code and found after the member </table> one empty <script> tag:
Code:
<script type='text/javascript'></script>

probably something missing? were is your js stored?

2. another question, is there any way to redirect after user-login?

thanks for your help!

Right now it redirects to the actual page they logged in from.

I will however, add the ability for custom redirects in the next version.
Reply
#27
Update

after register the first user via frontend, the user management in the admin area works fine :-)
i dont know what's the problem - but for now everything is okay. thank you all.

my redirect-hack is hardcoded, just edit the action target of the login <form> tag ...
probably this is the easiest way for now?!


best regards from germany,
chainsaw81
Reply
#28
chainsaw81 Wrote:Update

after register the first user via frontend, the user management in the admin area works fine :-)
i dont know what's the problem - but for now everything is okay. thank you all.

my redirect-hack is hardcoded, just edit the action target of the login <form> tag ...
probably this is the easiest way for now?!


best regards from germany,
chainsaw81

That is definitly the best way to do it for now. Good thinking!
Reply
#29
Anyone else have this layout issue when using the plugin?
I tried deleting and reinstalling the plugin but had the same result.

[Image: members-layout.png]
Reply
#30
patriotmedia Wrote:Anyone else have this layout issue when using the plugin?
I tried deleting and reinstalling the plugin but had the same result.

[Image: members-layout.png]

I am sure I can fix this very easily.
What browser(and browser version)/OS are you using?
Reply
#31
It's happening in IE9 and Firefox 5 & 6 (Mac and PC). Safari 5.1 (Mac and PC) are good.

On a side note, it seems as if the check box might be better suited underneath the "keep page private" line... that might not work with the way the GS plugin system is designed, but I thought I'd throw it out there.


mikeh Wrote:
patriotmedia Wrote:Anyone else have this layout issue when using the plugin?
I tried deleting and reinstalling the plugin but had the same result.

[Image: members-layout.png]

I am sure I can fix this very easily.
What browser(and browser version)/OS are you using?
Reply
#32
Nice extension...

Would it be possible to use bullets or similar in the password field?
Reply
#33
I have uploaded 2.6 to extend.
  • Fixed Javacsript to be compatible with Internet Explorer 7-9
  • Fixed logout link

Version 3.0 will be released before the end of next month and will consist of:
  • Custom fields for the the register form & add user form
  • Further control over the welcome messages and form html
  • Paypal integration
  • Login specific content capabilities
  • Possible social networking integration (for sign in and register).

If anyone has further requests for ver 3, please let me know.
Reply
#34
really great plugin but can't get past go for some reason.

seems that users register but it does not happen at the front end or manually in settings. do i have to open some permission some where to allow the adding of users?

thanks!
frank
Reply
#35
ourgig Wrote:really great plugin but can't get past go for some reason.

seems that users register but it does not happen at the front end or manually in settings. do i have to open some permission some where to allow the adding of users?

thanks!
frank

Can you turn on DEBUG mode and tell me the errors?
What version of GetSimple are you using?
Reply
#36
mikeh Wrote:
ourgig Wrote:really great plugin but can't get past go for some reason.

seems that users register but it does not happen at the front end or manually in settings. do i have to open some permission some where to allow the adding of users?

thanks!
frank

Can you turn on DEBUG mode and tell me the errors?
What version of GetSimple are you using?

Thanks for such quick support - i never turned on debug before, looks like I have errors but not in trying to register. I am using version 3.0


Warning: unlink(/var/www/vhosts/audriannacole.com/httpdocs/pages/admin/install.php) [function.unlink]: Permission denied in /var/www/vhosts/audriannacole.com/httpdocs/pages/admin/inc/common.php on line 202

Warning: unlink(/var/www/vhosts/audriannacole.com/httpdocs/pages/admin/setup.php) [function.unlink]: Permission denied in /var/www/vhosts/audriannacole.com/httpdocs/pages/admin/inc/common.php on line 205

Warning: unlink(/var/www/vhosts/audriannacole.com/httpdocs/pages/admin/update.php) [function.unlink]: Permission denied in /var/www/vhosts/audriannacole.com/httpdocs/pages/admin/inc/common.php on line 208

http://67.192.242.129/pages/index.php?id=register
Reply
#37
ourgig Wrote:
mikeh Wrote:
ourgig Wrote:really great plugin but can't get past go for some reason.

seems that users register but it does not happen at the front end or manually in settings. do i have to open some permission some where to allow the adding of users?

thanks!
frank

Can you turn on DEBUG mode and tell me the errors?
What version of GetSimple are you using?

Thanks for such quick support - i never turned on debug before, looks like I have errors but not in trying to register. I am using version 3.0


Warning: unlink(/var/www/vhosts/audriannacole.com/httpdocs/pages/admin/install.php) [function.unlink]: Permission denied in /var/www/vhosts/audriannacole.com/httpdocs/pages/admin/inc/common.php on line 202

Warning: unlink(/var/www/vhosts/audriannacole.com/httpdocs/pages/admin/setup.php) [function.unlink]: Permission denied in /var/www/vhosts/audriannacole.com/httpdocs/pages/admin/inc/common.php on line 205

Warning: unlink(/var/www/vhosts/audriannacole.com/httpdocs/pages/admin/update.php) [function.unlink]: Permission denied in /var/www/vhosts/audriannacole.com/httpdocs/pages/admin/inc/common.php on line 208

http://67.192.242.129/pages/index.php?id=register

To fix the errors you posted just delete the following files:
- admin/install.php
- dmin/setup.php
- admin/update.php

After you have done this please let me know so I can test it further.
Reply
#38
mikeh Wrote:
ourgig Wrote:
mikeh Wrote:Can you turn on DEBUG mode and tell me the errors?
What version of GetSimple are you using?

Thanks for such quick support - i never turned on debug before, looks like I have errors but not in trying to register. I am using version 3.0


Warning: unlink(/var/www/vhosts/audriannacole.com/httpdocs/pages/admin/install.php) [function.unlink]: Permission denied in /var/www/vhosts/audriannacole.com/httpdocs/pages/admin/inc/common.php on line 202

Warning: unlink(/var/www/vhosts/audriannacole.com/httpdocs/pages/admin/setup.php) [function.unlink]: Permission denied in /var/www/vhosts/audriannacole.com/httpdocs/pages/admin/inc/common.php on line 205

Warning: unlink(/var/www/vhosts/audriannacole.com/httpdocs/pages/admin/update.php) [function.unlink]: Permission denied in /var/www/vhosts/audriannacole.com/httpdocs/pages/admin/inc/common.php on line 208

http://67.192.242.129/pages/index.php?id=register

To fix the errors you posted just delete the following files:
- admin/install.php
- dmin/setup.php
- admin/update.php

After you have done this please let me know so I can test it further.

Thanks those have been deleted but not getting additional errors

http://67.192.242.129/pages/index.php?id=register
Reply
#39
ourgig Wrote:
mikeh Wrote:
ourgig Wrote:Thanks for such quick support - i never turned on debug before, looks like I have errors but not in trying to register. I am using version 3.0


Warning: unlink(/var/www/vhosts/audriannacole.com/httpdocs/pages/admin/install.php) [function.unlink]: Permission denied in /var/www/vhosts/audriannacole.com/httpdocs/pages/admin/inc/common.php on line 202

Warning: unlink(/var/www/vhosts/audriannacole.com/httpdocs/pages/admin/setup.php) [function.unlink]: Permission denied in /var/www/vhosts/audriannacole.com/httpdocs/pages/admin/inc/common.php on line 205

Warning: unlink(/var/www/vhosts/audriannacole.com/httpdocs/pages/admin/update.php) [function.unlink]: Permission denied in /var/www/vhosts/audriannacole.com/httpdocs/pages/admin/inc/common.php on line 208

http://67.192.242.129/pages/index.php?id=register

To fix the errors you posted just delete the following files:
- admin/install.php
- dmin/setup.php
- admin/update.php

After you have done this please let me know so I can test it further.

Thanks those have been deleted but not getting additional errors

http://67.192.242.129/pages/index.php?id=register

Please re-install the latest version, I might have fixed the issue. Also can you create a test page with the login box code and welcome message code?
Reply
#40
mikeh Wrote:
ourgig Wrote:
mikeh Wrote:To fix the errors you posted just delete the following files:
- admin/install.php
- dmin/setup.php
- admin/update.php

After you have done this please let me know so I can test it further.

Thanks those have been deleted but not getting additional errors

http://67.192.242.129/pages/index.php?id=register

Please re-install the latest version, I might have fixed the issue. Also can you create a test page with the login box code and welcome message code?

ok doing that now... thanks!
Reply
#41
ourgig Wrote:
mikeh Wrote:
ourgig Wrote:Thanks those have been deleted but not getting additional errors

http://67.192.242.129/pages/index.php?id=register

Please re-install the latest version, I might have fixed the issue. Also can you create a test page with the login box code and welcome message code?

ok doing that now... thanks!

now i do get errors

test page;
http://67.192.242.129/pages/index.php?id=login
Reply
#42
ourgig Wrote:
ourgig Wrote:
mikeh Wrote:Please re-install the latest version, I might have fixed the issue. Also can you create a test page with the login box code and welcome message code?

ok doing that now... thanks!

now i do get errors

test page;
http://67.192.242.129/pages/index.php?id=login

and from the user manager;
Warning: Invalid argument supplied for foreach() in /var/www/vhosts/audriannacole.com/httpdocs/pages/plugins/user-login/inc/manage-users.php on line 108
Reply
#43
ourgig Wrote:
ourgig Wrote:
ourgig Wrote:ok doing that now... thanks!

now i do get errors

test page;
http://67.192.242.129/pages/index.php?id=login

and from the user manager;
Warning: Invalid argument supplied for foreach() in /var/www/vhosts/audriannacole.com/httpdocs/pages/plugins/user-login/inc/manage-users.php on line 108

It seems return_page_slug() is not working properly. Do you have other instances of getsimple running on your server? Did you run into any page slug problems in the past? do you have a custom permalink setup?

And one last thing, can you please go to support->health check and tell me if there are any errors?

I was able to manually place the slug in the login/register form and create an account & login, so once the slug issue is figured out the plugin works fine.
Reply
#44
mikeh Wrote:
ourgig Wrote:
ourgig Wrote:now i do get errors

test page;
http://67.192.242.129/pages/index.php?id=login

and from the user manager;
Warning: Invalid argument supplied for foreach() in /var/www/vhosts/audriannacole.com/httpdocs/pages/plugins/user-login/inc/manage-users.php on line 108

It seems return_page_slug() is not working properly. Do you have other instances of getsimple running on your server? Did you run into any page slug problems in the past? do you have a custom permalink setup?

And one last thing, can you please go to support->health check and tell me if there are any errors?

I was able to manually place the slug in the login/register form and create an account & login, so once the slug issue is figured out the plugin works fine.

Not that I know of for the slug issues but I do have other instance of Getsimple on my server. No i never did a custom permalink.
Reply
#45
ourgig Wrote:
mikeh Wrote:
ourgig Wrote:and from the user manager;
Warning: Invalid argument supplied for foreach() in /var/www/vhosts/audriannacole.com/httpdocs/pages/plugins/user-login/inc/manage-users.php on line 108

It seems return_page_slug() is not working properly. Do you have other instances of getsimple running on your server? Did you run into any page slug problems in the past? do you have a custom permalink setup?

And one last thing, can you please go to support->health check and tell me if there are any errors?

I was able to manually place the slug in the login/register form and create an account & login, so once the slug issue is figured out the plugin works fine.

Not that I know of for the slug issues but I do have other instance of Getsimple on my server. No i never did a custom permalink.

What were the results of the health check?
Reply
#46
It's a nice plugin ....

I made 2 components: one for login and one for register

I put this in my sidebar
Code:
<?php        
       if(!isset($_SESSION['LoggedIn'])) { ?>
                <div class="section"><?php get_component('login'); ?> </div>
                <div class="section"><?php get_component('register'); ?> </div>
            <?php }
            elseif (isset($_SESSION['LoggedIn'])) { ?>
                <div class="section"><?php get_component('login'); ?> </div>
            <?php }  ?>

so when user isn't logged in, both sections (login and register) appears, and when user is logged in, the register section disappears


MAYBE COULD THIS USE A FORGOTT PASSWORD SECTION ??
Reply
#47
Dear Michael,

when you talk about "Enable certain elements of the layout itself to be different for when logged in"
on the roadmap of your Front End User page : http://michaelhenken.com/index.php?id=fr...gin-plugin
it could be interesting to assign users in groups. Then following the group dependency you will know what to display following the context.
By example : on my website I want to filter the content following I have customer or managers. Or following the logged in user is (one of the/)an administrator or a reader. Then following the group dependency the user will see the required content.

For this reason you must considering all new registered users as member of a default restricted group.
Then when registered the administrator (of the website) will automatically receive an e-mail advising there is a new member.
That will gives the administrator the choice to put those new registered users in some groups.
Then in regard of each users must appears checkboxes allowing to quicly register that a user is member of this group with the other and also this other (whatever) already created group. It means in one line we quickly know in which group a user has been assigned to.

I hope you will understand this idea and you will be able to give this to us.Sincerely thanks and have a nice day.

Miguipda ;-)
Reply
#48
Dear Michael,

I forgot to say that it also means that for the pages restriction we also need to have a list of check boxes for each group.
If now we just have "Members only" checkbox. We must have "Only members of :" and then the group list (on one line) to quickly said all of this page is restricted to this group and this group and the other one (what ever group name it is. This is the choice of the website administrator).

Sincerely thanks and have a nice day.

Miguipda ;-)
Reply
#49
He instalado el plugin em WP 3.2y sale este mensaje:

Plugin could not be activated because it triggered a fatal error.
Fatal error: Call to undefined function register_plugin() in /home/luchosar/public_html/wp/wp-content/plugins/front-end-user-login-1/user_login.php on line 29
Reply
#50
I can see a lot of good work being done on all these very useful enhancements to GS and while I haven't yet built a membership site using GS3 yet I was thinking about the security angle on this.

If I was providing visitors with a login option I would like to have some ability to restrict the number of login attempts, to deter brute force attacks at the login stage. I think if there is something that says "login" someone or some bot is going to try their luck.
Reply




Users browsing this thread: 1 Guest(s)