The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
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 |
#3
|
||||
|
||||
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.
|
Благодарность от: | ||
Lynne |
#4
|
||||
|
||||
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. |
#5
|
|||
|
|||
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">
|
#6
|
||||
|
||||
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. |
#7
|
|||
|
|||
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}" />
Go to AdminCP > Settings > Style & Language Settings > Location of clear.gif to modify the location of the clear.gif image. |
#8
|
||||
|
||||
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! |
#9
|
|||
|
|||
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. |
#10
|
||||
|
||||
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! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|