Quick Login   
 
Register AdminFusion Tutorials
 
Featured Sponsors


One.com Domain and Hosting


Register
Forum of the Month
Australian Webmaster
fotm

A webmaster forum specifically catering for Australian site owners. We discuss site development, marketing and management issues.

Tag Cloud
Latest Threads
Forum Stats
7,900 Members
165,091 Posts
38 Users Online

Please welcome our newest member, Jors308932!

Affiliates
Go Back AdminFusion » Marketplace » Buy and Sell » More of a question regarding vBulletin layout
Welcome to the AdminFusion. AdminFusion is the ultimate resource for forum administrators and moderators. With exclusive articles, interviews with the experts, free downloadable skins, and the revolutionary post exchange system - PostFusion, AdminFusion is the place to go for all of your forum needs.  By joining AdminFusion, you will become part of a thriving admin community and immediately gain access to all of these resources. Registration is fast, simple and absolutely free so please join us today!
Want more than our forums? Try these: Post Fusion Forum Matrix
Old 04-25-2006, 05:24 AM   #1

Owen Macri's Avatar

Title: Groupie

Points: 1,602, Level: 11Points: 1,602, Level: 11Points: 1,602, Level: 11
Level up: 12%, 248 Points neededLevel up: 12%, 248 Points neededLevel up: 12%, 248 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Apr 2006

Posts: 41

Owen Macri is on a distinguished road
 
 
More of a question regarding vBulletin layout

Hi, I don't really need any work done (that is, if the answer to this question is not too complicated for me), this is more of a question.

Ok, I would like to change the collum layout on my forum, normally it goes forum, last post, threads, and then posts, I would like to change it to forum threads posts, and then last post, as well I would like to do this with the individual threads, within the forums. If you understand what I mean wonderful, if you have an answer even better, if you are totally lost, just say so and I won't hesitate to explain.
Reply With Quote
Old 05-02-2006, 07:12 PM   #2

Title: Member

Points: 2,208, Level: 13Points: 2,208, Level: 13Points: 2,208, Level: 13
Level up: 14%, 242 Points neededLevel up: 14%, 242 Points neededLevel up: 14%, 242 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Sep 2005

Posts: 100

OS-Mark is on a distinguished road
 
 
I wont list all the steps but a couple templates to hopefully help you get started. I have never done this to VB before, it just seemed like too much work for too little gain.



in the forum display -> FORUMDISPLAY template, shuffle the tags around as you see fit.

$vbphrase[posts], $vbphrase[threads], $forum[replycount], $forum[threadcount] etc

Code:
	<tr align="center">
	  <td class="thead"></td>
	  <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>

	  <td class="thead" width="175">$vbphrase[last_post]</td>
	  <td class="thead">$vbphrase[threads]</td>
	  <td class="thead">$vbphrase[posts]</td>
	  <if condition="$vboptions[showmoderatorcolumn]">
	  <td class="thead">$vbphrase[moderator]</td>
	  </if>
	</tr>
also in the FORUMHOME template and many of teh FORUMHOME child templates you will need to find and shuffle

Code:
                <td class="thead" width="150" align="center" nowrap="nowrap"><span style="white-space:nowrap">$vbphrase[last_post]</span></td>
                <td class="thead" align="center" nowrap="nowrap"><span style="white-space:nowrap">$vbphrase[replies]</span></td>
                <td class="thead" align="center" nowrap="nowrap"><span style="white-space:nowrap">$vbphrase[views]</span></td>
and in the forumhome_forumbit_level2_post, forumhome_forumbit_level1_post, and other templates

Code:
$forum[replycount]
$forum[threadcount]
Reply With Quote
Old 05-02-2006, 08:53 PM   #3

Owen Macri's Avatar

Title: Groupie

Points: 1,602, Level: 11Points: 1,602, Level: 11Points: 1,602, Level: 11
Level up: 12%, 248 Points neededLevel up: 12%, 248 Points neededLevel up: 12%, 248 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Apr 2006

Posts: 41

Owen Macri is on a distinguished road
 
 
Thanks, actually I managed to do the FORUMHOME by myself, but I can't get the subforums. With the home I know I had to edit the FORUM HOME template, which changes the titles of the columns, then the forumbit templates which change the actual content of the columns. With the subforums, I know I have to edite the FORUMDISPLAY template but I'm not sure about the other ones, I have a feeling it has something to do with the threadbit templates, but I'm not sure which ones/how to alter them, I tried playing with them but it didn't work.
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

 
Posting Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
[How-To] Optimize vBulletin To Reduce Your Server Load BamaStangGuy vBulletin 17 09-08-2008 12:08 AM
[How-To] Optimize vBulletin To Reduce Your Server Load BamaStangGuy Tutorials 11 04-01-2008 03:54 AM
Building Forums with VBulletin miner vBulletin 12 02-16-2006 04:42 AM
vBulletin Guide - Book Ryan vBulletin 1 12-21-2005 06:36 AM

AdminFusion

All times are GMT +1. The time now is 01:26 AM. Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0 © 2005-2008 AdminFusion - All Rights Reserved



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72