vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=139)
-   -   [Release] Category Spacing (https://vborg.vbsupport.ru/showthread.php?t=83549)

SaintDog 05-23-2002 10:00 PM

[Release] Category Spacing
 
Author: Xiphoid

Description: This will teach you how to modify your categories so that each category is spaced apart from each other (such as what has been done here).

r0ry 06-29-2002 02:34 PM

yes but that doesnt seperate the last catagorie from the

$forumbits
$loggedinusers

those reside in forumhome template..

=[ if i figure it out ill reply here

SaintDog 06-29-2002 02:38 PM

How so? The above modification seperates all categories as well as users online. The only thing it does not seperate is users online from the private messages, everything else remains seperated :).

Floris 06-29-2002 09:43 PM

This version is obsolete, and no longer supported by me.
An updated version with improved installation steps and fixed code + extra frontpage design & tweaks is now available here. Enjoy!

koalakb 07-18-2002 05:34 PM

Is it possible for us to setup our forum posts, not categories, so they are separated too? kinda like how it is above, so each individual users post is its own separate box?

i know there are a few things this forum has that others dont, is this one of them? if not, can someone direct me to the thread?

thanks

mashby 07-18-2002 08:38 PM

You can separate your posts in your postbit. I have the following code at the top of my postbit so that I can create a space between each post.
Code:

<!-- spacer between posts -->
<table width="100%" cellpadding="0" cellspacing="0" border="0">
        <tr>
                <td width="100%"> <br> </tr>
        </tr>
</table>
<!-- /spacer between posts -->

Here's a sample of how it renders in a post [link]

sphinx 07-20-2002 04:25 PM

cheers mashby
I added this so it split my pm's up from rest I couldn't find it here,if it is included then I do apologise but this is how I did it,again if this was included and I missed it I do apologise and feel free to delete etc

mashby 07-21-2002 05:25 PM

Sphinx,

The mod you need can be found here. This goes into more detail on how to apply this mod to your postbit.

Kikyourt 08-30-2002 07:28 PM

Cool template mod! I have been trying to do this mod for ages! I only just signed up, :P. Also, my Forum, Posts, Threads, Last Post and Moderator coloums ain each cat now, are all uneven, what do I do to put them right, like yours.

Kikyourt 08-31-2002 07:11 PM

:P Ignore the above, downloaded xiphoids frontpage.txt, ;).

Av3ng3r 08-31-2002 08:38 PM

thnx nice mod

imported_SeanMT 11-03-2002 11:47 AM

when i use the code to seperate my posts this happens:

imported_SeanMT 11-03-2002 11:49 AM

how do i make it so there is a solid white line all the way down the left hand side

HardFire 11-10-2002 02:03 PM

nice mod (but if you space the category there comes a line on top)

to fix this line:

Change this:
$forumbits
$loggedinusers

to this:

$loggedinusers
$forumbits

Xandur 11-14-2002 04:24 AM

I did this, but the spacing appeared between categories but did not space the private message row from the other categories. Did I miss a step? Thx alot for the help all... you guys are making my forum look 100% better.

Xandur 11-14-2002 04:26 AM

Just in case you wanted to look at the forum... www.vca-clan.com
Thx again all! :)

HardFire 11-15-2002 02:24 PM

Quote:

Originally posted by Xandur
I did this, but the spacing appeared between categories but did not space the private message row from the other categories. Did I miss a step? Thx alot for the help all... you guys are making my forum look 100% better.
add before $pminfo

Code:

</table>
</td></tr></table><br>
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">

no it split your Private mesagge info also ;)

Censor 12-20-2002 03:53 PM

nice, this adds a nice little effect :)

TheCaver 12-21-2002 11:17 PM

Im having a problem with this mod, i hope someone can help me out. A line appears ontop, i dont know why, but i tried what hardfire said, but that just moves loggedinusers to the top to cover it up. I dont want that ontop, but i want to remove the line, plz help.

Thanks and great mod ;)

imported_SaLeM 01-26-2003 05:01 PM

Quote:

Originally posted by _dc
Im having a problem with this mod, i hope someone can help me out. A line appears ontop, i dont know why, but i tried what hardfire said, but that just moves loggedinusers to the top to cover it up. I dont want that ontop, but i want to remove the line, plz help.

Thanks and great mod ;)

I think I have the same problem ......

CAN ANYONE HELP ME ....???!!!!!

jrotunda85 01-26-2003 05:09 PM

You need to go into your forumhome template and find this code:

Quote:

<!-- main -->
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="#FFFFFF" {tableouterextra} width="{contenttablewidth}" align="center">
and replace it with this:

Quote:

<!-- main -->
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{pagebgcolor}" {tableouterextra} width="{contenttablewidth}" align="center">
That should work, I used it on my board. It it doesn't then hardcode the background color to whatever it is on your board and it will work fine :)

Orfejs 01-30-2003 03:38 PM

Can anybody post the final, working release, that should be ok even on 2.2.8?

drownedspirit 03-06-2003 04:35 AM

I did this and it looked great on my main page.. but the subforums looked so cluttered. help!

See attachment..

xeofury 04-10-2003 12:23 PM

i have a problem, i dont know why im getting this it seems to have done something on my forum,

http://forum.design-inc.net, as you can see the measurements for the forum titles has gone haywire since i added the cat spaces? its an easy mod, im sure i did everything it said in the file....:(

xeofury 04-10-2003 12:33 PM

nvm i got it, good hack

Sin City 05-21-2003 05:11 AM

nice mod....but is there a way to make it so that my "Moderator" column doesn't get deleted?

imported_byll 11-06-2003 04:38 PM

maybe iam a little late on this, but my forum gets fu**ed up by this...check attachment

Zachery 11-06-2003 06:01 PM

revert your templates and try agian, you missed somthing



what version of vbulletin are you using?

imported_byll 11-06-2003 07:07 PM

Quote:

Originally Posted by Faranth
revert your templates and try agian, you missed somthing



what version of vbulletin are you using?


thats the weird part, i havent forgotten anything in the code, did copy n paste everything right..hmz

iam using 2.2.6

Zachery 11-06-2003 07:08 PM

well you didnt do it right, because it wouldnt have turned out like that

ElementalReborn 10-06-2004 02:14 PM

How can I make it so that the top forum/ posts/ etc. thing at the top actually still lines up with the rest of my forums?


All times are GMT. The time now is 05:13 AM.

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.01212 seconds
  • Memory Usage 1,774KB
  • 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
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (31)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