vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Weird overlapping text in post (https://vborg.vbsupport.ru/showthread.php?t=320346)

meadwench 09-24-2015 11:53 PM

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

Seven Skins 09-25-2015 09:57 AM

There is an extra </div> in your postbit template, just above postfoot class try removing that.

squidsk 09-25-2015 01:45 PM

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.

meadwench 09-25-2015 05:01 PM

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.

Dave 09-25-2015 05:56 PM

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.

meadwench 09-25-2015 06:17 PM

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.

Dave 09-25-2015 07:18 PM

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.

meadwench 09-26-2015 04:22 PM

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!

Dave 09-26-2015 04:54 PM

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.

meadwench 09-26-2015 05:30 PM

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!


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