Topic-icon Function about login

Active Subscriptions:

None
12 years 3 months ago - 12 years 3 months ago #41111 by 祺祺洪
How can I use the module (JFBConnect Joomla 2.5) to do the function like the pics(Q1.png)

click the link /button and it will popup the login box?


File Attachment:
Last edit: 12 years 3 months ago by 祺祺洪.
The topic has been locked.
Support Specialist
12 years 3 months ago #41130 by alzander
Replied by alzander on topic Function about login
In the SCLogin module change the following settings:
* Login View Settings - That will display the login area in a modal popup
* Modal Style - Set to 'Text' so that the Register and Login buttons will be standard text links instead of buttons.

I hope that helps, but if you have any other questions, just let me know.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 3 months ago - 12 years 3 months ago #41140 by 祺祺洪
Replied by 祺祺洪 on topic Function about login
It can show the text like the pics(QA.png)

I have 3 questions.

1. How can I modify or clear the 'TEXT' in the pics ( MOD_SCLOGIN_LOGINREG_SEPARATOR) ?

2. How can I add CSS to change color , size , style ? (I know the CSS,but I don't know how to add it)

3.I can see the popup box before,but now I click the button,and it don't work . (link : www.avenue2003.com.tw/ )


Many thanks
Last edit: 12 years 3 months ago by 祺祺洪.
The topic has been locked.
Support Specialist
12 years 3 months ago #41147 by alzander
Replied by alzander on topic Function about login

1. How can I modify or clear the 'TEXT' in the pics ( MOD_SCLOGIN_LOGINREG_SEPARATOR) ?

That can be found in the /language/xx_YY/xx_YY.mod_sclogin.ini file for your language. Please make sure you remove the ; from the beginning of that line when you edit it.

2. How can I add CSS to change color , size , style ? (I know the CSS,but I don't know how to add it)

We're working on improving this. Currently, there isn't a great CSS file for our SCLogin module to put it in, and we recommend adding any CSS you need to your template. The next release of the SCLogin module (in a few days) will have a theme system with easier CSS files to edit.

3.I can see the popup box before,but now I click the button,and it don't work .

I'm not sure why that's not loading. I'd recommend a few things:
1) Try moving the SCLogin to a different module position. That shouldn't be necessary, but it may change the behavior somehow.
2) Decrease the number of times you're loading jQuery on the page. Currently, the following things are loading jQuery:
a) Your template (I'm guessing) at the top, using the googleapis CDN version
b) K2
c) K2 Store
3) Enable JFBConnect's jquery compatibility layer by enabling the "Include jQuery/Bootstrap" setting in JFBConnect -> Configuration

I hope that helps,
Alex
The topic has been locked.