vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 5.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=259)
-   -   Forum Home Enhancements - vb5 forum category spacing - SUPER SIMPLIFIED 1 STEP - No Error (https://vborg.vbsupport.ru/showthread.php?t=309785)

napy8gen 03-21-2014 10:00 PM

vb5 forum category spacing - SUPER SIMPLIFIED 1 STEP - No Error
 
1 Attachment(s)
Hello Guys,
It's me Hanafi from sultantheme.com

No script very small changes. Added 1 row to add space.
Tested with vb5.3.2

1. Style manager> style name> edit templates>Display Templates> display_Forums_list

on line 7 : <!-- Categories -->
paste below the line:
HTML Code:

<!--added row -->
        <tr><td style="height:10px"colspan="4">&nbsp;</td></tr>


have fun.

napy8gen 03-22-2014 08:23 AM

deleted content.. no more sub pages problem

WanaGo 04-13-2014 07:40 PM

Thank you

newuser886 10-14-2014 03:14 AM

Thank you!

matheus21 11-25-2014 12:55 AM

vb5 forum category spacing erro !!

https://tmpdmp.com/i/848735a2f37b6f03/19318c347d551cf1

Style manager> style name> edit templates> css templates> css_additional.css
https://vborg.vbsupport.ru/external/2014/11/7.png

Code:

/*-- fix the first unwanted 2ndrow forum/topic/post/last post --*/
/*-- fix at forumhome only not in subpages --*/
#forum-tab table:first-child{display:none}

/*-- custom spacing --*/
.catspace{margin-top:20px;}

/*-- category styling --*/
.forum-list-container .category-header {
background: #033145 url("images/css/sprite_gradients_vb.png") repeat-x 0px -50px;
}
/*-- category title text --*/
.forum-list-container .category-header .category{color:#fff!important;}

/*-- category 2nd row, last post, topic post count --*/
.forum-list-container .forum-list-header{height:25px;line-height:25px;}
.forum-list-container .forum-list-header .header-forum {border-left: 0px!important;}
.forum-list-container .forum-list-header .header-lastpost{border-right: 0px!important;}


/*-- forums bordering --*/
.forum-list-container {
border: 1px solid #c4c4c4;
border-top: 0px solid #c4c4c4;
box-shadow: 1px 1px 1px #ddd;
}


shimei 04-03-2015 03:40 PM

Is there a way to also add this to modules?

player2014 05-04-2015 12:36 PM

No Fix For the Unwanted Spacing :(

justasiam 05-13-2015 05:59 PM

This is pretty cool. TY.

beastmode1 07-04-2015 09:55 PM

How can i add round upper corners to the top bar?

napy8gen 08-07-2015 09:14 PM

Quote:

Originally Posted by beastmode1 (Post 2549360)
How can i add round upper corners to the top bar?

This modification to add border radius will make original bordering in this mod, looks ugly and we'll need a new bordering model.

Put this code into your css_additional.css
style manager> style name> edit templates> CSS templates> css_additional.css

Quote:

.forum-list-container .category-header td{
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.forum-list-container .forum-item td {
border-top: 1px solid #ddd;
}
.forum-list-container .forum-item .lastpost{
border-right: 1px solid #ddd;
}
.forum-list-container .forum-item .cell-forum{
border-left: 1px solid #ddd;
}
.list-footer,.forum-list-container .subforum-list > td{
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}
.forum-list-container .forum-item:last-child td{
border-bottom: 1px solid #c4c4c4!important;
}
/*-- forums bordering overwrites existing css --*/
.forum-list-container {
border: 0px solid #c4c4c4!important;
border-top: 0px solid #c4c4c4!important;
box-shadow: 0px 0px 0px transparent!important;
}


All times are GMT. The time now is 07:41 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.02240 seconds
  • Memory Usage 1,739KB
  • 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)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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