 | |  | |
March 4th, 2005, 07:09 PM
|
#1 (permalink)
| | Ultimate Member Verified Customer
Join Date: Nov 2003 Location: Raleigh, NC
Posts: 1,413
| 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.
|
| |
March 4th, 2005, 07:17 PM
|
#2 (permalink)
| | Ultimate Member Verified Customer
Join Date: Nov 2003 Location: Raleigh, NC
Posts: 1,413
| Re: Filmstrip Issue
It looks like it's just not carrying along the catid to the link to the original.
|
| |
March 5th, 2005, 12:24 PM
|
#3 (permalink)
| | Guest | Re: Filmstrip Issue
If you'll look in your 'ADV_GALLERY_SHOWIMAGE' template for this: Code: Content visible to verified customers only.
And replace it with this: Code: Content visible to verified customers only.
That should take care of the problem.
| |
| |
March 5th, 2005, 12:43 PM
|
#4 (permalink)
| | Ultimate Member Verified Customer
Join Date: Nov 2003 Location: Raleigh, NC
Posts: 1,413
| 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)
|
| |
March 18th, 2005, 10:02 PM
|
#5 (permalink)
| | Ultimate Member Verified Customer
Join Date: Nov 2003 Location: Raleigh, NC
Posts: 1,413
| 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 |
| |
March 18th, 2005, 10:05 PM
|
#6 (permalink)
| | Ultimate Member Verified Customer
Join Date: Nov 2003 Location: Raleigh, NC
Posts: 1,413
| Re: Filmstrip Issue Quote: |
Originally Posted by ConqSoft 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) | Any ideas on this?
|
| |
March 19th, 2005, 11:09 AM
|
#7 (permalink)
| | Guest | 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.
Replace with this: Code: Content visible to verified customers only.
Then find: Code: Content visible to verified customers only.
Add this right above it:
[php] if ($image['membercat'])
{
$wherequery[] = 'userid = ' . intval($image['userid']);
}
[php]
And that should take care of that problem.
| |
| |
March 19th, 2005, 11:36 AM
|
#8 (permalink)
| | Ultimate Member Verified Customer
Join Date: Nov 2003 Location: Raleigh, NC
Posts: 1,413
| Re: Filmstrip Issue Quote: |
Originally Posted by Brian 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. | That fixes it on the show image page, but not on those same links in the Newest Images section of the main gallery page. What template do I need to look in to fix those?
Thanks
|
| |
March 19th, 2005, 11:38 AM
|
#9 (permalink)
| | Ultimate Member Verified Customer
Join Date: Nov 2003 Location: Raleigh, NC
Posts: 1,413
| Re: Filmstrip Issue
For the second part, I can't find any occurance of even "catimage" in showimage.php. |
| |
March 19th, 2005, 11:42 AM
|
#10 (permalink)
| | Guest | 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.
| |
| |
March 19th, 2005, 11:45 AM
|
#11 (permalink)
| | Ultimate Member Verified Customer
Join Date: Nov 2003 Location: Raleigh, NC
Posts: 1,413
| Re: Filmstrip Issue
Yep, that did it for the second part. Thanks again.
|
| |
March 19th, 2005, 11:48 AM
|
#12 (permalink)
| | Guest | Re: Filmstrip Issue Quote: |
Originally Posted by ConqSoft That fixes it on the show image page, but not on those same links in the Newest Images section of the main gallery page. What template do I need to look in to fix those?
Thanks | Sorry, 'adv_gallery_imagebits' should take care of those.
| |
| |
March 19th, 2005, 11:50 AM
|
#13 (permalink)
| | Ultimate Member Verified Customer
Join Date: Nov 2003 Location: Raleigh, NC
Posts: 1,413
| Re: Filmstrip Issue
Yep. All fixed now. Thanks! |
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | |
Similar Threads | | Thread | Thread Starter | Forum | Replies | Last Post | | images for filmstrip | sensimilla | How Do I? - vBulletin 3.5.X | 1 | October 3rd, 2005 10:54 AM | | Filmstrip | hades | Installs and Upgrade - vBulletin 3.0.X | 2 | July 27th, 2005 04:35 PM | | RequestSide Filmstrip | cgmojoco | How Do I? - vBulletin 3.0.X | 1 | June 14th, 2005 05:16 PM | | How to take off the filmstrip.. | SlimWicked | How Do I? - vBulletin 3.0.X | 2 | May 16th, 2005 02:54 PM | | Filmstrip change | mindbuster | vBGallery Suggestions | 4 | February 14th, 2005 06:46 PM | All times are GMT -5. The time now is 03:18 AM. | |