| Hi everyone, This is my first post here. First of all thanks to Cowboy and –Wolverine for there great Joomla components & modules. ![]() I don’t know if this has already been addressed but trying to set a “Module Class Suffix” in the “Joomla-SMF Login 1.3.2” module”, do not seem to do anything. As I couldn’t find anything related to this issue on the forum neither in the module download comments, I decided to look into it and came with the following fix. Don’t know if this is the correct way, still it seems to work fine for me. Please amend if not adequate ![]() In the file modules/mod_smf_login.php Search for all occurrences of: class="mainlevel" and replace by: class="mainlevel', $moduleclass_sfx, '" Search for all occurrences of: class="sublevel" and replace by: class="sublevel', $moduleclass_sfx, '" i.e. around line 207 code: <tr align="left"><td><a href="',$lostpassword_link,'" class="sublevel" >',$txt[315],'</a></td></tr> will be cahnged to this: <tr align="left"><td><a href="',$lostpassword_link,'" class="sublevel', $moduleclass_sfx, '" >',$txt[315],'</a></td></tr> Hope this helps |
Forum 





Author






Logged






