PDA

View Full Version : Add forum category name next to username?


Drakah
11-05-2005, 11:32 AM
Hello Brian,

I have searched a dozen posts or so but they did not directly relate to what I am referring to. I am trying to add in the name of the forum category title in the latest post module.

Instead of this in Alt1 field cell:

(Forum title thread name)
(Username Author)
(Creation Date/Time)


Trying to get it to be this:

(Forum title thread name)
(Forum category title) <- smallfont in italics.
(Username Author)
(Creation Date/Time)

Brian
11-05-2005, 02:30 PM
What exactly do you mean by "forum category title"?

Our Sponsors
 

Drakah
11-05-2005, 05:10 PM
Something like this example:

Found an Issue! Need Help!
Forum: Bugs & Issues
By: NoName
Today 07:14 AM

Brian
11-05-2005, 05:12 PM
Turn on the 'Show Forum' option in your latest threads module, then you could edit your adv_portal_latesttopicbits template to add some <i> tags.

Our Sponsors
 

Drakah
11-05-2005, 05:53 PM
Ahh, so in order to use/move the code for that, it must be enabled in the module 1st. A little tweaking on the tables to remove the Forum column, and utilizing the code for it, I was able to do exactly what I wanted.

Thank you sir :)

Brian
11-05-2005, 05:59 PM
Yup. If the forum option was turned off before then it wouldn't have queried the forum table to get the title. ;)