PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > vBGallery Support > vBGallery Installation & Upgrades > Installs and Upgrade - vBulletin 3.0.X

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old June 9th, 2005, 10:36 PM   #1 (permalink)
vissa
Guest
 
Posts: n/a
Exclamation BUG IN 1.0.0-Please choose a category-parent category / structure not being displayed

Using vBGallery 1.0.0 (gold) I have my pictures in 5 main categories with several subfolders in each category.

I choose the main categories to each "act as a category" but not allow photos to be uploaded to them.. This way it forces users to post to the sub categories, but also displays totals on the main index page for each main category (I also set the index to only display one level). The gallery layout is quite nice this way.

However, I have discovered what I believe to be a bug when using this setup.

When a user wants to upload a file, under the "Please choose a category:" drop down box it lists all the subfolders (54 total) as one huge list. It no longer organizes them neatly underneath each category. I know if I set each main category NOT to act "as a category" it will be ok. However, that causes problems on the index. I don't see why that should affect the display in the upload dropdown box.

Can someone please help me with this bug/problem?

Thanks
-V
  Reply With Quote
Old June 10th, 2005, 10:36 AM   #2 (permalink)
Brian
Guest
 
Posts: n/a
Re: BUG IN 1.0.0-Please choose a category-parent category / structure not being displayed

I tried to check your license so I could see the gallery myself, but I'm having a problem finding the gallery at the URL you have listed. Can you post a link to it?
  Reply With Quote
Old June 10th, 2005, 02:26 PM   #3 (permalink)
vissa
Guest
 
Posts: n/a
Re: BUG IN 1.0.0-Please choose a category-parent category / structure not being displayed

I just edited my license to the exact address of the gallery.

Here is the address, though keep in mind the gallery isn't public yet.
http://www.horsegroomingsupplies.com/pictures/

Click on "Upload" and look at the "Please choose a category:" dropdown box to see what I mean.

Thanks
-V
  Reply With Quote
Old June 10th, 2005, 02:31 PM   #4 (permalink)
vissa
Guest
 
Posts: n/a
Re: BUG IN 1.0.0-Please choose a category-parent category / structure not being displayed

While you're looking at my gallery,
how can I make the top left "Horse Forums" link point to my forums instead of my website hompage?

-V
  Reply With Quote
Old June 11th, 2005, 12:30 PM   #5 (permalink)
Brian
Guest
 
Posts: n/a
Re: BUG IN 1.0.0-Please choose a category-parent category / structure not being displayed

If I was thinking yesterday I could have told you the answer then... If you set a category not to allow images though then that category is not going to show up on the upload page.
  Reply With Quote
Old June 12th, 2005, 04:22 AM   #6 (permalink)
vissa
Guest
 
Posts: n/a
Re: BUG IN 1.0.0-Please choose a category-parent category / structure not being displayed

But when I set a main category not to allow images and to "not act as a category" it still shows up! You still can't upload to it, but it shows up in BOLD ITALCS in the drop down box (not selectable) to properly represent the directory structure. Therefore, it should do the same in this situation, shouldn't it?

-V
  Reply With Quote
Old June 13th, 2005, 05:56 PM   #7 (permalink)
vissa
Guest
 
Posts: n/a
Re: BUG IN 1.0.0-Please choose a category-parent category / structure not being displayed

Has this been addressed in 1.01? Where can we find a complete list of things changed in 1.01?

Thanks
-V
  Reply With Quote
Old June 13th, 2005, 06:10 PM   #8 (permalink)
vissa
Guest
 
Posts: n/a
Re: BUG IN 1.0.0-Please choose a category-parent category / structure not being displayed

If you can't help me with this, can you point me at the lines of code that affect the dropdown box and specifically which parts cause the main categories to be bold/italics?

-V
  Reply With Quote
Old June 13th, 2005, 07:19 PM   #9 (permalink)
Brian
Guest
 
Posts: n/a
Re: BUG IN 1.0.0-Please choose a category-parent category / structure not being displayed

The bold/itallic optgroups there are done to mark the categories which have the 'Act as category' option set to 'No', so that wouldn't be a good way to go about showing the others.

If you want to change it on yours though, try looking in your forum/includes/functions_gallery.php file for this code:
Code:
Content visible to verified customers only.
Replace with:
Code:
Content visible to verified customers only.
Then find:
Code:
Content visible to verified customers only.
Replace with:
Code:
Content visible to verified customers only.
And that *should* do the trick.
  Reply With Quote
Old June 14th, 2005, 01:28 AM   #10 (permalink)
vissa
Guest
 
Posts: n/a
Re: BUG IN 1.0.0-Please choose a category-parent category / structure not being displayed

Seems to be working great!! Thanks!

Any idea of how to change the top left url in my gallery to point to the forum instead of the website homepage?

-V
  Reply With Quote
Old June 14th, 2005, 11:11 AM   #11 (permalink)
Brian
Guest
 
Posts: n/a
Re: BUG IN 1.0.0-Please choose a category-parent category / structure not being displayed

In your gallery_global.php file look for this bit of code:
Code:
Content visible to verified customers only.
And replace with this:
Code:
Content visible to verified customers only.
  Reply With Quote
Old July 13th, 2005, 07:51 PM   #12 (permalink)
vissa
Guest
 
Posts: n/a
Re: BUG IN 1.0.0-Please choose a category-parent category / structure not being displ

This actually isn't working for me. Instead of going to my forum, it is going to my picture gallery homepage. Can you please check this?

Thanks
-V



Quote:
Originally Posted by Brian
In your gallery_global.php file look for this bit of code:
Code:
Content visible to verified customers only.
And replace with this:
Code:
Content visible to verified customers only.
  Reply With Quote
Old July 14th, 2005, 10:19 AM   #13 (permalink)
Brian
Guest
 
Posts: n/a
Re: BUG IN 1.0.0-Please choose a category-parent category / structure not being displayed

Try changing that bit of code to this:
Code:
Content visible to verified customers only.
  Reply With Quote
Old July 14th, 2005, 06:44 PM   #14 (permalink)
vissa
Guest
 
Posts: n/a
Re: BUG IN 1.0.0-Please choose a category-parent category / structure not being displ

That just appears to do exactly what the code did originally (takes me back to my homepage with a question mark after it). I need it to go to my homepage/forums

Thanks
-V



Quote:
Originally Posted by Brian
Try changing that bit of code to this:
Code:
Content visible to verified customers only.
  Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Category parent. JumpD Before You Buy 1 November 6th, 2005 12:23 PM
Adding category thunbs to parent of sub-cats? Scream And Fly Photopost Pro How Do I...? 2 March 19th, 2005 06:51 AM
View Parent Category --> Invalid link StewardManscat Bugs From 1.0.0 1 December 25th, 2004 08:44 PM
Classifieds: Category Structure Question Ted S Before You Buy 1 August 24th, 2004 03:46 PM


All times are GMT -5. The time now is 03:32 PM.

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