vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Show Thread Enhancements - Resize IMG tag with Highslide! (https://vborg.vbsupport.ru/showthread.php?t=172024)

DDolphins 03-14-2008 01:44 AM

Well I ran into an interesting glitch. Running this on 3.7 Beta 6 (test forum though so not open to public). In Firefox everything seems to work ok.

In IE it seems to shrink the image even further which is ok but when you click on it, rather then expand it seems to shrink further till you cant see it anymore. It doesn't expand like it does in Firefox just disappears basically. Is this a limit of the mod or is it not compatible with IE?

burntire 03-14-2008 02:19 AM

Everything worked fine in IE7 & FF for me, but the mod needs more work before I will use it.

Netaudio 03-14-2008 09:55 AM

Question:
Is Highslide also works with images not on the same server?
or
Can i with externally mounted pictures with the addon work?

*sorry* for my bad english too

burntire 03-14-2008 05:04 PM

Quote:

Originally Posted by Netaudio (Post 1464511)
Question:
Is Highslide also works with images not on the same server?
or
Can i with externally mounted pictures with the addon work?


*sorry* for my bad english too

Works on externally linked images.

Netaudio 03-14-2008 09:45 PM

hmmm.... dosnĀ“t work for me with external images...

burntire 03-14-2008 10:09 PM

Quote:

Originally Posted by Netaudio (Post 1464882)
hmmm.... dosn?t work for me with external images...

Are they wrapped with IMG tags?

Netaudio 03-16-2008 11:45 AM

Does not
example:

Code:

[U*R*L="http://farm3.static.flickr.com/2389/2188515422_7ea2ee84f5_o.jpg"][I*M*G]http://farm3.static.flickr.com/2389/2188515422_7ea2ee84f5_o.jpg[/I*M*G][/U*R*L]

ry215 03-16-2008 01:40 PM

Quote:

Originally Posted by Netaudio (Post 1466051)
Does not
example:

Code:

[U*R*L="http://farm3.static.flickr.com/2389/2188515422_7ea2ee84f5_o.jpg"][I*M*G]http://farm3.static.flickr.com/2389/2188515422_7ea2ee84f5_o.jpg[/I*M*G][/U*R*L]

Work fine Sir! I have your image posted in my forum.
DEMO: http://www.giaitriviet.de/forum/thun...t-vbb-org.html

MissKalunji 03-16-2008 08:37 PM

everything works fine

but when u use [attach] code it doesn't apply to that...How can i fix that?

MissKalunji 03-17-2008 04:39 PM

I found it

in class_bbcode
Code:

$replace[] = "<a href=\"{$this->registry->options['bburl']}/attachment.php?{$this->registry->session->vars['sessionurl']}attachmentid=\\1&amp;d=$attachment[dateline]\" $addtarget><img src=\"{$this->registry->options['bburl']}/attachment.php?{$this->registry->session->vars['sessionurl']}attachmentid=\\1&amp;thumb=1&amp;d=$attachment[thumbnail_dateline]\" class=\"thumbnail\" border=\"0\" alt=\""
Search for

and replace it with :

Code:

$replace[] = "<a href=\"{$this->registry->options['bburl']}/attachment.php?{$this->registry->session->vars['sessionurl']}attachmentid=\\1&amp;d=$attachment[dateline]\" $addtarget class=\"highslide\" onclick=\"return hs.expand(this)\"><img src=\"{$this->registry->options['bburl']}/attachment.php?{$this->registry->session->vars['sessionurl']}attachmentid=\\1&amp;thumb=1&amp;d=$attachment[thumbnail_dateline]\" class=\"thumbnail\" border=\"0\" alt=\""
                                                                        .

I've put in bold all i added to make it work.

Thanks!


All times are GMT. The time now is 06:45 PM.

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.01419 seconds
  • Memory Usage 1,742KB
  • 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
  • (4)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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