PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Bugs From 1.0.0 (http://www.photopost.com/forum/bugs-1-0-0/)
-   -   image display and counter problem (http://www.photopost.com/forum/bugs-1-0-0/117971-image-display-counter-problem.html)

Lionel March 30th, 2005 11:00 AM

image display and counter problem
 
Why must I update counter after each approval so image displays?

Why images not showing here and on slideshow?

Why do I must update counters after each post validated so it displays as last post?

Brian March 30th, 2005 11:05 AM

Re: imag display and counter problem
 
You shouldn't...

And there are no images in that category.

Lionel March 30th, 2005 11:07 AM

Re: image display and counter problem
 
Of course there are. That is part of the problem They don't display in category page but display inside. An I just updated counters again

Lionel March 30th, 2005 11:12 AM

Re: image display and counter problem
 
I've got 19 images herethe category says no images.
You click on calendrier, you see the thumb in that category
you click on cars it says no images in category. You click on BMW and you see the images.
You try a slide show, all broken images

All thumbs display in main page

Lionel March 30th, 2005 11:13 AM

Re: image display and counter problem
 
I want to add that I am doing the moderation from the general link and not from admin

Lionel March 30th, 2005 11:21 AM

Re: image display and counter problem
 
Something also is not right with the navbar

you go there and you click on members gallery in navbar, it takes you home.

ok, never mind that part...

Brian March 30th, 2005 06:28 PM

Re: image display and counter problem
 
You have the 'Act as Category' option set to 'Yes', so that category is not going to display any images if there are any in there (it's the same way with vB).
For the moderation problem, please check the bugs forum or upgrade to RC4.

Lionel March 30th, 2005 10:20 PM

Re: image display and counter problem
 
Regardless how I set it, it says that there are no images and does not display the thumbs.

Pryce April 1st, 2005 04:06 AM

Re: image display and counter problem
 
For my slide shows to work I had to find

$image = $DB_site->query_first("SELECT title, description, userid, catid, filename, height, width, extension FROM " . TABLE_PREFIX . "adv_gallery_images WHERE imageid = '$imageid'");

in misc.php and change it to

$image = $DB_site->query_first("SELECT imageid, title, description, userid, catid, filename, height, width, extension FROM " . TABLE_PREFIX . "adv_gallery_images WHERE imageid = '$imageid'");

Lionel April 1st, 2005 04:19 AM

Re: image display and counter problem
 
Nope that did not do it for me. The slide show works only when you are in the subcategory. I would assume that since the option is being displayed in category, that would allow to play a show of all images under, then if you go in subcategory, only in that subcategory, sort of hierarchical. But I keep on getting broken images at the higher level and it just does not make sense to display the option if it can't work. That makes us look bad.

Brian April 1st, 2005 06:52 AM

Re: image display and counter problem
 
If you'll look in your 'ADV_GALLERY_BROWSEIMAGES' template for this:
Code:

Content visible to verified customers only.
Replace with this:

Code:

Content visible to verified customers only.
Then that will disable the slideshow in categories with no images.


All times are GMT -5. The time now is 04:38 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97