Hey guys,
I want to get the subforum title on the Forum Home "Last Post" field in which the last post was made. This would tell the users in which forum a post was made if the forum has subforums. Currently it looks like this:
Code:
A Thread Title
by SomeUser
Yesterday 07:30 PM
I would like it to look like this:
Code:
A Thread Title
by SomeUser in SubForum Title
Yesterday 07:30 PM
Seems the change would have to be made in the
Forum Home Templates->forumhome_lastpostby template, which contains the ID of the subforum (in
$lastpostinfo[forumid]) but as far as I can tell doesn't contain the subforum title. I can't figure out what the element key might be called (if indeed it even exists).
Also, ideally, I would only like this to appear if the forum has subforums.
Any ideas?