Gallery Plugin
|
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. |
|
5 posts
|
is it possible to share?? |
|
343 posts
|
Yep, I'll release it today. |
|
343 posts
|
Here is a link to the gallery plugin : http://frog.bebliuc.ro/articles/2008/08/18/bd-gallery.html . Feedback is welcome. |
|
26 posts
|
Out of interest, why do you use rar instead of tar.gz? Just being grumpy as I'd have to install unrar! |
|
343 posts
|
Because I use windows and winrar... i'll provide tar.gz arhive for all my plugins. thanks for the tip. |
|
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... :-) |
|
1493 posts
|
I use 7zip. You can throw anything at it. :P |
|
7 posts
|
Hy! I have a problem cause I get a blank page on settings of this gallery |
|
343 posts
|
Please report here the problem and we'll solve it : forum .Thanks |
|
343 posts
|
New version : Bd Gallery 1.2.0 |
|
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. |
|
1 posts
|
Hello I am adding a few enhancement to the gallery plugin. 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
DETAILS & DOWNLOAD ALPHA RELEASE |
|
343 posts
|
My lawyer will contact you. HAHA. Nice job. |
|
109 posts
|
Bdesign tell him to contact me aswell, i would like to sue u. LOL |
|
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. |
|
5 posts
|
hi, I using bd gallery plugin and I’ve got some problems.
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 |
|
651 posts
|
Is the gallery plugin listed before enabling it? |
|
5 posts
|
I solved my problem. In my FTP client I had automatic change file name to lowercase. Thanks |
|
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 |
|
25 posts
|
Can anyone upload the latest gallery plugin 1.2.0 somewhere so I can get it. Bdesigns site is still down? Thanks |
|
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 ! |
|
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). |
|
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 |
|
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! |
