PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Bugs From 1.0.0 (http://www.photopost.com/forum/bugs-1-0-0/)
-   -   Odd Category Listing (http://www.photopost.com/forum/bugs-1-0-0/118371-odd-category-listing.html)

ManagerJosh May 20th, 2005 10:48 AM

Odd Category Listing
 
see

Code:

Content visible to verified customers only.
Code:

Content visible to verified customers only.

Brian May 20th, 2005 10:51 AM

Re: Odd Category Listing
 
It's because you have the 'Category is Open for Images' option set to 'No' for that category, so that option is preventing the category from being displayed there. Since that category has the 'Act as Category' option set to 'No' you are not going to be able to upload to it anyways, so if you change the 'Category is Open for Images' option to 'Yes' then that should take care of the problem.

ManagerJosh May 20th, 2005 11:04 AM

Re: Odd Category Listing
 
Ahh..okay...sorta confusing though isn't it Brian? :/

Oh btw, having "Quotes" within the Gallery Category title breaks it...

ManagerJosh May 21st, 2005 09:06 PM

Re: Odd Category Listing
 
bump? :)

Brian May 22nd, 2005 12:02 PM

Re: Odd Category Listing
 
Quote:

Originally Posted by ManagerJosh
Ahh..okay...sorta confusing though isn't it Brian? :/

That will be changed in the next version. ;)

Quote:

Oh btw, having "Quotes" within the Gallery Category title breaks it...
If you look in your vba_gallery_admin.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.
And add this right below it:
Code:

Content visible to verified customers only.
Then save that category and that should take care of the problem.


All times are GMT -5. The time now is 05:39 PM.

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