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) . '';