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)
-   -   Forum Display Enhancements - Image Resize using Lytebox (https://vborg.vbsupport.ru/showthread.php?t=171985)

CDRlab 05-13-2008 07:49 PM

also 3.7 gold, and also not working with my attachements, those are still opening in new window instead of lytebox, any idea?

untitled65 05-14-2008 02:21 AM

ehm i have a problem i cant find the code in class_bbcode.php

axg 05-14-2008 02:25 PM

Hi, this is a great mod. I have a couple of questions. I have members that post their images directly from their ftp server. So images are not on the DB of the main forums.

The hack works, you click on the image, and it brings it up. The only thing i am having an issue with is that it does not show the next option to show the next image if the thread contains more than 1 image.

Is there a way to get this to work as i think was intended to be?

spitb19 05-14-2008 03:47 PM

Quote:

I'm wondering where is the coder of this mod?
Lost Heaven didn't online along times because he has married with a wonderful woman :D .So never mind about him :)
Quote:

The hack works, you click on the image, and it brings it up. The only thing i am having an issue with is that it does not show the next option to show the next image if the thread contains more than 1 image.
Adding this options is very easy,but it looks like a slideshow more than resize image :)

DiverTree 05-16-2008 05:00 PM

sorry if i missed this somewhere ...

does this work with img tags and attach tags, img tags only, attach tags only?
also, does this resize the images clientside or serverside?

mavikumsal 05-16-2008 06:58 PM

Thanks...

HAVOK USA 05-18-2008 04:02 AM

Guests/visitors not logged in cannot view images when using Internet Explorer, but are able to when using Firefox.

Is there a fix for this?

PaylaX 05-18-2008 09:29 AM

Don't work internet explorer6 but working firefox.

Oyabun 05-18-2008 10:09 AM

Can somebody help me out?
I just installed this Add-on and in the settings i typed in "500px".
But the addon resizes signaturepictures and other pictures (even if they are smaller than 500px), too.
Is there something wrong?!

pkallberg21 05-20-2008 02:47 PM

A fix for it to work in IE would be great!

Thanks for the great mod.

D.Baker 05-21-2008 02:39 AM

When ever you use the little papar clip icon to embed an image thumbnail in a post (I think that uses the [ATTACH] BBcode), it wont use Lytebox to open that large image, it just opens in new window.

D.Baker 05-21-2008 02:45 AM

I found the source of the problem. When an image is embed in a post, it gets given the "rel=" link to the defualt Lightbox (So, rel="Lightbox") rather than this plugins "rel=lytebox". I don't know how you could fix this, but I though it might help.

D.Baker 05-21-2008 03:31 AM

I hacked it to work by doing a search and replace of rel="Lightbox to rel="lytebox" in install/vbulletin-style.xml. Now it works for image even if they are embeded. I guess this sin't the best way to do things, but it works.

Now it would be great to have the option to add the images into lytebox groups so the slideshow feature works. All you need to do is get the plugin to ad rel="lytebox[$postid]" instead of rel="lytebox" and it would work.

D.Baker 05-21-2008 09:20 AM

OK, I have developed my own mini-mod to get Lytebox working properly. It allows groups, slideshows and even works with images embeded in a post! You can try it out here. It doesn't resize large images (just use the attachment settings in vB to do that).

pedroenf 05-22-2008 01:24 PM

Quote:

Originally Posted by D.Baker (Post 1526640)
works with images embeded in a post!

Such as those within [img] tags?

D.Baker 05-23-2008 12:18 PM

No, not with the IMG tags. There is a link to a demo post on the mod page here.

Walter Ronny 05-24-2008 12:29 AM

great! thx

metin 05-28-2008 09:25 AM

good works thanx...

HAVOK USA 06-02-2008 12:42 AM

not working with 3.71

Antek 06-07-2008 08:30 PM

Quote:

Originally Posted by HAVOK USA (Post 1538273)
not working with 3.71

This mod works perfect with vB 3.7.1 :P
Just read installation steps and do it again, exactly:

edit file includes/class_bbcode.php, find
PHP Code:

return '<img src="' .  $link '" border="0" alt="" />'

and replace with
PHP Code:

return '<a target="_blank" href="' $link '" rel="lytebox"><img src="' $link '" border="0" alt="" /></a>'

Regards,
Antek

HAVOK USA 06-12-2008 12:37 PM

Thanks Antek - works like a charm.

I need to learn that when all else fails, read the directions.

cybermaster 06-13-2008 10:43 AM

i found one problem in this mod! if some users have image in his/her signature and that image linked to some site or address, when you click on that image lytebox load image and link not work.

i think this mod must track all images in post not user signature!

Antek 06-13-2008 12:12 PM

Lost Heaven, could you add to next version option for exclude signature images?

Antek

1Matthew1 06-13-2008 04:31 PM

And can you make it work with vbSEO?

dynamixsolution 06-14-2008 01:47 PM

Somebody has integrated this hack with the vBulletin 3.7.1 albums?

DmentedH 06-15-2008 05:07 AM

is it possible to make it where when you click the image it will open up into a new window full size? that would be really great for this mod.

dazzled 06-17-2008 03:13 PM

This is probably a very stupid question but when you say:

Quote:

Upload files from folder upload.
where exactly do you want those files uploaded to? Sorry, n00b here :)

DmentedH 06-17-2008 07:37 PM

upload the files in the upload folder into your forum root.

car20 06-23-2008 10:10 AM

hello
Great hack , but dont work at my forum .
i uploaded files and enable at admin cp and edit class_bbcode.php file and import xml file .
light box is work but can't resize image .
resize setting is 400px
please help me .

redlabour 07-09-2008 05:51 AM

This works easier without any Edits even for Blogs and Albums : The Image Resizer (powered with Lytebox / Highslide) ;)

mehrdad220 07-10-2008 03:49 AM

this might be a dumb question but when i click on an images on my froum it opens it on a new window and the effect dose not work. what modification do you think i might have missed?

Chadi 09-07-2008 03:51 AM

Quote:

Originally Posted by cybermaster (Post 1548322)
i found one problem in this mod! if some users have image in his/her signature and that image linked to some site or address, when you click on that image lytebox load image and link not work.

i think this mod must track all images in post not user signature!

Same here, except for regular images, url based instead of inline attachments.

deneme2 09-14-2008 07:44 AM

thanks

ExTincTi0N 12-17-2008 10:14 PM

Im having a problem with this, When I click the image it opens up in a new window/tab what ever you use and it doesn't even look like lytebox. What is the problem?


All times are GMT. The time now is 12:54 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.01414 seconds
  • Memory Usage 1,782KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (34)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