Topic-icon SC-Login

Active Subscriptions:

None
13 years 4 months ago #30093 by andpas
SC-Login was created by andpas
I have a template where i use the SC-Login in a way that requires me to apply some css to the that contains the Greeting Message, while i know i can reference it through its hierarchy, i modify the .php file to add a id to the div and apply my css that way, and each time there is an update to SClLogin or JFBConnect it resets the file.
It is line 17 of logout.php in the SCLogin module
echo '' . JText::sprintf('MOD_SCLOGIN_WELCOME', $name) . '';
is it possible for this div to have a id for future releases?
echo '' . JText::sprintf('MOD_SCLOGIN_WELCOME', $name) . '';
The topic has been locked.
Support Specialist
13 years 2 months ago #31726 by alzander
Replied by alzander on topic SC-Login
Andrew,
I just wanted to respond to this.. and apologize for being very late.

The SCLogin module is undergoing a complete overhaul right now. There's going to be new styles included for vertical and horizontal orientations and it should be much easier to customize going forward.

When the new version is released, we will also be adding a class name onto that greeting div. We won't be adding it as an id, as that could cause some HTML validation issues. A class should work just fine.

We're hoping to have the new SCLogin module out over the next few weeks and are very excited to have something a lot better looking available.

Thanks, and let me know if you have any other questions, concerns or feedback. And, again, apologies for the lengthy delay in even responding to this.

Alex
The topic has been locked.