Scoobs Posted April 26, 2015 Posted April 26, 2015 Hello,I'm not sure if I'm missing this but I would like to have the ability to upload a logo/icon for each category in the Pages app....same as what's available for each of the forum topics.
opentype Posted April 27, 2015 Posted April 27, 2015 If someone needs a quick solution for this, it can be done manually in the template:{{if $category->_id == '1' }} <i class="fa fa-user"></i> {{elseif $category->_id == '2'}} <i class="fa fa-building-o"></i> {{elseif $category->_id == '3'}} <i class="fa fa-calendar"></i> ... {{else}} <i class="fa fa-info"></i> {{endif}}
Gnuru Posted April 28, 2015 Posted April 28, 2015 If someone needs a quick solution for this, it can be done manually in the template:{{if $category->_id == '1' }} <i class="fa fa-user"></i> {{elseif $category->_id == '2'}} <i class="fa fa-building-o"></i> {{elseif $category->_id == '3'}} <i class="fa fa-calendar"></i> ... {{else}} <i class="fa fa-info"></i> {{endif}} nice one. One thing: my id's start with 11, to 14
Recommended Posts
Archived
This topic is now archived and is closed to further replies.