The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to move "Last Post" text to a different spot
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? |
#2
|
|||
|
|||
Bump... I'm still trying to figure this thing out
Any help would be appreciated |
#3
|
||||
|
||||
It just looks like he modified the template forumhome_forumbit_level2_post template from:
HTML Code:
<h2 class="forumtitle"><a href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></h2> HTML Code:
<h2 class="forumtitle">Title</h2> And maybe also this: HTML Code:
<h4 class="subforumlistlabel">{vb:rawphrase subforums}:</h4> HTML Code:
<h4 class="subforumlistlabel">Title</h4> |
#4
|
|||
|
|||
Thanks for the reply.
Those changes ended up removing the forum links. Any other ideas? |
#5
|
||||
|
||||
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?
|
#6
|
|||
|
|||
It looks to me like that whole row below his category header is added on.
|
#7
|
|||
|
|||
Quote:
Do you know how I could do that? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|