View Full Version : How to move "Last Post" text to a different spot
Chase
04-08-2011, 06:40 PM
Hey gang I have another change I want to make. I want to match the look of the 3.x series to the 4.x series.
You'll notice in the default 3.x design that "Forum" and "Last Post" are on the same header or line, I think below the forum catergory name. I want to achieve this look in 4.1.2
How can I do this?
Here is a forum that shows what I am looking for.
http://www.sports-force.net.au/forums/
Here is shows "Title" and "Last Post"
Can you help me out here?
Chase
04-11-2011, 03:34 PM
Bump... I'm still trying to figure this thing out
Any help would be appreciated
Lynne
04-11-2011, 04:17 PM
It just looks like he modified the template forumhome_forumbit_level2_post template from:
<h2 class="forumtitle"><a href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></h2>
to:
<h2 class="forumtitle">Title</h2>
And maybe also this:
<h4 class="subforumlistlabel">{vb:rawphrase subforums}:</h4>
to this:
<h4 class="subforumlistlabel">Title</h4>
It actually looks like he may have edited it a bit more, but that looks like the template he edited.
Chase
04-11-2011, 04:27 PM
Thanks for the reply.
Those changes ended up removing the forum links. Any other ideas?
Lynne
04-11-2011, 04:33 PM
Try the level1 template? You need to have your forums set up how he has his setup also. I'm guessing those are all forums with no parent. Is that how you have your forums set up?
Guest210212002
04-11-2011, 08:35 PM
It looks to me like that whole row below his category header is added on.
Chase
04-11-2011, 10:29 PM
It looks to me like that whole row below his category header is added on.
That's a good point. It might be.
Do you know how I could do that?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.