Please be sure to read the Documentation and Search the Support Centre . No support is provided for installations not using the Joomla 1.5.26 or Joomla 2.5.9 or Joomla 3.0.3, in other words, you must always have the latest version of Joomla. If it's not supported by Joomla, its not supported here. Please make feature requests and report suspected bugs here too .
I'm using Super Login in Joomla 2.5 (Yootheme Symphony template), works perfectly except for register link (or "create an account" link): if I enable it in module configuration, don't see nothing in frontend (allowing user registration in Users -> Options is enabled).
I suppose this is a J2.5 compatibility related problem, because the latest version of Super Login is J1.7 compatible, but I would like to know if anyone out there has experienced the same issue, or simply I am missing something obvious...
Like
Responses (26)
  • Accepted Answer

    Sunday, January 06 2013, 08:24 AM - #permalink
    Just add .css.php to the code above i.e

    ## Allow limited access for certain Joomla! system directories with client-accessible content
    RewriteRule ^(components|modules|plugins|templates)/([^/]+/)*([^/.]+\.)+(jp(e?g|2)?|png|gif|bmp|css|css.php|js|swf|html?|mp(eg?|[34])|avi|wav|og[gv]|xlsx?|docx?|pptx?|zip|rar|pdf|xps|txt|7z|svg|od[tsp]|flv|mov)$ - [L]
    Like
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, January 06 2013, 05:32 AM - #permalink
    The problem is simple, unsure on the solution, the problem lies with your .htaccess file. Basically your browser cannot see this file: http://www.mydomain.com/modules/mod_super_login/mod_super_login.css.php
    So no buttons load. When you that file you get a error 500 message in Firefox and the CSS settings are greyed out.

    This is because of this .htaccess entry:

    ## Allow limited access for certain Joomla! system directories with client-accessible content
    RewriteRule ^(components|modules|plugins|templates)/([^/]+/)*([^/.]+\.)+(jp(e?g|2)?|png|gif|bmp|css|js|swf|html?|mp(eg?|[34])|avi|wav|og[gv]|xlsx?|docx?|pptx?|zip|rar|pdf|xps|txt|7z|svg|od[tsp]|flv|mov)$ - [L]
    ## Uncomment this line if you have extensions which require direct access to their own
    ## custom index.php files. Note that this is UNSAFE and the developer should be ashamed
    ## for being so lame, lazy and security unconscious.
    # RewriteRule ^(components|modules|plugins|templates)/([^/]+/)*(index\.php)?$ - [L]
    ## Uncomment the following line if your template requires direct access to PHP files
    ## inside its directory, e.g. GZip compressed copies of its CSS files
    # RewriteRule ^templates/([^/]+/)*([^/.]+\.)+php$ - [L]
    RewriteRule ^(components|modules|plugins|templates)/ - [F]

    ## Disallow access to rogue PHP files throughout the site, unless they are explicitly allowed
    RewriteCond %{REQUEST_FILENAME} \.php$
    RewriteCond %{REQUEST_FILENAME} !/index[23]?\.php$
    ## The next line is to explicitly allow the forum post assistant(fpa-xx)script to run
    RewriteCond %{REQUEST_FILENAME} !/fpa-[a-z]{2}\.php
    RewriteCond %{REQUEST_FILENAME} -f
    RewriteRule ^([^/]+/)*([^/.]+\.)+php$ - [F]

    ----

    My .htaccess file was created using Akeeba Admin Tools Pro.

    When I comment out that section, it works fine, but to be honest I don't want to lower my security settings, is there anyway, that the css file can be moved out of the modules folder, or can my htaccess file be modified to allow Super Login script access through.
    Like
    The reply is currently minimized Show
  • Accepted Answer

    Friday, November 30 2012, 01:05 PM - #permalink
    Well, I tested the v2.5.0 version of Super Login module , it now just will not hide the 'Create an account" link even when I had already set to hide it.

    Please check and fix this issue.

    Thanks.
    Like
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, March 22 2012, 06:56 PM - #permalink
    Hi,

    thanks for the modul "super login".

    I have under the template "JSN Epic" von joomlashine.com the problem that the user registration icon not visble is. What could I do?
    Like
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, February 07 2012, 01:50 PM - #permalink
    You are welcome
    Like
    ______________________________________________________________________________________________________________
    If your question has been answered, please mark it as resolved so others may find solutions ;)
    If you use any of our extensions, please consider making a review on the http://extensions.joomla.org/extensions/owner/Mustaq-S"> Joomla! Extensions Directory
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, February 07 2012, 01:02 PM - #permalink
    Thank you very much,
    problem solved in a few hours... great!!!
    Like
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, February 07 2012, 08:02 AM - #permalink
    Please download the latest Version 2.5.0 and then Uninstall and Reinstall, there were many bug fixes :)
    Like
    ______________________________________________________________________________________________________________
    If your question has been answered, please mark it as resolved so others may find solutions ;)
    If you use any of our extensions, please consider making a review on the http://extensions.joomla.org/extensions/owner/Mustaq-S"> Joomla! Extensions Directory
    The reply is currently minimized Show
  • Accepted Answer

    Monday, February 06 2012, 12:07 PM - #permalink
    Aah, yes now that you mention this information, yes, this is a know issue. The whole module is being reworked, as far as PHP and CSS goes. You should wait if you want to use the styles without Icons
    Like
    ______________________________________________________________________________________________________________
    If your question has been answered, please mark it as resolved so others may find solutions ;)
    If you use any of our extensions, please consider making a review on the http://extensions.joomla.org/extensions/owner/Mustaq-S"> Joomla! Extensions Directory
    The reply is currently minimized Show
  • Accepted Answer

    Monday, February 06 2012, 11:43 AM - #permalink
    Yes, I see....
    Setting Mega style, which uses an Icon instead of the "Create an account" text, works nicely also in my installation...
    The problem arises for me with all styles (Default, Nifty Default...) using text for the "Create an account" link: unfortunately Nifty Default is the style I would like to use for my site...
    You have no problem with all styles on your local tests, and this makes me think to a problem related to my setup;
    at the same time, the fact that the standard joomla login module works perfectly in my environment, makes me think to a some kind of issue in the Super Login module, but I can only suppose...
    Anyway, thanks very much for your help, any further help will be much appreciated...
    Like
    The reply is currently minimized Show
  • Accepted Answer

    Monday, February 06 2012, 11:07 AM - #permalink
    I have only seen this issue on your site with the Nifty Default style, with all other styles, I see not problem.
    I see no problem with all styles on my local tests.
    I am using the Module on this site on the top of this page as well , can you see it on this site ? Its the same version you have.
    Like
    ______________________________________________________________________________________________________________
    If your question has been answered, please mark it as resolved so others may find solutions ;)
    If you use any of our extensions, please consider making a review on the http://extensions.joomla.org/extensions/owner/Mustaq-S"> Joomla! Extensions Directory
    The reply is currently minimized Show
  • Accepted Answer

    Monday, February 06 2012, 10:53 AM - #permalink
    But you have seen the issue on my installation, isn't it?
    In this case the problem is related to my setup (wamp 2.2, joomla 2.5)...
    Like
    The reply is currently minimized Show
  • Accepted Answer

    Monday, February 06 2012, 10:47 AM - #permalink
    I have not been able to reproduce this issue in my tests with any of the Super Login styles but will keep trying too
    Like
    ______________________________________________________________________________________________________________
    If your question has been answered, please mark it as resolved so others may find solutions ;)
    If you use any of our extensions, please consider making a review on the http://extensions.joomla.org/extensions/owner/Mustaq-S"> Joomla! Extensions Directory
    The reply is currently minimized Show
  • Accepted Answer

    Monday, February 06 2012, 10:45 AM - #permalink
    No, i keep seeing nothing...
    The only way I can see register link is setting Mega style (with register link as icon....)
    But with all other styles I don't see the "create an account" link.
    Does it work for you on my installation?
    Like
    The reply is currently minimized Show
  • Accepted Answer

    Monday, February 06 2012, 10:22 AM - #permalink
    I have to put my server offline, I think you can reproduce the issue on any another J2.5 installation in a few minutes...
    I'll keep investigating further,
    thanks for your help.
    Like
    The reply is currently minimized Show
  • Accepted Answer

    Monday, February 06 2012, 10:18 AM - #permalink
    But you the styles I chave on your site right now ? Do the links show for you with Nifty Quick and Default ? They should
    Like
    ______________________________________________________________________________________________________________
    If your question has been answered, please mark it as resolved so others may find solutions ;)
    If you use any of our extensions, please consider making a review on the http://extensions.joomla.org/extensions/owner/Mustaq-S"> Joomla! Extensions Directory
    The reply is currently minimized Show
  • Accepted Answer

    Monday, February 06 2012, 10:03 AM - #permalink
    Yes, tried all styles, same problem on all of them...
    Like
    The reply is currently minimized Show
  • Accepted Answer

    Monday, February 06 2012, 09:43 AM - #permalink
    So it seems your problem is with the Nifty Default style, not all of them ?
    Did you try the other styles like I did on this site too ?
    Like
    ______________________________________________________________________________________________________________
    If your question has been answered, please mark it as resolved so others may find solutions ;)
    If you use any of our extensions, please consider making a review on the http://extensions.joomla.org/extensions/owner/Mustaq-S"> Joomla! Extensions Directory
    The reply is currently minimized Show
  • Accepted Answer

    Monday, February 06 2012, 09:35 AM - #permalink
    Using icon for register link seems to work correctly, the problem arises using text...
    Like
    The reply is currently minimized Show
  • Accepted Answer

    Monday, February 06 2012, 09:32 AM - #permalink
    Ok, thanks... the correct link is in Site Details (too late however... :))

    This is a completely fresh installation. I've the same issue in all my other installations though...
    Like
    The reply is currently minimized Show
  • Accepted Answer

    Monday, February 06 2012, 09:25 AM - #permalink
    I am doing some further testing locally to see if I can recreate this at all. Is this a site that was restored on your server or a new installation that was made on the server ?

    :)
    Like
    ______________________________________________________________________________________________________________
    If your question has been answered, please mark it as resolved so others may find solutions ;)
    If you use any of our extensions, please consider making a review on the http://extensions.joomla.org/extensions/owner/Mustaq-S"> Joomla! Extensions Directory
    The reply is currently minimized Show
Your Reply

Premium Membership