vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Show Thread Enhancements - CES Dynamic [IMG] Resize (Plugin Version) (https://vborg.vbsupport.ru/showthread.php?t=157428)

xandizitxu 09-14-2007 01:42 AM

Quote:

Originally Posted by thincom2000 (Post 1338691)
I checked your site and it seems to be working as designed in IE.

on my IE 7.0 don't :(

thincom2000 09-14-2007 02:08 AM

Hm... I don't know what to say. I have tested your site in both normal and 64-bit Internet Explorer 7, and haven't seen any issues. Try clearing your browser cache, maybe?

Dave_W 09-14-2007 09:18 AM

Hey, installed on my site, works a charm, although I seem to be getting the problem where Sig images get turned into URL's. I think you addressed this problem already so i'll check and get back to you. Either way this works great, i'm clicking installed because me and my members love this.

-Dave (http://www.TheBestCaseScenario.com/forum)

EDIT: Fixed by rebuilding Sig cache, nominated for MOTM.

offline 09-14-2007 02:23 PM

I have installed your mod and it resizes everything properly but I have a few issues...

1. When using in conjunction with vbadvanced I get the "resized" message no mater what my setting are. View my front page, I have a test image posted... http://www.chattanoogans.com/

2. When viewing the message it doesnt make the image clicable to view the orginal image even when I have the option set. You can view the message at...
http://www.chattanoogans.com/forums/...size-test.html

PS. Using IE 7

mrghostno1 09-14-2007 03:14 PM

Quote:

What mods are you using with plugins using the bbcode_parse_start hook?
I'm not sure about this, but i'm using SID's hide hack and I had vBAnonymizer (unistalled atm).

thincom2000 09-14-2007 03:14 PM

@offline, I don't know if you changed something or not. I checked and saw it working as you described in IE 7. Then after 30 mins of trying to figure it out I refreshed the page and it's working as designed...

@mrghostno1, thanks for getting back to me with this. It gives me somewhere to start looking.

thincom2000 09-14-2007 03:41 PM

For users using sid's [hide] hack...

The issue is that AFTER all the parsing is done for a post, the [hide] hack reparses the post. This would not be a problem if the post was reparsed properly. But a huge number of coders are under the misconception that using the function $bbcode->do_parse() is the best way to do this.

The truth is, that do_parse bypasses the bbcode_parse_start hook, which breaks any modifications that may be using it. Not only that, but it still runs bbcode_parse_complete, which can create even more problems when bbcode_parse_start was never called.

So if you're using the hide hack (or potentially any other hack that runs do_parse)

In the postbit_display_complete plugin, find:
PHP Code:

                $hide_post['message'] = $parser->do_parse($hide_post['message'],true); 

Replace with:
PHP Code:

                $hide_post['message'] = $parser->parse($hide_post['message'], $this->thread['forumid']); 


mrghostno1 09-14-2007 05:47 PM

Thnks thincom200, but... didn't work :( still got the same.
btw, i found this code only under "hide hack ajax request"
There's also a "fetch hide tag" with postbit_display_complete, but couldn't find that code.

Other plugins using postbit_display_complete
  • Last seen online (Postbit)
  • Warning System (Postbit)

offline 09-14-2007 06:25 PM

Quote:

Originally Posted by thincom2000 (Post 1338956)
@offline, I don't know if you changed something or not. I checked and saw it working as you described in IE 7. Then after 30 mins of trying to figure it out I refreshed the page and it's working as designed...

@mrghostno1, thanks for getting back to me with this. It gives me somewhere to start looking.

Wierd, it still doesnt work for me, give me an error on the bottom of the page and I still can't click on the image.

offline 09-14-2007 06:52 PM

I went home and tried it and when I first viewed chattanoogans.com home page it loaded with no errors then I click on the message title above it "Image Resize Test" viewing the message then I click the back button to bring me back to the home page and then the error came up.


All times are GMT. The time now is 04:58 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.01074 seconds
  • Memory Usage 1,745KB
  • 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_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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