vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Community Lounge (https://vborg.vbsupport.ru/forumdisplay.php?f=13)
-   -   Need support for an idea ... (https://vborg.vbsupport.ru/showthread.php?t=312991)

K4GAP 07-15-2014 08:07 PM

Need support for an idea ...
 
I am seeking support for an idea I have pertaining to an official add on for all versions of vb back to about 3.8.x

Preface:

This post is NOT for those who may think this is a stupid or bad idea. If there is a reason that you can explain as to why the idea will not work, please share with your explanation why.

If you agree that this is a good idea, please make a favorable comment.

My suggestion for the add on:

When viewing photos in vb's Gallery, have the photo open up with lightbox effect when clicked on.

Do I need to explain further or is this enough information?

Thanks'
Gary

K4GAP 07-22-2014 03:46 AM

Every time I click on an attachment and it opens up using that lightbox effect I ask myself, how hard would that be to set up when viewing photos from the vb albums.

Does anyone have any idea how this could be done?

Lionel 07-22-2014 04:00 AM

If you are familiar with Jquery use the jquery lightbox. It's very easy

click on userpages
http://www.vbcover.com/customdev/use...r.php?1-Lionel

K4GAP 07-22-2014 04:22 AM

Quote:

Originally Posted by Lionel (Post 2507731)
If you are familiar with Jquery use the jquery lightbox. It's very easy

click on userpages
http://www.vbcover.com/customdev/use...r.php?1-Lionel

How did you do that?

I've been waiting for soooo long!

Lionel 07-22-2014 04:26 AM

Do a view source or Google for jquery prettyphoto. They have good documentation and is even better than previous link (with like for facebook)

K4GAP 07-22-2014 04:30 AM

But what I'm trying to achieve is having it to work with vbulletins album photos. Is that possible using jquery ?

Lionel 07-22-2014 04:36 AM

Sure it is possible. As long as you have the javascript in there. You could also do it with vB lightbox. The trick is to include the javascript and in your picture you add <img rel ="gallery" href="bigimage" src="smallimage"

if you want he lightbox to display more than one image you would do rel="gallery" for each image

--------------- Added 22 Jul 2014 at 01:48 ---------------

to use vB light box, look in showthread template for javascript, css, and the container
and in template album_pictureview you would put those 3 items

Quote:

<script type="text/javascript" src="clientscript/vbulletin_lightbox.js?v={vb:raw vboptions.simpleversion}"></script>
the css and the container name.

and in template album_picturebit you put the rel

K4GAP 07-22-2014 04:52 AM

Quote:

Originally Posted by Lionel (Post 2507736)
Sure it is possible. As long as you have the javascript in there. You could also do it with vB lightbox. The trick is to include the javascript and in your picture you add <img rel ="gallery"> src=

if you want he lightbox to display more than one image you would do rel="gallery" for each image

--------------- Added 22 Jul 2014 at 01:48 ---------------

to use vB light box, look in showthread template for javascript, css, and the container
and in template album_pictureview you would put those 3 items



the css and the container name.

and in template album_picturebit you put the rel

I am definitely going to try this. And if it works ...... WOW!
But before I do try it I'm going to set up a test version of vb to try it on.

Thanks soooo much for the info.

I'll report back tomorrow on how it does or does not. Right now It's so late I'm afraid I might make mistakes on it.

Lionel 07-22-2014 04:53 AM

Use vB if you feel more comfortable. Me although I love vB, I will never trade jQuery

Paul M 07-22-2014 11:10 AM

Just remember that the reason they dont use the lightbox atm is because it opens them in a page where you can add comments. You would lose that.

Lionel 07-22-2014 11:20 AM

Quote:

Originally Posted by Paul M (Post 2507779)
Just remember that the reason they dont use the lightbox atm is because it opens them in a page where you can add comments. You would lose that.

not if he limits the container division to the album_picturebit template (remember it is only one image in gallery)

--------------- Added 22 Jul 2014 at 12:14 ---------------

For some reasons I could not do it with vB lightbox so I used jQuery.
Let me know if this is what you wanted and I will upload a zip for you. You will no longer be able to move to next image when you click on image. You'll have to click on the next / previous navigation links

http://www.vbcover.com/customdev/use...ttachmentid=36

K4GAP 07-22-2014 05:27 PM

Quote:

Originally Posted by Lionel (Post 2507781)
not if he limits the container division to the album_picturebit template (remember it is only one image in gallery)

--------------- Added 22 Jul 2014 at 12:14 ---------------

For some reasons I could not do it with vB lightbox so I used jQuery.
Let me know if this is what you wanted and I will upload a zip for you. You will no longer be able to move to next image when you click on image. You'll have to click on the next / previous navigation links

http://www.vbcover.com/customdev/use...ttachmentid=36

Yes I like that, that's what I would like to have. And per Paul's comment, I'm not real crazy about comments on photo's anyway. If it becomes a problem later, I'll just ban the complainer :) j/k

Lionel 07-22-2014 06:35 PM

Sorry I just came back. I tried to reply via my iphone but for some reason it won't accept my password. Third time it is doing this to me. You do not need to worry about Paul's comment. You won't be affected at all. It is valid only if you were viewing album.php?albumid=XX. In your case you are viewing a single attachment. Upload the folder and all it's content to your forum root.
Replace the entire template with the content of same name text file. That's it. If you think the image is too small simply adjust the size in the style. I had to reduce it since there was no thumb for it

Now that was done for 4.2.2

If it's for a different version let me know and I will post the changes


--------------- Added 22 Jul 2014 at 15:58 ---------------

I removed the zip and will PM you a link so non registered do not have access to it

K4GAP 07-22-2014 10:11 PM

Quote:

Originally Posted by Lionel (Post 2507841)
Sorry I just came back. I tried to reply via my iphone but for some reason it won't accept my password. Third time it is doing this to me. You do not need to worry about Paul's comment. You won't be affected at all. It is valid only if you were viewing album.php?albmid=XX. In your case you are viewing a single attachment. Upload the folder and all it's content to your forum root.
Replace the entire template with the content of same name text file. That's it. If you think the image is too small simply adjust the size in the style. I had to reduce it since there was no thumb for it

Now that was done for 4.2.2

If it's for a different version let me know and I will post the changes


--------------- Added 22 Jul 2014 at 15:58 ---------------

I removed the zip and will PM you a link so non registered do not have access to it

Thanks a bunch!
I'll give it a try when I get back home.

--------------- Added [DATE]1406072985[/DATE] at [TIME]1406072985[/TIME] ---------------

B I N G O !!!

Works perfectly. It does exactly as I wanted.

Thanks sooo much for this.

Lionel 07-22-2014 11:32 PM

Jquery is very powerful. In fact I started playing with vB 5.0 using it. In one page entire script will be: e.g. shopping cart, auctions, reviews etc ... Just Ajax and click action, just like you see on original link when you want to see different pages. This way I won't have to attempt playing with all the jumbo mambo of 5.0

TheLastSuperman 07-23-2014 01:40 AM

You should post this as a template edit in the modifications area or in the least as an article showing how to change from one to the lightbox, just a suggestion and it would also help others who might want to do similar :cool:.

Lionel 07-23-2014 04:43 PM

I don't mind helping someone on a one to one basis but I can't deal with entire population. I have no patience to answer silly questions such as How to upload a file or how to do an edit.

TheLastSuperman 07-23-2014 06:01 PM

^ Well you can still place up info then simply say "Not Supported" or "You're on your own" or even "Fend for yuuuurselves" and can actually never visit the thread again ever... that is if you can do that and want to :p.

Quote:

Originally Posted by YODA
Do or do not. There is no try.


Lionel 07-23-2014 06:48 PM

I have lots of nice scripts I could release here, but due to the fact that I recently got cheated by a member here I will never release anything so that dishonest member never get to enjoy one line of my work. I simply can't deal with dishonests and liers. Last week a customer came back to tell me that after 6 months some work I did for him stopped working and very nicely asked for help. I troubleshooted for him and indicated the solution to that sudden behavior. The guy was so happy he sent me a non requested PayPal to thank me.


All times are GMT. The time now is 04: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.01267 seconds
  • Memory Usage 1,764KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (19)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete