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...
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
Be the first to like this post.
Responses (26)
-
Accepted Answer
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 Be the first to like this post. -
Accepted Answer
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 Be the first to like this post. -
Accepted Answer
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 Be the first to like this post. -
Accepted Answer
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 Be the first to like this post. -
Accepted Answer
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 Be the first to like this post.
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »
