Posted November 14, 20177 yr Just a question, I wonder if it would be possible to hide tags ( but not prefix ) from the grid that shows the topics in the forums. It's cluttered many times and hard to read. Some of my regulars have complained about that. They don't have any problems when reading a particular topic, but the forum grid with all topics seems to be more than some of them can handle. I think they have a point since some topics have more than 12 tags,. I wonder if I could hide them using a CSS instructions or it would require to create a new plugin. Thanks in advance.
November 14, 20177 yr 5 hours ago, gabs007 said: Just a question, I wonder if it would be possible to hide tags ( but not prefix ) from the grid that shows the topics in the forums. It's cluttered many times and hard to read. Some of my regulars have complained about that. They don't have any problems when reading a particular topic, but the forum grid with all topics seems to be more than some of them can handle. I think they have a point since some topics have more than 12 tags,. I wonder if I could hide them using a CSS instructions or it would require to create a new plugin. Thanks in advance. Just go to your Theme's template files : Find below template: forums > front > forums > topicRow > Remove below code : {{if count( $row->tags() )}} {template="tags" group="global" app="core" params="$row->tags(), true"} {{endif}}
November 23, 20177 yr Author On 17/11/2017 at 6:45 PM, Surendra.S said: Did it work for you ? I hope this is what you were looking for. it worked. I also searched and found how to wipe them out from the topic first post. Thank you !
Archived
This topic is now archived and is closed to further replies.