![]() |
Filmstrip Issue (My site requires registration to view images, but Brian has an account, so he will be able to see this issue.) If you follow a link off the Gallery home page, newest images section, it will send you here for example: http://www.fireblades.org/gallery/sh...atid=newimages If you look at the filmstrip, it shows the correct images that were after that image in the newest section. Now, if you view to full size image, the filmstrip switches to show all images in the Member's Category. Same thing happens if you navigate to that user's Member Gallery, here: http://www.fireblades.org/gallery/br...00&userid=8895 Click one of the images and the filmstrip looks fine, only showing images in this particular user's Member Gallery. But, click to view the full size version, and it does the same thing to the filmstrip. |
Re: Filmstrip Issue It looks like it's just not carrying along the catid to the link to the original. |
Re: Filmstrip Issue If you'll look in your 'ADV_GALLERY_SHOWIMAGE' template for this: Code: Content visible to verified customers only.Code: Content visible to verified customers only. |
Re: Filmstrip Issue Sorry, forgot to mention that the links down in the fields are missing the catid as well. (the Resolution and File Size links that go to the original image) |
Re: Filmstrip Issue Also, another filmstrip issue. Related to a category that is set as a "Member's Category" When you click on an image in the Random Images section of the main gallery page, it takes you to this link, for example: http://www.fireblades.org/gallery/sh...3136&catid=500 At the top, in the breadcrumbs, you'll see that is says "G-Force Junkie's Images", as it should. But, the filmstrip isn't showing the next/previous images in that category. If the link is changed to this, it works as expected: http://www.fireblades.org/gallery/sh...tid=500&u=5319 |
Re: Filmstrip Issue Quote:
|
Re: Filmstrip Issue For the first issue, if you'll look in your 'ADV_GALLERY_SHOWIMAGE' template for the filesize and dimensions section you should see a few links there. Just add $adv_sorturl after each and that should take care of the problem. For the filmstrip issue, if you'll look in your showimage.php file for this code: Code: Content visible to verified customers only.Code: Content visible to verified customers only.Code: Content visible to verified customers only.[php] if ($image['membercat']) { $wherequery[] = 'userid = ' . intval($image['userid']); } [php] And that should take care of that problem. |
Re: Filmstrip Issue Quote:
Thanks |
Re: Filmstrip Issue For the second part, I can't find any occurance of even "catimage" in showimage.php. :( |
Re: Filmstrip Issue Sorry about that, I think I was looking at the file for RC4. I've just updated the post with the correct code. |
Re: Filmstrip Issue Yep, that did it for the second part. Thanks again. |
Re: Filmstrip Issue Quote:
|
Re: Filmstrip Issue Yep. All fixed now. Thanks! ;) |
| All times are GMT -5. The time now is 01:12 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0