vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Broken image for multi-quote. Plz help. (https://vborg.vbsupport.ru/showthread.php?t=316963)

lacidious 01-27-2015 05:59 PM

Broken image for multi-quote. Plz help.
 
Hey all,


I have an issue with the multi-quote button, it is showing up as broken. The file is present, so I'm not sure why it is doing this.

https://vborg.vbsupport.ru/external/2015/01/7.png


It's attached to the image "multiquote_40b.png".

Thanks in advance! And please walk me through fixing it step by step as I am a VB 4 newb. (working with 4.2.2 btw)

Dave 01-27-2015 06:09 PM

Do you have a link to your forum and a test account so we can see it in the live environment?

lacidious 01-27-2015 08:44 PM

Barkinghard.com

UN- Brownsbeatsucks

PW- test1234

Thank you!

ozzy47 01-27-2015 09:24 PM

The image is there, it is just the text overlaying it. So add this to your additional.css

Code:

.postbitlegacy .postfoot .textcontrols a img, .postbit .postfoot .textcontrols a img {
    left: 8px;
    position: relative;
    top: 1px;


}


lacidious 01-28-2015 02:30 PM

Thanks ozzy!

That moved over the broken image, but it is still there. It now looks like this:

https://vborg.vbsupport.ru/external/2015/01/4.png

Dave 01-28-2015 02:43 PM

Somewhere in one of your templates (headinclude template is my guess), you have the following:
PHP Code:

    <script type="text/javascript">
        var 
IMGDIR_BUTTON "";
    </
script

That makes the image point to http://www.barkinghard.com/multiquote_40b.png, a none existing location. Remove that part in one of your templates and it should work fine again.

lacidious 01-28-2015 03:03 PM

Thanks Dave!

I did a search in templates and the only thing that came up was in headinclude:

var IMGDIR_BUTTON = "{vb:stylevar imgdir_button}";

I erased it, but the broken image was still there so I put it back.

Dave 01-28-2015 03:18 PM

Then my guess is that one of your plugins is doing it, that piece of script is not present in the default vBulletin style.

lacidious 01-28-2015 03:20 PM

Hmmm I disabled and deleted all of my plugins before upgrade. Only thing I have active now is vbshout and seperate sticky threads I believe. I will check.

ozzy47 01-28-2015 03:33 PM

What browser is this in, cause in FF it did not look like that.


All times are GMT. The time now is 01:12 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.00999 seconds
  • Memory Usage 1,728KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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