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, ;).


All times are GMT. The time now is 12:54 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.01195 seconds
  • Memory Usage 1,728KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete