Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 09-24-2015, 11:53 PM
meadwench's Avatar
meadwench meadwench is offline
 
Join Date: Sep 2007
Location: North Carolina
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Weird overlapping text in post

Hey all,

I need to tap the hive mind. My forum here: http://www.gotmead.com/forum/showthr...ssues-Temp-fix is getting weird overlapping text for edit/delete, reply with quote and multi-quote.

I have no idea where in heck this is coming from. If anyone can see something I can't (my eyes are crossed from looking through code at this point), I'd love some insight.

Thanks!!

Vicky Rowe
Reply With Quote
  #2  
Old 09-25-2015, 09:57 AM
Seven Skins's Avatar
Seven Skins Seven Skins is offline
 
Join Date: Sep 2008
Location: London, UK
Posts: 1,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There is an extra </div> in your postbit template, just above postfoot class try removing that.
Reply With Quote
Благодарность от:
Lynne
  #3  
Old 09-25-2015, 01:45 PM
squidsk's Avatar
squidsk squidsk is offline
 
Join Date: Nov 2010
Posts: 969
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Two things to try out. One does it work on a default style with no parent. Two turn off all plugins and see if that fixes the issue. My guess is it is either a style or a mod issue.
Reply With Quote
Благодарность от:
Lynne
  #4  
Old 09-25-2015, 05:01 PM
meadwench's Avatar
meadwench meadwench is offline
 
Join Date: Sep 2007
Location: North Carolina
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Seven Skins, I'll try that.

Squidsk, I am using the default theme, so it might be an add on. I'll have to check it out.

Vicky

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

Well, removed the extra </div> in both postbit and postbit legacy, and it didn't work. Disabled all mods that interact with the postbit, no change.

::sigh:: This is frustrating, I have no idea where this is coming from. On the plus side, I did manage to make a lingering advertising box disappear.
Reply With Quote
  #5  
Old 09-25-2015, 05:56 PM
Dave Dave is offline
 
Join Date: May 2010
Posts: 2,583
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Seems like the placeholder image in the button contains an invalid URL:
HTML Code:
<img id="quoteimg_243467" src="/home/meadwenc/public_html/forum/clear.gif" alt="Reply With Quote" title="Reply With Quote">
As you can see, it's an absolute path. Either delete that line from the postbit or postbit_legacy or fix the image to a correct URL.
Reply With Quote
  #6  
Old 09-25-2015, 06:17 PM
meadwench's Avatar
meadwench meadwench is offline
 
Join Date: Sep 2007
Location: North Carolina
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm. A search of postbit and postbit legacy doesn't show that, and I searched all templates, no joy. I'll have to hunt that down somehow.

The file does exist at that location, though.
Reply With Quote
  #7  
Old 09-25-2015, 07:18 PM
Dave Dave is offline
 
Join Date: May 2010
Posts: 2,583
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah, but the path to that location is not right. It's using the absolute path, not the public_html path. It should be something like http://yoursite.com/forum/clear.gif. Absolute path is local filesystem path to the file.

HTML Code:
<img id="quoteimg_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase reply_with_quote}" />
Is what it looks like in the template postbit and postbit_legacy.
Go to AdminCP > Settings > Style & Language Settings > Location of clear.gif to modify the location of the clear.gif image.
Reply With Quote
  #8  
Old 09-26-2015, 04:22 PM
meadwench's Avatar
meadwench meadwench is offline
 
Join Date: Sep 2007
Location: North Carolina
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Dave, that did the trick.

Now I have to figure out why the RSS feed and Subscription buttons are shoved under the thread and post count buttons here http://www.gotmead.com/forum/forum.php

And here I thought staying with the default style would help me avoid this stuff.......

Thanks for your help!
Reply With Quote
  #9  
Old 09-26-2015, 04:54 PM
Dave Dave is offline
 
Join Date: May 2010
Posts: 2,583
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well for the RSS feed it's because ".notices li" has a padding that has to be removed.
Not sure about the subscription button since I can't see it as a guest.
Reply With Quote
  #10  
Old 09-26-2015, 05:30 PM
meadwench's Avatar
meadwench meadwench is offline
 
Join Date: Sep 2007
Location: North Carolina
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm. I found this in the chrome.css file, but that is the only place it appears in my templates and styles.

.notices li {
background: {vb:stylevar notices_background};
font-size: {vb:math {vb:stylevar font.fontSize}-1}{vb:stylevar font.units};
color: {vb:stylevar body_color};
padding:{vb:math {vb:stylevar padding}/2} {vb:stylevar padding};
margin-bottom:{vb:math {vb:stylevar padding}/2};

That padding stylevar is set to 10. If I change the stylevar, it messes with all the padding on everything. Argh....this should not be so hard to find!
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 02:06 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.04795 seconds
  • Memory Usage 2,259KB
  • Queries Executed 11 (?)
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_html
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (2)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (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_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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete