Jamroom 5.3 Beta Kickoff
Announcements
derrickhand300:
Yes "Calendar View" was the part that kept showing past events...
Well I am trying to make default galleries so that anytime someone uploads an image it has to go in one of the default galleries.
To do this I made 6 categories to choose from in the form designer ( in the gallery_title field)
Then I used item list code to display each gallery by gallery title...but when someone uploads an image and selects a gallery- the image still creates its own gallery and does not display in the default gallery that was made for it
calander should always show past events i think
but sounds like you would have to do 1 of 3 things im not certain wich
1 add a user-id to the template, but i dont think thats right 2 edit the module itself , the php files so it doesnt create new galleries but picks from a gallery you defined
or 3 create a module that alows you to have predefined galleries
i think 3 is really whats needed
jr guys wil know for sure but just my hunch
what you are doing is adding a feild that says "pick a gallery"
then in the list saying list only these galleries
but you are not having the module itself use the galleries you defined instead you are letting it do its default create new gallery
ah here is an alternative way that you can do it
instead of creating a form field, add the text "if you want your gallery displayed you must follow the help guidelines by clicking the ?
and they will have to add or select from predefined gallery names
the help info can say "only galleries with these names will be displayed
cars for photos of cars
fruit for photos of fruit
pigs for photos of pigs
to have your gallery displayed you must create 1 of these galleries or select from 1 in this list you already created
this way personal galleries will conform to your naming conventions and be listed by the search= or whatever you use to choose the galleries to display
that would be the easy way