Latest thread of a forum

Vincent

Well-known member
How can I show the title of a thread out of a specific forum in another place? E.g. in the header?
 
More than likely you will have to use a code event listener to pull a model that gathers the thread that you wish from a specific forum. Cannot say for sure if there is a means to put thread information in the header as the header is global and I don't think thread information is pulled globally.
 
My actual idea is to have the 'moderator bar' header thingee and put there some links like 'Latest News', 'Edit Your Account', etc. for the regular users, and keep it as it is for the rest :)
 
Ok the best suggestion I could give to you is edit "moderator_bar" template and add your links then create a model and a new page that pulls latest threads from a specific forum.
 
Top Bottom