vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - [AJAX] MARCO1 Image Resizer With HighSlide! (https://vborg.vbsupport.ru/showthread.php?t=236972)

Gigio755 03-02-2010 10:59 AM

i try it and don't work for me.. it resize image ok.. but when i click lens on image (resized) it opens in another tab.

HighSlide not appear :(

abualk 03-02-2010 03:37 PM

How do I remove the rectangle which you can see from the following picture? I tried to remove the picture but the rectangle still appearing.

https://vborg.vbsupport.ru/

MARCO1 03-02-2010 03:46 PM

Quote:

Originally Posted by abualk (Post 1995327)
How do I remove the rectangle which you can see from the following picture? I tried to remove the picture but the rectangle still appearing.

https://vborg.vbsupport.ru/

You can edit it from "highslide" folder you will found it with warning.gif name.

Quote:

Originally Posted by Gigio755 (Post 1995054)
the HighSlide work only if image are hosted on forum?

example, if my members use imageshack the HighSlide will not work? (image are posted with direct link)

It's possible to make something like this:

and the script will resize images and HighSlide works? it will be amazing

The Mod WORKING on the image hosted in your forum and not in your forum, The example screenshots in the attached "first post" is images not hosted in my forum.

Quote:

Originally Posted by Diablotic (Post 1994474)
Marco, Would it be possible to make it working in user profiles please?

Hmm, Maybe. :)

Gigio755 03-02-2010 05:09 PM

Quote:

Originally Posted by MARCO1 (Post 1995334)
The Mod WORKING on the image hosted in your forum and not in your forum, The example screenshots in the attached "first post" is images not hosted in my forum.

HighSlide didn't work for me, see this post please:
http://www.consolelab.net/off-topic/...html#post76432

it made resize, but when you click on image it will open another tab without HighSlide :( it's normal?

abualk 03-02-2010 05:12 PM

Quote:

Originally Posted by MARCO1 (Post 1995334)
You can edit it from "highslide" folder you will found it with warning.gif name.

I want to remove the rectangle also, deleting the image will not delete the rectangle as well.

MARCO1 03-02-2010 05:33 PM

Quote:

Originally Posted by Gigio755 (Post 1995381)
HighSlide didn't work for me, see this post please:
http://www.consolelab.net/off-topic/...html#post76432

it made resize, but when you click on image it will open another tab without HighSlide :( it's normal?

You doesn't install the Mod correctly, PM Me with admin member, FTP Info for troubleshooting.

Gigio755 03-02-2010 06:10 PM

Quote:

Originally Posted by MARCO1 (Post 1995399)
You doesn't install the Mod correctly, PM Me with admin member, FTP Info for troubleshooting.

i download your .zip

inside i found: product-marco1_resizer , i import it in product manager.

i upload in AUTO mode with filezilla the folder: highslide in root forum folder

that's it, i can't understand what i do more :confused:

i tryed onther similiar mod (same install method):
https://vborg.vbsupport.ru/showthread.php?t=230411

and it works, but i prefer your mod Marco1

i turn on AJAX features in vb4 option but nothing change

i can't give you admin access :( i hope you can understand :(

IE8 say this:
Message: Object doesn't support this property or method
Line: 2456
Char: 38
Code: 0
URI: http://www.consolelab.net/highslide/...ith-gallery.js

Jabong82 03-02-2010 08:08 PM

Quote:

Originally Posted by MARCO1 (Post 1995399)
You doesn't install the Mod correctly, PM Me with admin member, FTP Info for troubleshooting.

MARCO, I can't get this to install on my board for some reason (I am sure it'll be really easy for you), I sent you a PM. Thank you.

RedHacker 03-06-2010 03:28 PM

https://vborg.vbsupport.ru/

In this image can remove the right Square...?

Also the Signature not resize....

Icemann3000 03-07-2010 10:38 AM

Hi Marco,

i´ve just another "bug".

Your Mod works perfectly on the forum, but í´ve installed another addon from vbadvanced called "vbAdvanced Link".

My directory structure is now like this:

/path/to/root/forum (place of vBulletin 4.0.x and your AddOn)
/path/to/root/links (place of vbAdvanced Links)

The Problem is now the Javascript Code that your Mod embedes. The Path-Values are relative - better it would be absolute. So your Javascript Code wouldn´t make an Error by other Mods.

My suggestion would be like this one:

<script type="text/javascript">
<!--
folder="/forum/highslide/";
//-->
</script>
<script type="text/javascript" language='javascript1.2' src="/forum/highslide/highslide-with-gallery.js"></script>
<link rel="stylesheet" type="text/css" href="/forum/highslide/highslide.css" />
<script type="text/javascript">
hs.graphicsDir = '/forum/highslide/graphics/';

OR the best soultion would be to implement a field where the user can configure itself the path to highslide (default with your settings) - so a user can decide to use his own higslide maybe on another path.

Best regards.
Michael

kevin2008 03-08-2010 07:51 AM

Please update for WATERMARK

Yes it is a need for protecting works, it must also be compatible with the extensions: png, to lie, tiff, jpg they is most current.

Thank you by advance with all the coders who will want to work well on this project

mhackl 03-09-2010 03:48 AM

Quote:

Originally Posted by RedHacker (Post 1998538)
http://img687.imageshack.us/img687/4503/1111f.png

In this image can remove the right Square...?


Remove following from the "highslide-with-gallery.js" file in the Highslide directory
PHP Code:

HSImageResizer.prototype.createWarning = function() {
    
mtable document.createElement('TABLE');
    
mtbody document.createElement('TBODY');
    
mtr document.createElement('TR');
    
mtd1 document.createElement('TD');
    
mtd2 document.createElement('TD');
    
mimg document.createElement('IMG');
    
mtext document.createTextNode('');
    
    
mimg.src 'highslide/graphics/warning.gif';
    
mimg.width 350;
    
mimg.height 16;
    
mimg.alt '';
    
mimg.border 0;
    
    
mtd1.width 20;
    
mtd1.className 'td1';
    
    
mtd2.unselectable 'on';
    
mtd2.className 'td2';
    
    
mtable.textNode mtext;
    
mtable.resize this;
    
    
mtable.textNode mtext;
    
mtable.resize this;
    
    
mtd1.appendChild(mimg);
    
mtd2.appendChild(mtext);
    
    
mtr.appendChild(mtd1);
    
mtr.appendChild(mtd2);
    
    
mtbody.appendChild(mtr);
    
    
mtable.appendChild(mtbody);
    
    
this.img.parentNode.insertBefore(mtablethis.img);
    
    
this.warning mtable;
    
this.warningTextNode mtext


RedHacker 03-09-2010 06:37 AM

Quote:

Originally Posted by mhackl (Post 2000218)
Remove following from the "highslide-with-gallery.js" file in the Highslide directory
PHP Code:

HSImageResizer.prototype.createWarning = function() {
    
mtable document.createElement('TABLE');
    
mtbody document.createElement('TBODY');
    
mtr document.createElement('TR');
    
mtd1 document.createElement('TD');
    
mtd2 document.createElement('TD');
    
mimg document.createElement('IMG');
    
mtext document.createTextNode('');
    
    
mimg.src 'highslide/graphics/warning.gif';
    
mimg.width 350;
    
mimg.height 16;
    
mimg.alt '';
    
mimg.border 0;
    
    
mtd1.width 20;
    
mtd1.className 'td1';
    
    
mtd2.unselectable 'on';
    
mtd2.className 'td2';
    
    
mtable.textNode mtext;
    
mtable.resize this;
    
    
mtable.textNode mtext;
    
mtable.resize this;
    
    
mtd1.appendChild(mimg);
    
mtd2.appendChild(mtext);
    
    
mtr.appendChild(mtd1);
    
mtr.appendChild(mtd2);
    
    
mtbody.appendChild(mtr);
    
    
mtable.appendChild(mtbody);
    
    
this.img.parentNode.insertBefore(mtablethis.img);
    
    
this.warning mtable;
    
this.warningTextNode mtext



This remove all or right section...?

mhackl 03-09-2010 10:09 PM

Quote:

Originally Posted by RedHacker (Post 2000283)
This remove all or right section...?

I'm not sure what your asking?

mhackl 03-09-2010 10:19 PM

Anyone have this working on attachments like the "The Image Resizer. Powered with Lytebox / Highslide / Lightview / and many more!" for vb 3.7 does?

RedHacker 03-12-2010 06:07 AM

Quote:

Originally Posted by mhackl (Post 2000559)
I'm not sure what your asking?

For the right edge only

o0mohammed0o 03-23-2010 10:58 AM

thanks so much but not working with vbulletin 4 Attachment pictures

need to fix this bug :)

nkumaran 03-26-2010 12:18 PM

Thank you.

D3m-fny 03-26-2010 02:51 PM

thank u mr.marco1

balkanboy 03-29-2010 10:54 AM

ummm has anyone noticed when u have this enabled and add a IMAGE with the inbuilt button and choose to store locally and when u click that image the CLOSE button for it is all stuffed up.....disabled for now....

Please look into it

lms 04-12-2010 05:03 PM

1 Attachment(s)
in english:
Translation to Spanish: product-marco1_resizer-es-ES.xml (in attachments)
Phrases only: lang-marco1_resizer-es-ES.xml (in attachments)

En español:
Traducción a Español: product-marco1_resizer-es-ES.xml (en adjuntos)
Solo frases: lang-marco1_resizer-es-ES.xml (en adjuntos)

Salud2

Diablotic 04-12-2010 06:20 PM

It would be great to have it working in CMS as well...

roadrunna 04-19-2010 12:48 AM

Works great apart from if there is a missing image then highslide hangs on the loading animation :(

Anyone know of a fix for missing images ? Would love to use this but can't with it hanging :(

Also, does anyone know of a way to speed it up on IE8 ?

crazyace 04-29-2010 04:00 PM

Quote:

Originally Posted by RedHacker (Post 2000283)
This remove all or right section...?

You really only need to delete this part

PHP Code:

    mimg.src 'highslide/graphics/warning.gif';
    
mimg.width 350;
    
mimg.height 16;
    
mimg.alt '';
    
mimg.border 0;
    
    
mtd1.width 20;
    
mtd1.className 'td1';
    
    
mtd2.unselectable 'on';
    
mtd2.className 'td2';
    
    
mtable.textNode mtext;
    
mtable.resize this;
    
    
mtable.textNode mtext;
    
mtable.resize this;
    
    
mtd1.appendChild(mimg);
    
mtd2.appendChild(mtext);
    
    
mtr.appendChild(mtd1);
    
mtr.appendChild(mtd2);
    
    
mtbody.appendChild(mtr);
    
    
mtable.appendChild(mtbody);
    
    
this.img.parentNode.insertBefore(mtablethis.img);
    
    
this.warning mtable;
    
this.warningTextNode mtext


crazyace 04-30-2010 12:29 PM

Any idea how to make this work in vBadvanced?

MARCO1 04-30-2010 01:31 PM

Quote:

Originally Posted by crazyace (Post 2029519)
Any idea how to make this work in vBadvanced?

I don't have vBadvanced sorry.

doraj 05-04-2010 07:43 PM

Hello Marco, congratulations for your hack, it's excellent.

Could you make it compatible also with vB CMS?

Thank you :)

tini_lam 05-05-2010 02:03 AM

is this mod working on 4.0.3?

MudRacing 05-20-2010 03:55 PM

in 4.0.3 Patch Level 1 don't work, look:

http://www.spqrclan.com/web/call-dut...tml#post137584

MudRacing 05-21-2010 10:56 AM

Quote:

Originally Posted by MudRacing (Post 2040605)
in 4.0.3 Patch Level 1 don't work, look:

http://www.spqrclan.com/web/call-dut...tml#post137584

@MARCO1: you have a remedy for my problem?

KURTZ 05-21-2010 05:38 PM

Quote:

Originally Posted by tini_lam (Post 2031910)
is this mod working on 4.0.3?

onto my testing board right now running correctly ... however i got a request for the coder: like you can see there is a 'empty square' after the red phrase can you remove it?

http://img163.imageshack.us/img163/5179/resizer1.png

http://img16.imageshack.us/img16/629...7446701292.png

ps is this mod outdated? https://vborg.vbsupport.ru/showthrea...233293&page=10

edit: i found an issue: when i promote a post to the blog i got the images resized only in the entry, instead in the blog home page or in the user's home page the images aren't resized ...

HolyKiller 06-04-2010 02:57 PM

4.0.3. update please :/

Still "only" Tagged ... w8ing for 4.0.3 for "Installed" :)

BlackHoster 06-19-2010 09:01 AM

doesn't work with 4.4 ...thank you :)

EquinoxWorld 07-01-2010 10:15 AM

Quote:

Originally Posted by BlackHoster (Post 2055748)
doesn't work with 4.4 ...thank you :)

Bump, does not work with 4.0.4! Please help !

Scitz0 07-01-2010 10:05 PM

I use it on my 4.0.4 forum. Installed it while I was running 4.0.3 but it didnt break after upgrading to 4.0.4.

You cant just say it doesn't work, what doesn't work?
Not that I can help you, I'm just a noob but if MARCO1 came around I doubt he would spend a thought on a post like that without a proper error description.

EquinoxWorld 07-02-2010 12:17 AM

Quote:

Originally Posted by Scitz0 (Post 2062974)
I use it on my 4.0.4 forum. Installed it while I was running 4.0.3 but it didnt break after upgrading to 4.0.4.

You cant just say it doesn't work, what doesn't work?
Not that I can help you, I'm just a noob but if MARCO1 came around I doubt he would spend a thought on a post like that without a proper error description.

Well thing is my friend there was no error description. I upgraded from 4.0.3 which it was working fine but in 4.0.4 I get nothing when I click on the images nothing happens. There's not much else to say about it. I tried to re-upload the product uploaded the files again and still nothing.

pcXtremists 07-02-2010 10:03 AM

installed...works like a charm thanks marco

Scitz0 07-02-2010 12:50 PM

Quote:

Originally Posted by EquinoxWorld (Post 2063006)
Well thing is my friend there was no error description. I upgraded from 4.0.3 which it was working fine but in 4.0.4 I get nothing when I click on the images nothing happens. There's not much else to say about it. I tried to re-upload the product uploaded the files again and still nothing.

This is a proper error description... my point was that you should explain more in detail what doesn't work so MARCO1 has something to go on. Strange that it works on my forum on 4.0.4. Could it be some other plugin that breakes it?

EquinoxWorld 07-02-2010 05:41 PM

Quote:

Originally Posted by Scitz0 (Post 2063232)
This is a proper error description... my point was that you should explain more in detail what doesn't work so MARCO1 has something to go on. Strange that it works on my forum on 4.0.4. Could it be some other plugin that breakes it?

Apparently it has something to do that in 4.0.4 there is a stylevar that control image sizes automatically but that would not explain why it works for you and not for me. Also I do not use the default image processor I use ImageMagick although I changed to the default and still nothing. And regarding the mods , I have not added any mods since I upgraded ; in other words I have the same mods from when it did work in 4.0.3 so I don't know what could it be. If anyone has any thoughts please let me know. We use this mod to display signatures and avys that our members create and to have 100 sigs displaying down the thread is a heavy load on the server . What we would do is use this mod in a enclosed bbcode and just click on the first image and the other would appear when the slideshow would commence.

fowlertest 07-05-2010 05:32 PM

With me it work in 4.0.4 but only with attchments :( not work with internal images. Does anyone tell me how to auto resize internal images or how can set max width of internal images is allow to post?
P/s: Sorry for my english! :D


All times are GMT. The time now is 04:30 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.01567 seconds
  • Memory Usage 1,894KB
  • 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
  • (3)bbcode_php_printable
  • (20)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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