Topic-icon Login Form

Active Subscriptions:

None
9 years 1 month ago #52434 by vdevan
Login Form was created by vdevan
Title Login Form
Hi:
I need some help here. I am quite new to Web programming and any help would be greatly appreciated.
I use Hikashop with JSN-Glass template along with JFBC connect plug-ins - All paid versions.
My problem is two items:
First: Please visit my website (URL provided above: brahas.com/index.php/en/sclogin-registra...r-english?view=login). When you have not logged in and hit the User Control Panel menu, right at the bottom of the Home page, Hikashop provides a Login Screen, which is not the same as the one on the left side JFBCLogin module. (The buttons next to the username and password fields). How do I go about and do it?
Second Problem:
How do I delete the Email confirmation field in the Registration Form. If you click on the Registration Form Menu also at the bottom of the HomePage, You get a registration Form. But How do I delete the Email confirmation field without breaking the program code?
The topic has been locked.
Support Specialist
9 years 1 month ago #52438 by mel
Replied by mel on topic Login Form

First: Please visit my website (URL provided above: brahas.com/index.php/en/sclogin- … ew=login). When you have not logged in and hit the User Control Panel menu, right at the bottom of the Home page, Hikashop provides a Login Screen, which is not the same as the one on the left side JFBCLogin module. (The buttons next to the username and password fields). How do I go about and do it?

There are several options for doing this, like creating a template override but I think the easiest way to implement this would be the following:
1. Create an article and use the loadposition or loadmodule tag to load the SCLogin module. You can find instructions at www.ostraining.com/blog/joomla/loadposition-loadmodule/
2. In Components > Redirect set up a redirect from the login view brahas.com/index.php/en/sclogin-registra...r-english?view=login to your article URL brahas.com/index.php?option=com_content&...article&id=ARTICLEID

This way you can customize pretty simply with introtext in your article, etc.

How do I delete the Email confirmation field in the Registration Form. If you click on the Registration Form Menu also at the bottom of the HomePage, You get a registration Form. But How do I delete the Email confirmation field without breaking the program code?

This registration form is actually not SCLogin. When you hit Register, SCLogin simply passes you through to the Joomla Users Component registration view. As this confirmation email field is not one that you can turn off in the User - Profile plugin, I believe that you will need to create a template override for this view and modify the logic so that it is no longer shown but still registers properly. I'd suggest looking on the Joomla forums for help with this matter.

-Melissa
The topic has been locked.
Active Subscriptions:

None
9 years 1 month ago #52465 by vdevan
Replied by vdevan on topic Login Form
Thanks a ton Melissa. Your idea of creating a redirect is definitely great and do-able. I will sort this out through the info you have provided.
It is a bummer with Email duplication field. I will have to head to OSTraining on refreshing PHP. But thanks to you, I am sure I can work that out as well. I appreciate your help considering my problem is not related to JFBC.
You can close this topic.
The topic has been locked.
Support Specialist
9 years 1 month ago #52466 by mel
Replied by mel on topic Login Form
Not a problem. I'm sure you're not the first person to want to remove the field, so I would think there's a solution out there somewhere. Good luck!

-Melissa
The topic has been locked.
Active Subscriptions:

None
9 years 1 month ago #52469 by vdevan
Replied by vdevan on topic Login Form
Hi Melissa:
Just one more thing. The redirect component does not work. I spent about 3 hours trying to figure out what is happening, only to realise that redirect components are there only to catch the non-existant URLs, (URLs that generate 404 errors!) from the web searches.
Not much luck there for me. I guess next stop is to look into the login view module to change the look and feel of the view. Looks ugly but let me give it a shot. Thought I would let you know!
The topic has been locked.
Support Specialist
9 years 1 month ago #52470 by mel
Replied by mel on topic Login Form
The form on brahas.com/index.php/en/sclogin-registra...r-english?view=login looks to me like it's coming from the Joomla Users component as well. Please verify whether it is actually from Hikashop or the Joomla users component. If it is com_users, then you'll want to do a template override for /components/com_users/views/login/tmpl/default_login.php.
The topic has been locked.
Active Subscriptions:

None
9 years 1 month ago #52477 by vdevan
Replied by vdevan on topic Login Form
It is not from Hikashop. It is from Joomla. I am working on the default login template.
It is a pity that a lot of things are to be over-ridden as the add-ons do very little!
The topic has been locked.