Info
- 3 posts
- 2 voices
- Started 2 years ago by crazytrader
- Latest reply from xananax
- This topic is not resolved
Adding Forum Category next to "Freshness"
-
- Posted 2 years ago #
How would I add the category that the topic is posted in. Next to "Freshness"? Any ideas.
-
- Posted 2 years ago #
this is what I did:
<a href="<?php forum_link($topic); ?>"><?php forum_name($topic);?></a>
I have no idea if it is the best way...No documentation, I just tried some function names that seemed logical to me and it worked. -
- Posted 2 years ago #
ok scratch that, the code is:
<a href="<?php forum_link($topic->forum_id); ?>"><?php forum_name($topic->forum_id);?></a>
tried it, it works. -
You must log in to post.