Gallery Plugin

Feed 50 posts, 24 voices

Avatar
343 posts

Hello. Long time no see. I'm working at a gallery plugin, and I want to share a little preview :D . http://www.lapechea.ro/?galerie.html . This is the one I've made for one of my clients, but It's featureless if you compare it with the one I'm working now :D . I hope I'll release it until tomorrow.

 
Avatar
5 posts

is it possible to share??

 
Avatar
343 posts

Yep, I'll release it today.

 
Avatar
343 posts

Here is a link to the gallery plugin : http://frog.bebliuc.ro/articles/2008/08/18/bd-gallery.html . Feedback is welcome.

 
Avatar
26 posts

Out of interest, why do you use rar instead of tar.gz? Just being grumpy as I'd have to install unrar!

 
Avatar
343 posts

Because I use windows and winrar... i'll provide tar.gz arhive for all my plugins. thanks for the tip.

 
Avatar
651 posts

Why not just provide a ZIP file? Unzip should be available on most Linux/Unix systems by default and Windows als has a built in unzip... more or less... :-)

 
Avatar
1493 posts

I use 7zip. You can throw anything at it. :P

 
Avatar
7 posts

Hy!

I have a problem cause I get a blank page on settings of this gallery

 
Avatar
343 posts

Please report here the problem and we'll solve it : forum .Thanks

 
Avatar
343 posts

New version : Bd Gallery 1.2.0

 
Avatar
12 posts

Hi Bd,

Ok i installed the gallery and its working fine on v0.9.4, but i have an issue, and it is when i click the page tab, then any page under it i get that

Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘page_gallery’ was given in C:\xampp\htdocs\frog\frog\Framework.php on line 796

This warning appears just under the title of the page or even the new page i am going to create.

 
Avatar
1 posts

Hello

I am adding a few enhancement to the gallery plugin.
Actually I am starting a new one from scratch but I played a liitle with BD gallery plugin to become more familiar with FrogCMS since I have been using since this week end only.

Here are the addition I made: – album ($id) became album ($id, $limit) * $id – album category $id * $limit – the number of photos to be displayed

- I created a new function named album_random ($id, $limit) which selects random picture from a specific album.

Note: In both functions parameters can be ignored by setting them to -1. I that case photos from all albums will be taken into account.

- Finally I added smoothgallery support to the album which enable to show a slideshow of the pictures from the album you like

TODO

  • Enable the selection of several album vs one or all
  • Enable category tree
  • Upgrade administration panel to control album tree and ajax reorganisation
  • Upgrade Photo edition pannel in order to set validity from which the user will receive a message to confirm picture disabling…for example.
  • Update the control panel to add more slide show control from the panel and less from the code

DETAILS & DOWNLOAD ALPHA RELEASE
http://digitfield-design.com/code/?p=6

 
Avatar
343 posts

My lawyer will contact you. HAHA. Nice job.

 
Avatar
109 posts

Bdesign tell him to contact me aswell, i would like to sue u. LOL

 
Avatar
21 posts

Is there any chance someone could tell me, where I can specify how big the image should be, when I click on it, and open it in ‘full size’ ?

Some of my images are rather big,and when i click on them, I would like to scale them, so they are still viewable in full, but not nessecarily full size.

Does that make sense?

an example can be seen here.

Dog pictures

 
Avatar
5 posts

hi, I using bd gallery plugin and I’ve got some problems.
When I enabled bd gallery some errors. You can see this in picture:

I also have a link in top in admin area called “Gallery”. When I clicked on this link (www.site.com/admin/plugin/gallery) I’ve got error 404
I using frog cms version 0.9.4
Please help

 
Avatar
651 posts

Is the gallery plugin listed before enabling it?
Can you re-copy it to your machine? (maybe it got corrupted during transfer)
Did you try enabling DEBUG in config.php to see if that yields more error details?

 
Avatar
5 posts

I solved my problem. In my FTP client I had automatic change file name to lowercase. Thanks

 
Avatar
25 posts

I just tried to download the plugin or go to Bdesigns site and it was down. Is this permanant or temporary? Also I have been using BD Gallery and I like it very much but was wondering if the new version can do what I am looking for. I am not actually looking for any thumbnails. I have a site that shows a picture of a Home that a contractor built next to the home I would like to put a button that says “View Home Slideshow” or something to that effect. When they click on the button I would like the Gallery to pop up as is does when you click on a thumbnail. Is this possible?

Thanks

 
Avatar
25 posts

Can anyone upload the latest gallery plugin 1.2.0 somewhere so I can get it. Bdesigns site is still down?

Thanks

 
Avatar
22 posts

Hi everyone,

First off, thank you for your wonderful plug-in Bdesign !

Now, I’m looking for a way to re-arrange the order of the images shown with your gallery plug-in. Is there a way to do this easily or do I need to start learning PHP/mysql asap ? This is for a client so it needs to be user-friendly.

Here’s how I used the plug-in so far : Boutique du Foyer

Right now, I’m displaying only one specific album on each page. Any suggestions ? Also, is there maybe another way of doing this kind of product gallery thing, while still giving the client control of his “inventory”.

Thanks !

 
Avatar
8 posts

There appears to be a minor issue with getting BD Gallery 1.2.0 working with Frog CMS 0.9.5 RC1, which results in a 404 error message.

To fix this, open the GalleryController.php (inside the gallery plugin folder) and find the line (26) which reads:

$this->assignToLayout(‘sidebar’, new View(’../../../plugins/gallery/adm/sidebar’));

and change it to:

$this->assignToLayout(‘sidebar’, new View(’../../plugins/gallery/adm/sidebar’));

Basically, removing the ../ from the path fixes the the problem.

TIP: This was relatively easy to find once DEBUG was switched on (found in config.php).

 
Avatar
257 posts

This is going to happen to every plugin that doesn’t get updated for 0.9.5 so please make note of the solution if you are an end user :)

If you are a developer, see this page

 
Avatar
7 posts

Hi,

I like to take only the list of my gallery’s category titles in the sidebar, and when somebody click on one of it, the pictures under the selected category shown in the content pane. Is that possible? Can you help me, how could I sort it? :)

thanks!