Dec 17
Digg
Stumbleupon
Technorati
Delicious

sfGallery screenshots

Hi,
There was a request in comments to sfGallery post to provide some screenshots. Why not, here they are. It has minimalistic layout just to give you ability to easily embed this plugin into your project and customize templates the way you need.
So just to remind we have 2 admin backend modules to manage galleries and [...]

Author: admin
Nov 28
Digg
Stumbleupon
Technorati
Delicious

sfGallery plugin 1.0.1 (installation step-by-step)

Hi, we’ve decided to publish detailed step-by-step instruction on how to start using sfGallery.
So first of all make sure you have these plugins installed:

sfGuardPlugin
sfModerationPlugin
sfPropelActAsCountableBehaviorPlugin
sfPropelActAsTaggableBehaviorPlugin

Then for frontend/backend allow modules:
frontend:
config/settings.yml
enabled_modules: [default, sfGallery]

backend:

config/settings.yml
enabled_modules: [default, sfModeration, sfGalleryAdmin, sfPhotoAdmin]

and in propel.ini you have to enable behaviours [...]

Author: admin
Nov 23
Digg
Stumbleupon
Technorati
Delicious

sfGallery plugin

Hi,
We are finally ready to release sfGallery plugin to manage galleries and photos in symfony application.
It requires the following plugins to work properly:

sfGuardPlugin
sfModerationPlugin
sfPropelActAsCountableBehaviorPlugin
sfPropelActAsTaggableBehaviorPlugin

There is included backend which allows to administrate/moderate images/galleries.
You can download the plugin here:
sfGalleryPlugin
and give it a try! We are awaiting for your feedbacks.

Author: admin
Nov 02
Digg
Stumbleupon
Technorati
Delicious

Plugin to manage galleries and photos. Announcement

Hi all,
We are about to publish symfony plugin to manage galleries and photos. It’s quite strange but there is still no good plugin which would allow users to create own photo galleries for symfony project (assets and medialibrary plugins are good ones but they are more for administration purposes). Plugin has both frontend and [...]

Author: admin