Add summary parameter to Articles » Category List - Joomla! Forum - community, help and support


i have several menus set "articles » category list", displayed table file

code: select all

[joomla!]/components/com_content/views/category/tmpl/default_articles.php

for reasons have add summary parameter table (about line 74). hope grab summary variable article category description. find file

code: select all

[joomla!]/layouts/joomla/content/category_default.php

controls relative variables. , line 48 content need.

code: select all

<?php echo jhtml::_('content.prepare', $displaydata->get('category')->description, '', $extension .'.category'); ?>


my question: how can migrate description category list table?
thank you

first , foremost need create override https://docs.joomla.org/j3.x:how_to_use ... _overrides

then in /templates/yourtemplate/html/com_content/category/default.php add <td> in <tr> of <thead> ... , <td> in <tr> of <tbody>. use xxxx , yyyy in new <td> tags respectively (to check have layout how want it. replace xxxx , yyyy code fetch data require.





Comments

Popular posts from this blog

Joomal 3.6.3 update error - PHP temporary folder is not set - Joomla! Forum - community, help and support

Upgrade 3.4.8 to 3.5.1 failed "download package failed" - Joomla! Forum - community, help and support

Fatal error during instalation - Joomla! Forum - community, help and support