Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[AJAX] MARCO1 Image Resizer With HighSlide! Details »»
[AJAX] MARCO1 Image Resizer With HighSlide!
Version: 3.00, by MARCO1 MARCO1 is offline
Developer Last Online: Jan 2022 Show Printable Version Email this Page

Category: Major Additions - Version: 4.0.x Rating:
Released: 02-25-2010 Last Update: Never Installs: 408
Uses Plugins Auto-Templates
Additional Files  
No support by the author.

MARCO1 Image Resizer
With

HighSilde


Please Note that : I'm keeping update my products and codes without any money simply support me in vb.org to continue this work

Features :
  • Compatible with vBulletin 4.x.x
  • Compatible With Blogs.
  • Compatible With Forums.
  • Highslide Powered Image Resize.
  • AJAX Great effects on image Resizer.
  • Control on Height and Width.
  • Worked with CSS Files
Installations :
Extract the package the import .xml product then upload the "highslide" folder to your forum directory.

Translation :
You didn't have any permission to edit or tranlsate this Mod without contact me First via PM.
Languages List :
lms Spanish Translation

Arabic Users :
Don't translate this Mod, I have already translated it to Arabic
Are you see it, try it ? If you like it please
Mark As Installed - Nominate to MOTM

Download Now

File Type: zip MARCO1 Image Resizer with HIGHSLIDE.zip (559.7 KB, 4654 views)

Screenshots

File Type: jpg 1.jpg (37.0 KB, 0 views)
File Type: jpg 2.jpg (47.1 KB, 0 views)
File Type: jpg 3.jpg (45.1 KB, 0 views)
File Type: jpg 4.jpg (46.6 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
3 благодарности(ей) от:
Baja, D4rk_Sh00t3r, mohammadxxx

Comments
  #52  
Old 03-08-2010, 07:51 AM
kevin2008 kevin2008 is offline
 
Join Date: Dec 2009
Location: FRANCE
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #53  
Old 03-09-2010, 03:48 AM
mhackl mhackl is offline
 
Join Date: Aug 2006
Posts: 145
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedHacker View Post


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
Reply With Quote
  #54  
Old 03-09-2010, 06:37 AM
RedHacker RedHacker is offline
 
Join Date: Jan 2009
Posts: 878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mhackl View Post
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...?
Reply With Quote
  #55  
Old 03-09-2010, 10:09 PM
mhackl mhackl is offline
 
Join Date: Aug 2006
Posts: 145
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedHacker View Post
This remove all or right section...?
I'm not sure what your asking?
Reply With Quote
  #56  
Old 03-09-2010, 10:19 PM
mhackl mhackl is offline
 
Join Date: Aug 2006
Posts: 145
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone have this working on attachments like the "The Image Resizer. Powered with Lytebox / Highslide / Lightview / and many more!" for vb 3.7 does?
Reply With Quote
  #57  
Old 03-12-2010, 06:07 AM
RedHacker RedHacker is offline
 
Join Date: Jan 2009
Posts: 878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mhackl View Post
I'm not sure what your asking?
For the right edge only
Reply With Quote
  #58  
Old 03-23-2010, 10:58 AM
o0mohammed0o's Avatar
o0mohammed0o o0mohammed0o is offline
 
Join Date: Mar 2010
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks so much but not working with vbulletin 4 Attachment pictures

need to fix this bug
Reply With Quote
  #59  
Old 03-26-2010, 12:18 PM
nkumaran nkumaran is offline
 
Join Date: Jul 2009
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you.
Reply With Quote
  #60  
Old 03-26-2010, 02:51 PM
D3m-fny D3m-fny is offline
 
Join Date: Aug 2007
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank u mr.marco1
Reply With Quote
  #61  
Old 03-29-2010, 10:54 AM
balkanboy balkanboy is offline
 
Join Date: Dec 2008
Posts: 142
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:46 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05335 seconds
  • Memory Usage 2,383KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (3)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete