User tests: Successful: Unsuccessful:
When rendering tags with the module mod_tags_popular it is not possible to access the settings of the tag itself such as the class of that specific tag. This pull request adds the stored parameters as an option that can be used.
Use-case: styling of tags using the class set for this particular tag.
The parameters can now be used as:
$tagParams = new \Joomla\Registry\Registry($item->params);
$link_class = $tagParams->get('tag_link_class');
@designbengel This one is for you :)
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Category | ⇒ | Modules Tags |
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
?
|
Category | Modules Tags | ⇒ | Front End Modules |
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-08-14 15:51:25 |
Closed_By | ⇒ | rdeutz |
Labels |
Removed:
?
|
I have tested this item✅ successfully on f71af02
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11153.