View Single Post
  #1  
Old 04-05-2010, 09:59 PM
Mutt's Avatar
Mutt Mutt is offline
 
Join Date: Nov 2001
Posts: 331
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default lost in VB4 templates. is there any help out there?

I admit it. I have no clue what's going on in the VB4 templates. ever the simplest edits are driving me nuts. I handled the changes from vb2.3 to vb 3.5 w/ ease. within a weekend I was writing scripts & plugins. the new template vars & syntax were easy enough to follow. but the jump from 3.8 to 4.0, it's like I never looked at html before.

Please tell me there's an article or something which I just haven't found that explains how the hell these new templates work & where I should be going to make edits.

for example, there's no <td> tags. they are all div's or something else w/ a class tag which magically transforms everything. I'm trying to make what I expected to simple little changes to forumhome_forumbit_level2_post and it's like I've never edited a template before. I can see that
Code:
<div class="foruminfo td">
is what makes a table row w/ 3 or so columns for the status icon, the forum name & description, & the thread stats. i can see that each div inside it is another <td> of the row but deleting the td doesn't delete the column. it just leave an empty space there. adding a div doesn't make another column. I tried making a table go the full width of the row but it's like i'm trapped inside a table <td> i don't see.

i'm just so aggravated. I get this is all stylesheet stuff that I need to learn but could someone please point me in the right direction. over the years i've taught myself how to script thru looking at examples & trial & error but w/ this i don't even know where to look for the settings. i've dug all thru the style var editor & the template editor. I swear i'm not as dense as I'm coming off. I was doing really well w/ 3.8.

please, can someone tell me where to look for help or point me to an article. something. once i get thru a couple decent edits I know I'll be fine.

thanks in advance. I'm excited to start playing w/ 4 but if I can't make a template set that looks like my site, i'm stuck before I even get started.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01137 seconds
  • Memory Usage 1,767KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete