news_archives_menu.php doesn't have ID to be able to use table_render() functionality
shortcode
public function sc_news_category_news_count($parm = '')
{
if(!$this->is('category_news_count'))
{
return '';
}
return (string) e107::getParser()->toBadge( $this->cat('news_count'));
}
always returns html code: <span class="badge">1</span>
I can't do this: <span class="ml-auto badge-pill badge-pill-info">25</span>
just parameter return only value would be fine
add possibility use shortcodes {CLASS} in news too.
add possibility to template archive_news menu or other set off expandit functionality (news_months_menu display only one year)
add possibility to set off sizing in tagcloud menu (to have all tags the same size)
news_archives_menu.php doesn't have ID to be able to use table_render() functionality
shortcode
always returns html code:
<span class="badge">1</span>
I can't do this:<span class="ml-auto badge-pill badge-pill-info">25</span>
just parameter return only value would be fineadd possibility use shortcodes {CLASS} in news too.
add possibility to template archive_news menu or other set off expandit functionality (news_months_menu display only one year)
add possibility to set off sizing in tagcloud menu (to have all tags the same size)