Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Design and Graphics Discussions

Reply
 
Thread Tools Display Modes
  #1  
Old 12-22-2007, 02:20 PM
acidburnz acidburnz is offline
 
Join Date: Mar 2007
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Where is the template for categories?

Hey guys,

I'm trying to skin my forum index here: http://www.uwstudios.com/forums/

As you can see, the red gradient has become a mess. I'm looking for the template for the subcategories (Mechnet Online, Search For Celestia) so I can simply add an alternate css tag for it and change the styling.

Does anyone know? Thanks,

Karan

edit: is it just me or does vB only support 2 levels for forums? :S
Reply With Quote
  #2  
Old 12-22-2007, 03:08 PM
Floris Floris is offline
 
Join Date: Jan 2002
Posts: 1,898
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What's a mess? It looks fine?
Reply With Quote
  #3  
Old 12-22-2007, 03:08 PM
acidburnz acidburnz is offline
 
Join Date: Mar 2007
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Floris View Post
What's a mess? It looks fine?
Thanks for the critical feedback Floris, but can you still tell me how?
Reply With Quote
  #4  
Old 12-22-2007, 03:09 PM
Floris Floris is offline
 
Join Date: Jan 2002
Posts: 1,898
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh btw, yes, vB has the category, the forum and sub forum level. A third level has to be manually added. it is supported, just not by default. let me find the info

--------------- Added [DATE]1198343452[/DATE] at [TIME]1198343452[/TIME] ---------------

By default, vB only allows a forum depth of 2 to be dispayed (this includes categories.) To change this:

1. Admin CP -> Options -> vBulletin Options -> Forum Listings Display Options -> Depth of Forums -> Forum Home -> 3

2. Manually create new templates to increase the forums displayed. You have to add template forumhome_forumbit_levelx_post and template forumhome_forumbit_levelx_nopost for each level past 2, replacing the x with the level number. For instance:

forumhome_forumbit_level3_nopost
forumhome_forumbit_level3_post
etc.

Copy the contents of the other templates ('1' or '2') into these new templates. Then change the 'Depth of Forums' setting in the Admin CP to the appropriate number.

Repeat as necessary for whatever depth you want.
Reply With Quote
  #5  
Old 12-22-2007, 03:11 PM
acidburnz acidburnz is offline
 
Join Date: Mar 2007
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lol, you're just beating bout the bush ain't ya XD

Again:

Okay lemme make this a bit clearer.

1. Go here: http://www.uwstudios.com/forums/
2. Notice how
Quote:
Mechnet Online - Sub-Forums: Announcements
Search For Celestia
have the same gradient bkg as the main category headers?

3. How do i change it so that they don't, and i can separately style the above said sub-category listings

I'm assuming I have to go into the template that deals with listing the said sub-categories, add my own css id/class as apposed to using the same one used for the main category headings. What i'm asking is where this template is exactly.
Reply With Quote
  #6  
Old 12-22-2007, 03:16 PM
Floris Floris is offline
 
Join Date: Jan 2002
Posts: 1,898
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No, I am not. I am questions one by one - trying to understand what you need. While looking up the data for you.

--------------- Added [DATE]1198343923[/DATE] at [TIME]1198343923[/TIME] ---------------

btw,

you can turn on 'show template names' in the admincp, so you can load your site then right click > view source > and see what template is used to generate that portion of the code.

--------------- Added [DATE]1198344055[/DATE] at [TIME]1198344055[/TIME] ---------------

Quote:
Originally Posted by acidburnz View Post
Lol, you're just beating bout the bush ain't ya XD

Again:

Okay lemme make this a bit clearer.

1. Go here: http://www.uwstudios.com/forums/
2. Notice how
have the same gradient bkg as the main category headers?

3. How do i change it so that they don't, and i can separately style the above said sub-category listings

I'm assuming I have to go into the template that deals with listing the said sub-categories, add my own css id/class as apposed to using the same one used for the main category headings. What i'm asking is where this template is exactly.
If they are both a category, then they're using tcat as class. You have to identify the forum with <if condition="$forumid == 'x'">class="mytcat"<else />class="tcat"</if> and make a mytcat class
Reply With Quote
  #7  
Old 12-22-2007, 04:21 PM
acidburnz acidburnz is offline
 
Join Date: Mar 2007
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Floris View Post
If they are both a category, then they're using tcat as class. You have to identify the forum [did you mean template?]with <if condition="$forumid == 'x'">class="mytcat"<else />class="tcat"</if> and make a mytcat class
That's exactly what my question is, which template has the tcat class.
Reply With Quote
  #8  
Old 12-22-2007, 05:04 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by acidburnz View Post
That's exactly what my question is, which template has the tcat class.
That was answered right here:
Quote:
Originally Posted by Floris View Post
btw,

you can turn on 'show template names' in the admincp, so you can load your site then right click > view source > and see what template is used to generate that portion of the code.
Reply With Quote
  #9  
Old 12-22-2007, 05:11 PM
acidburnz acidburnz is offline
 
Join Date: Mar 2007
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
That was answered right here:
:erm: i can't find that
Reply With Quote
  #10  
Old 12-22-2007, 05:36 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by acidburnz View Post
:erm: i can't find that
Admin CP > vBulletin Options > General Settings > Add Template Name in HTML Comments
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:18 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06303 seconds
  • Memory Usage 2,259KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (8)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete