Hi,
I would like to know how to add category and tags under the topic title on the main page as shown in the figure:
I have edited this section in the file "topics.html":
<div class="codo_topics_topic_name">
<a href="{{{const "RURI"}}}user/profile/{{{id}}}"><span class="role_styled role_{{{role}}}">{{{name}}}</span></a>
<span><span id="posted_txt">{{{i18n "posted"}}} </span>{{post_created}}<br />Category: <a href="{{{const "RURI"}}}category/{{{cat_alias}}}">{{{cat_alias}}}</a><br />Tags: </span>
</div>
The variable "cat_alias" works, but when I wanted to use the variable "cat_name", nothing was displayed. I need to display Category name. Same for tags. I would need to see all the tags from the topic if they are presented.
Thank you in advance for the advice
Hi,
I would like to know how to add category and tags under the topic title on the main page as shown in the figure:

I have edited this section in the file "topics.html":
````
<div class="codo_topics_topic_name">
<a href="{{{const "RURI"}}}user/profile/{{{id}}}"><span class="role_styled role_{{{role}}}">{{{name}}}</span></a>
<span><span id="posted_txt">{{{i18n "posted"}}} </span>{{post_created}}<br />Category: <a href="{{{const "RURI"}}}category/{{{cat_alias}}}">{{{cat_alias}}}</a><br />Tags: </span>
</div>
````
The variable "cat_alias" works, but when I wanted to use the variable "cat_name", nothing was displayed. I need to display Category name. Same for tags. I would need to see all the tags from the topic if they are presented.
Thank you in advance for the advice