Go Back   vb.org Archive > Community Discussions > Style and Graphics Requests (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 12-18-2010, 10:01 PM
OldSchoolDSL OldSchoolDSL is offline
 
Join Date: Oct 2010
Posts: 1,196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Please point me in the right direction

OK, so I've had this small graphical error since I've upgraded to vBulletin 4.1 PL2. I thought it was maybe a Mods issue, so I disabled everything. When that didn't work, I even disable the "hook system".... Which still didn't correct this. So finally I reverted everything on the theme (style).... Still no luck.

This small "bug" only shows up on vBulletin Blogs and only on the replied comments. But thankfully does not affect the comments themselves though (just the little bar above them). So where would I manually edit this?
Attached Images
File Type: jpg blog-theme-issue.jpg (94.6 KB, 0 views)
Reply With Quote
  #2  
Old 12-21-2010, 02:42 PM
OldSchoolDSL OldSchoolDSL is offline
 
Join Date: Oct 2010
Posts: 1,196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Added more detail into another screen shot. Seems a few here did not notice or did not understand what I was trying to point out.

Any and all help would be very welcomed (Please & Thank you)
Attached Images
File Type: jpg blog-theme-issue.jpg (172.7 KB, 0 views)
Reply With Quote
  #3  
Old 12-21-2010, 03:53 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That looks like a bug. You should look to see if it is already in the bug tracker on vbulletin.com, and if not, then enter it.
Reply With Quote
  #4  
Old 12-21-2010, 07:07 PM
OldSchoolDSL OldSchoolDSL is offline
 
Join Date: Oct 2010
Posts: 1,196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
That looks like a bug. You should look to see if it is already in the bug tracker on vbulletin.com, and if not, then enter it.
Their bug track... I do not understand. Get lost in the dam thing

(reading from some post, I'm not the only one who gets lost in their bug tracker).

If this was a vBulletin bug... I'm thinking others would have asked this by now. But I'll see what else I can turn up.

Thanks for your impute.
Reply With Quote
  #5  
Old 12-22-2010, 01:08 AM
betts02's Avatar
betts02 betts02 is offline
 
Join Date: Jun 2009
Posts: 910
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks like padding is set to high for a class.

View page source and locate the code for the comment part.

Find the exact class for the part thats out of whack, try adding a margin-left:50px; or try lowering padding.

View it on another style, if its fine then its a style issue, in which case the above may fix it.
Reply With Quote
  #6  
Old 12-22-2010, 01:37 AM
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 OldSchoolDSL View Post
If this was a vBulletin bug... I'm thinking others would have asked this by now. But I'll see what else I can turn up.

Thanks for your impute.
I suggested checking the bug tracker to see if it's already been entered because I can see the same issue on my default style for 4.1. If you don't want to check the bug tracker, then at least search over on vb.com to see if there is a thread about this already.
Reply With Quote
  #7  
Old 12-22-2010, 05:29 AM
OldSchoolDSL OldSchoolDSL is offline
 
Join Date: Oct 2010
Posts: 1,196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
I suggested checking the bug tracker to see if it's already been entered because I can see the same issue on my default style for 4.1. If you don't want to check the bug tracker, then at least search over on vb.com to see if there is a thread about this already.
I did a search in the bug tracker and found nothing. So I submitted this as a bug. My report was closed within about 5 minutes....

Why?

Answer:

They linked my report as a double report... ie... Already posted. Turns out about 5+ others had reported this before me. Oddly enough though, I didn't originally find them when doing my search.

Thank you for your help Lynne. At least now I know I'm not the only one.

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

Quote:
Originally Posted by betts02 View Post
Looks like padding is set to high for a class.

View page source and locate the code for the comment part.

Find the exact class for the part thats out of whack, try adding a margin-left:50px; or try lowering padding.

View it on another style, if its fine then its a style issue, in which case the above may fix it.
This "bug" was affecting the system default theme. As I use the system default theme as the parent theme for my other 19 themes .... It's been affecting all of them.
Reply With Quote
  #8  
Old 12-22-2010, 03:12 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For others, here was the proposed fix in the bug report - http://tracker.vbulletin.com/browse/VBIV-10487 :
Quote:
Proposed fix (if you can try it... )
Open the ./includes/xml/cssrollup_vbblog.xml file and replace this:
Code:
<template>attachment.css</template>
<template>blog.css</template>
<template>lightbox.css</template>
<template>postbit-lite.css</template>
By this:
Code:
<template>postbit-lite.css</template>
<template>blog.css</template>
<template>lightbox.css</template>
<template>attachment.css</template>
After this change, rebuild directly all styles to apply the fix. I tried and it fixes it for me.
Cause: the order in the BLOG template and in the cssrollup_vbblog.xml file about CSS template name is not the same.
Reply With Quote
  #9  
Old 12-23-2010, 03:13 AM
OldSchoolDSL OldSchoolDSL is offline
 
Join Date: Oct 2010
Posts: 1,196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
For others, here was the proposed fix in the bug report - http://tracker.vbulletin.com/browse/VBIV-10487 :
I missed this.

Thank you very much.

FIXED
Reply With Quote
  #10  
Old 12-27-2010, 11:58 PM
OldSchoolDSL OldSchoolDSL is offline
 
Join Date: Oct 2010
Posts: 1,196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by OldSchoolDSL View Post
I missed this.

Thank you very much.

FIXED
Thought I'd update everyone....

While this does fix the original error. It adds a small bug.

Smile code does not always work on blog comments, unless someone quotes someone else or if you are the 1st to comment.

(example... here I just quoted myself and thus any smiles I wanted would work. But if I did not quote someone, it may not work. This affects of course only the blog comments)
Reply With Quote
Reply


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 05:37 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.04338 seconds
  • Memory Usage 2,284KB
  • Queries Executed 14 (?)
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
  • (2)bbcode_code
  • (7)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
  • (2)postbit_attachment
  • (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_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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete