vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   How to move "Last Post" text to a different spot (https://vborg.vbsupport.ru/showthread.php?t=261671)

Chase 04-08-2011 06:40 PM

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?

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:
HTML Code:

<h2 class="forumtitle"><a href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></h2>
to:
HTML Code:

<h2 class="forumtitle">Title</h2>

And maybe also this:
HTML Code:

<h4 class="subforumlistlabel">{vb:rawphrase subforums}:</h4>
to this:
HTML Code:

<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

Quote:

Originally Posted by Chris-777 (Post 2183599)
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?


All times are GMT. The time now is 01:45 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01795 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete