Currently the tag is like this, <ul>
It should be <ul class="tagspopular"
>
on line 18 in joomla-cms/modules/mod_tags_popular/tmpl/default.php
change <ul> in <ul class="tagspopular<?php echo $moduleclass_sfx; ?>">
Or use a template override for default.php
In all other modules it’s done this way (as far as I think the correct way), but in mod_tags_popular and mod_tags_similar not.
So I suggest keep to the standard.
Van: bertmert [mailto:notifications@github.com]
Verzonden: woensdag 20 januari 2016 11:43
Aan: joomla/joomla-cms joomla-cms@noreply.github.com
CC: Bas van den Dikkenberg bas@Dikkenberg.net
Onderwerp: Re: [joomla-cms] class is missing in the ul tags (#8945)
Or use a template override for default.php
—
Reply to this email directly or view it on GitHub#8945 (comment).
If you do this way, you can easily change the layout of a singel module
I can live with this change but have to fix 2 sites (not a problem).
If you do this way, you can easily change the layout of a singel module
I think It's easier to change if you have 1 surrounding div with this class ;-)
I think the surrounding div should also be removed then.
Why: Use a layout style html5 with your module change and you'll see that we have now 3 times the same $moduleclass_sfx and 2 times "tagspopular". One for div, one for ul. You have to force CSS with very "hard" rules. Leading div, ul and so on.
is correct from a consistency perspective
Yes.
@brieteeman I would like to work on this.
@flash1452 you dont need anyones permission
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-03-12 18:40:32 |
Closed_By | ⇒ | brianteeman |
Closed as we have a PR for testing #9388
see line 14:
I don't understand why ul should get same classes. Just makes it mor complicated in CSS.
Instead use something like