Phoca Gallery
-
Phoca Gallery jomsocial Plugin
To create a Phoca Gallery jomsocial Plugin that will list all the images that were submitted by the user, and even better show comments of the images in the future when it's available.
325 votes -
download entire category
i suggest you create a link/button to download all images within one category with one click. preferably as a zip-archive.
possible features: being able to chose the filesize (originals or thumbnails), for specified usergroup(s) only, including subcategories,324 votes -
two or more categorys for one picture
It will be great top put a Picure to another category (multiselect). Now you can upload the picture one's more, but you must change both pictures or picture info if the info(or picture ) changes :-/
206 votes -
I need new ordering of detail view nopopup. Buttons on top, fat title, picture, discribtion, rating
I need a new ordering of the "detail view no popup". Buttons on top, fat title, the picture, the discribtion and below all rating and Phocalogo, because actuell the discribtion is only partly visible, becaus its behind buttons, rating and logo. Thanks a lot.
196 votes -
Show a little description in category view CV
Will be useful show the description also in the new feature "Categories view CV" and with the use of a tag "Read more", truncate where desired.
Thanks!
172 votes -
Download button only for registered users
Hi all !! Phoca gallery is, so far, the best gallery component for joomla, but i found a missed feature...
Can i get a download button only for registered users? cause i want to put a lot of pictures, and want also fidelize them let them get the best size...
Could this be possible?...
Sorry for my poor english. Thanks in advance
Regards form Spain
129 votes -
community builder intergration
Being to link the pictures to the CB profiles and have tabs. Tagging would be amazing as well!
125 votes -
email notification on upload
Hi there,
it would be great if there would be an ability to get a notification upon new uploaded images, when users upload new pictures.1. only admin
2. all usersthanks
120 votes -
categories and subcategories
2 remarks about category and subcategory
#1 I have several categories and several subcategories in each category.
I want a menu item link for one category.
To do that, i have to hide categories and subcategories. and each time i add e new category, i have to chage all the menu link. Why, if possible not to select a categories (categories) from the menu link.#2 the same exemple as #1
I link a list of categories and i hide subcategories. i have the good list category layout. And when i select a category, i have the list of subcategories… more102 votes -
Secure images
Secure images so they are not accessible from front end via direct HTML links. Should only be accessible for logged in Joomla users.
80 votes -
Add number of comments beside icon
In PG 1.6.0 alpha:
Please add number of comments beside icon of comment, also in category view and wherever it needed. Because users need to know if image have any comments and not to check one by one clicking on the icon of comments. Than You. New features are soo GREAT!67 votesplanned ·
AdminJan
(Admin, Phoca)
responded
This is planned, the problem is, I need to wait until JComments will be ready, so the information about count of comments can be loaded from JComments tables.
-
ReCreate thumbnails recursively from main category
Create a new functionality to (re)create thumbnails from main categorie including all sub categories.
Sometimes the thumbnail creation stops and it's necessary to view all subcategories one by one to create (re)create the thumbnails
65 votes -
Latest album added
It would be nice if there was a separate MOD/COM that shows the latest album that is added to the gallery. An option that eg. to display the name of the album and a couple of images that are inside the new album.
(I already suggested to use the name 'album' instead of 'category' for the images)
65 votes -
AJAX pagination
Ajax pagination will be useful, as we won't need to reload the entire website, that's will help user to look at the pictures more easily and faster. and Will help us as website owners to save a lot of bandwidth
62 votes -
XHTML 1.0 Strict
Do it is possibile to generate XHTML 1.0 Strict code compatibile.
Avoid <center> and href="_blank"
ty.56 votes -
Edit titles for multiple images at once
In the backend, add a new button "Edit Multiple" to show a list of all images (or all for selected category) with edit boxes for every title and description. Now you must edit each image title which is very slow.
50 votes -
galerias en formato flv (video)
posibilidad desde el frontend de subir archivos en este formato y crear las galerias.
47 votes -
Statistic for all folders
It will be nice to see on the frontpage of Phoca Gallery a statistic of all folders.
46 votes -
more userfriendly way for uploading images
(especially for inexperienced users) in backend. now with Joomla! 1.6 almost out even more important, since more people can have access to the backend with customizable access system...
I would suggest to separate uploading from adding images to categories, because, the way it is handled now (2.7) is very confusing and certainly not intuitiv to new/unexperienced users.
maybe with a simple, easy to understand "assistant" or wizzard:
step 1: user choses whether to upload new files, add existing files or import from picasa.
step 2: upload to folder on the server, if chosen.
step 3: adding images from server to… more45 votes -
Alternating background colours in CV
To separate any category in Category View with a different background color, I have make a little modify at line 47 in "\components\com_phocagallery\views\category\tmpl\default_categories.php", and you can look as appear here http://marmox.altervista.org/index.php?option=com_phocagallery&view=category&id=1&Itemid=2
Will be nice have this feature implemented and choose in preferences the alternating colours.In line 47, instead of:
echo '<table>';
I have put:
if ($mm_col == "#FFFFFF") {
$mm_col = "#F5F5F5";
}
else {
$mm_col = "#FFFFFF";
}
echo '<table border=0 width="100%" style="background-color: '.$mm_col.'">';45 votes