Closed (fixed)
Project:
Advanced Forum
Version:
6.x-2.x-dev
Component:
Views
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Nov 2009 at 10:09 UTC
Updated:
15 Dec 2009 at 22:40 UTC
Maybe this is a stupid question, but I am really stuck. I am trying to display the Forum title, when a user sees this forum's topics.
I think that I should work on advanced_forum.naked.topic-list-view.tpl.php (I have a view for that that works great), but i am nor sure. Shoud I configure this through my view? Or can I just print the forum title in a tpl? If yes, which one?
Any help would be greatly appreciated!
Thanks!
Comments
Comment #1
michelleI can't follow what you're saying here. It sounds like maybe you want the title of the forum to show up on the topic nodes? If so, it's this template you want to modify. You would need to make the forum name available to it via your own preprocess, though. I'm pretty sure all that's there is $terms which will have all terms already put together.
Michelle
Comment #2
maria_zk commentedThanks for the link! Exactly what I was looking for! :D
Comment #3
michelleAh, good. Thanks for reporting back. :)
Michelle