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)
-   -   Add-On Releases - The Image Resizer. Powered with Lytebox / Highslide / Lightview / and many more! (https://vborg.vbsupport.ru/showthread.php?t=184571)

angeljs 05-11-2011 07:52 AM

Quote:

Originally Posted by CCV_Pinto (Post 1993470)
I migrated the plugin to vb4 (I am not an expert regarding vb plugins, but I figured out some trick things)

so I am posting it here, but I will delete it if the author of this plugin prefers

I am not sure if its working 100%, I've made some tests and it seems fine to me

I've just installed it on my forum, so I dont have any feedback yet

Thank you, thank you, thank you!

This for vB4 was one of the reasons I was waiting to upgrade my forums...you've made my day, and it works perfectly! :D

muratcan25 06-02-2011 08:55 AM

Thank you
İnstalled

Taurus1 07-09-2011 06:47 AM

Quote:

Originally Posted by CCV_Pinto (Post 1993470)
I migrated the plugin to vb4 (I am not an expert regarding vb plugins, but I figured out some trick things)

so I am posting it here, but I will delete it if the author of this plugin prefers

I am not sure if its working 100%, I've made some tests and it seems fine to me

I've just installed it on my forum, so I dont have any feedback yet

Thank you very much for this. Works perfectly!! :up:

panraf 07-31-2011 09:29 AM

Installed on 3.8.7 and it is not working at all with any type of images...

Max Taxable 07-31-2011 11:52 AM

Quote:

Originally Posted by panraf (Post 2227182)
Installed on 3.8.7 and it is not working at all with any type of images...

Sum Ting Wong with your install then, it's working perfectly on my 3.8.7

datoneer 08-05-2011 09:08 AM

Ok works fine. But, why doesn't resize images for guests?

tpearl5 09-16-2011 02:14 PM

Has anyone gotten this to work with the CMS?

tpearl5 09-16-2011 02:32 PM

Actually I just figured it out - If you are using the above modified vb4 plugin you can get it working properly in the CMS by adding a plugin to vbcms_article_populate_end (under the tcattd product, if you want)

PHP Code:

//check if STYLEID it excluded or not    

if (strstr($vbulletin->options['tcattd_imgresizer_excludedstyles'],",")) {
        
$tcattd_imgresizer_excludedstyles explode(",",$vbulletin->options['tcattd_imgresizer_excludedstyles']);
        } else {
        
$tcattd_imgresizer_excludedstyles = array($vbulletin->options['tcattd_imgresizer_excludedstyles']);
}
//AND !in_array(STYLEID, $tcattd_imgresizer_excludedstyles)

            
if($vbulletin->options['ncode_imageresizer_enabled'] == '1' AND !in_array(STYLEID$tcattd_imgresizer_excludedstyles)) {
            
$view->pagetext ncode_imageresizer_replace($view->pagetext);
            } 


Big-K 11-20-2011 09:32 PM

The 4.0 modification no longer compatible with the editor in 4.1.8

tpearl5 12-26-2011 06:53 PM

yep, I've had some problems with 4.1.8 and the 4.x version of this mod too. I'll post here if I find a fix.


All times are GMT. The time now is 03:06 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.01833 seconds
  • Memory Usage 1,744KB
  • 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_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (2)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