Blog

G4B Photo Gallery Plugin For Wordpress

9.26.2008 | Blog, Wordpress

G4B Photo Gallery is a free, flexible plugin for Wordpress. It provides a simple and effective way to include a complete gallery anywhere on your site, just by typing in a keyword.

Live Demo

Features

  • Supports Wordpress 2.2 - 2.6.2
  • Supports PHP 4 and 5
  • Supports JPEG, GIF and PNG file types
  • Easily adjust thumbnail and photo size in settings page
  • Crop photos or size proportionally
  • Easily customizable with CSS

Plugin Installation

The installation procedure is similar to most other Wordpress plugins. Unzip the file and upload its contents to your Wordpress plugin directory. Make sure you keep the directory structure intact. Once uploaded the files should be located at:

/wp-content/plugins/G4B_gallery/[php_files_here].

In order to upload photos, your upload directory MUST BE WRITABLE. When installed, the plugin will automatically create a directory within your plugin directory for storing uploaded photos. The default location is:

/wp-content/uploads/g4b_gallery

Usage

To include your photo gallery on any page or post, type in the keyword:

{g4b_gallery}

When the content is loaded, the plugin looks for this keyword, and swaps it with the photo gallery dynamically. To remove the gallery from that page or post, simply remove the keyword.

If you would like to embed the plugin using PHP, call the function:

echo G4B_gallery_view();

The function does not have to be within the Wordpress loop.

Styling with CSS

Style your gallery easily by editing the CSS file. The CSS file is located at:

/wp-content/plugins/G4B_gallery/G4B_gallery_view.css

Bugs & Suggestions

If you run into any bugs or have some suggestions, please post them in the comments. That way others can see if the same issue has already been submitted. Thanks!

Download

Download G4B Photo Gallery v1.0 on Wordpress.org


Responses

&au!a3
9.27.2008

Hi Gavin,

This looks like an awesome plugin. Thanks for making it available for free! That’s so generous.

I just have a question- when you embed the gallery using {g4b_gallery} can you pick which gallery you embed?

In your example, could I embed only the “cars” gallery on a page, or would it embed all three galleries simultaneously?

Also, do you have your email address on this blog? I don’t see it.

Thanks so much!

&au!a3

Gavin Vickery
9.28.2008

Hey, glad you like the plugin. Right now the only option is to embed all albums.

I’m currently working on version 1.1 which will have the option of defining the galleries you want to display. It will look something like this:

{g4b_gallery album=”cars”}

There will also be the option to show photos directly in an album, instead of showing the album itself first. That option will look like this:

{g4b_gallery album=”cars” photos=”true”}

As far as my email address goes, no I don’t have it available on the site. Reason is to avoid spam. :)

DW
9.30.2008

Hi, I tryed to use the plugin and failed.
I wonder what I’m doing wrong?
I followed the intructions: 2. Make sure that the folder wp-content/uploads/ exists and is writable by the server (CHMOD 755)
Is it really “uploads”? or is it upload. I’ve tried both. I’ve even tried to create folders in different locations.
Some days I feel confused.
DW

DW
9.30.2008

After I posted the comment above, everything worked as it should. Thanks,
DW

Marijus
9.30.2008

Nice plugin!
I would add to the wish list option to describe each photo and album and display those descriptions. Thank you!

Gavin Vickery
9.30.2008

Glad you got it working DW. Do you mind posting what the initial issue was? That way others can see? Thanks.

Marijus, the Albums and Photos both have title and descriptions, and are displayed in all 3 area’s (albums view, photos view and single photo view). The only reason you don’t see them in my example above, is because I’ve hidden them with CSS. If you look at the source, you’ll be able to see them.

Leonaut.com
9.30.2008

G4B Photo Gallery Plugin For Wordpress…

G4B Photo Gallery is a free, flexible plugin for Wordpress. It provides a simple and effective way to include a complete gallery anywhere on your site, just by typing in a keyword….

James
10.01.2008

One quick question. Could there be an option to show images that’s hosted on other sites such as imageshack or whathaveu? I would like to be able to input the URL of the image and make it show in the gallery.

Also, support for Shadowbox would be helpful.

White Chen
10.01.2008

Dear Sir,
Thank you for offering this great plug in ! But, after followed all the instuctions, when I went to admin and click on the G4B Gallery icon the below error showing. Can you please tell me what I should adjust ? Thank you !

The requested URL /news/wp-admin/G4B_gallery/G4B_gallery_manage.php was not found on this server.

Gavin Vickery
10.01.2008

James,
At this point, I’m not planning to allow external sources. There are tons of plugins that already do a great job of this. G4B Photo Gallery was created to be a stand-alone gallery tool.

White Chen,
This could be one of two problems. Either you’ve changed the default location for your plugins, or you didn’t upload the plugin to the correct directory.

Have you made any changes to the default directory layout in Wordpress? Or is it a default install? What path did you upload the plugin to?

White Chen
10.01.2008

Dear Sir,
Thank you for giving the promptly response.
First, I didn’t make any change to the default directory. The only thing I have done since install was upload new themes, a photoq plugin and your plugin. That’s all.
I have no problem to use photoq.
I do notice that there is an “uploads” file existed. Will it effect the usage for g4b ?
Thank you very much for paying attention. I will keep to work on it.

Silvestre
10.07.2008

Hello,
I like the plugin very much, is there any chance to implement some SEO functions to it? It would be nice to have clean static urls when opening new albums.
Thank you

Gavin Vickery
10.07.2008

Hey Silvestre,
I haven’t started on the different URL types, but it is something I’ve looked at. The only problem is the user may or may not be using custom permalinks on their Wordpress installation.

Maybe an option in the gallery settings could enable or disable “pretty urls”.

I’ll add this to the 1.2 release. Currently working on 1.1.

Thanks for the comment.

gusleonard
10.10.2008

I just downloaded your plugin. I am having problems uploading files. Everytime I try to load a .jpg file it says that I have an invalid file type. Any suggestions?

Tommie Hansen
10.20.2008

Nice, but not yet useful for serious uploads since the plugin lacks a way to handle and upload larger amount of images and also some tags like alt-tag + title-tag if i remember it correctly? Also it lacks ability to crop to square thumbnail which of course is a bit annoying.

I just tried it quickly. Nice going though - there is a great lack of galleries that would be simple to use for more novice people (like my clients - always need to help them update their Nextgen Galleries since it’s so bloated…). I’ll have to stay up to date with your gallery. :)

Regards,
Tommie Hansen

Javier Escobar
10.20.2008

Hi,
I had the same problem as White Chen. It’s seems that the zip file decompress in a diferent folder: g4b-photo-gallery, and the wordpress look for a different route.

The solution: rename the plugin folder to G4B_gallery.

Great works, thankyou!

Gavin Vickery
10.20.2008

Javier,
Ah, ok. I see whats happening. When you unzip its putting the plugin folder inside the g4b-photo-gallery folder.

Its important that you only upload the “G4B_Gallery” folder.

Thanks for the feedback Javier!

gusleonard,
It seems the way I’m checking for a valid file formats isn’t the best solution. I’m working on a better method for determining file extensions on v1.1.

BrightBold
10.21.2008

@ White Chen: Did you rename the G4B plugin folder? When you unzip the plugin, it creates a folder called g4b-photo-gallery, but the code directs WordPress to look for a folder called G4B_gallery. So if you just upload the directory without renaming it, you will get an error when you try to use the plugin. (I learned this the hard way!)

Gavin - nice plugin. Hopefully in the next version you will fix the directory name so it matches. Also it would be nice if you showed the post dates in your comments! I look forward to future versions.

astro
10.21.2008

Tried v1.0 from your download link, it’s activated, but unable to access the option page. the link shows up as http://domain/path/wp-admin/GB4_gallery/GB4_gallery_options.php.

I’m using wp 2.6.2. Please help. Thanks.

Gavin Vickery
10.21.2008

BrightBold,
Glad you like the plugin. Version 1.1 will be introducing some new features as well as fixes such as the default directory and file type detection.

astro,
How are you accessing the options page? Are trying to link to it directly? Because that wont work. To access the options page, log into the Wordpress Admin, click “Setting” and then click “G4B Gallery”.

Let me know if your still having trouble.

astro
10.24.2008

Accessing the option page as you said, the link shows up as how I wrote it above. It’s the problem with that link.

highfx
10.27.2008

When the download is unzipped it creates the folder g4b-photo-gallery. This is the folder that we’re uploading to the plugins directory. It’s the wrong folder name! You need to change the unzpip file to the correct folder. I had to manually edit the folder in plugins to match G4B_gallery (note the capital letters). It works now :(

BrightBold
10.27.2008

@astro - that’s the same problem other people have referenced. You need to change the folder name in plugins to G4B_gallery so the link will work.

Gavin, one feature that would be great for 1.1 is the ability to order the albums. Right now they seem to appear in alphabetical order. I’m doing a site with galleries by date, so this means the oldest one will always be on top (since 2005 comes before 2008); I really want the newest album on top. If you could select “alpha,” “date added ascending,” “date added descending,” or possibly even a custom order that would be awesome.

Cherry
10.27.2008

Interesting to know.

astro
10.28.2008

Thanks BrightBold.

BrightBold
10.30.2008

Anyone else having troubles with IE7? This works beautifully in Firefox but in IE7, on any page showing the contents of an album, I get a row with 5 100×100px thumbnails and then two roughly 40×40px thumbnails stacked vertically. Oddly, it works fine in IE6 (although I only ger 4 thumbnails per row, when there’s more than enough room for 5.)

Unfortunately this is a dealbreaker for me. I will check back on the progress of this plugin, because I like it, but I need it to work in all the major browsers.

Gavin Vickery
10.30.2008

Hey BrightBold,
During my tests I didn’t have any issues with IE7. Have you made changes to the CSS file?

That being said, browser issues are only related to styles applied by CSS, that the plugin itself. I’ll do my best to have the default style work across all major browsers for the next release.

Thanks for the feedback.

Gavin Vickery
10.30.2008

UPDATE: I just tried this page in IE7 and the demo gallery above works fine. Does it break for anybody else using IE7?

BrightBold
10.30.2008

Yeah, sorry - I realized after I posted that it was probably an incompatibility with my theme. It was late when I posted and I was stressed.

I am trying to figure it out now (I did override some of the styles so hopefully that’s the key). I’ll report back and let you know whether I fixed it.

BrightBold
10.30.2008

Totally my bad. I had a “max-width:100%” in my CSS that was getting inherited by the thumbnails, and this was breaking the g4b_photos pages. Works great now! (Although I still wish I could reverse the sort order!)

Thanks for your prompt response. If you want to see it in action, go to http://flasta.org/wp/events/.

Gavin Vickery
10.30.2008

Hey BrightBold!

That theme looks great! Awesome work! Glad you got the CSS figured out. I’ll be sure to add the filtering option into 1.1 :)

alesto
10.30.2008

hello
I have 2 sites .On my both sites wordpress 2.6.3. On my first hosting your olugin work correctly but on second it doesnt work .

when i try to activate plugin i wath this

Warning: main() [function.main]: open_basedir restriction in effect. File(/G4B_gallery_functions.php) is not within the allowed path(s): (/var/www/vhosts/blogbrandaid.com/httpdocs:/tmp) in /var/www/vhosts/blogbrandaid.com/httpdocs/wp-content/plugins/g5/G4B_gallery.php on line 49

Warning: main(G4B_gallery_functions.php) [function.main]: failed to open stream: Operation not permitted in /var/www/vhosts/blogbrandaid.com/httpdocs/wp-content/plugins/g5/G4B_gallery.php on line 49

Fatal error: main() [function.require]: Failed opening required ‘G4B_gallery_functions.php’ (include_path=’.:.:.:.:’) in /var/www/vhosts/blogbrandaid.com/httpdocs/wp-content/plugins/g5/G4B_gallery.php on line 49

Sarah Bourne
11.03.2008

Hi,
I’m trying to get this plugin to work, but when I go to Manage and click on the G4B Gallery button it just tries to preview by blog instead of providing me with any admin, upload etc options.

I’ve checked that the wp-content/uploads/ exists and is writable by the server (CHMOD 755).

Am I being a geek without brains or is there an issue?

Thanks!

Sarah

Gavin Vickery
11.03.2008

Sorry it took so long to respond guys/gals, been out of town.

Alesto:
It looks like your using the wrong directory name. The path should look like this: “wp-content/plugins/G4B_Gallery/G4B_gallery.php”. Your path shows a “g5″.

Sarah Bourne:
I need a bit more info from you before I can help. What version of Wordpress are you using? Are you using a default installation or have you modified where plugins are installed?

Sarah
11.04.2008

I’m using WP 2.6.2. Default installation. I changed the directory as suggested but still with the same result.

Venesa
11.20.2008

Just installed your gallery on WP2.5.1. Created an album name then went to upload an image but got an error that says that the upload directory does not exist. It does exist, is totally writable and I have the correct name - g4b_gallery that your plugin created in my uploads. Does your gallery need Flash to work as I am now using “No Flash Uploader Plugin” due to flash v10 is not compatible with wp2.5.1 which works perfectly now for normal uploads in pages and posts.

Venesa
11.20.2008

Tried to with the flash on and still cannot upload an image

Mumpsimus
11.20.2008

Thanks for making a great little plugin. When do you anticipate v 1.1 being realeased? Will the ability to create multiple albums with different galleries, for use on different pages be included? I know you said there will be the option to diplay galleries, but this is maybe one step further? Forgive me if you’ve already answered this elsewhere. I’d also love to see multiple uploads eventually.

Gavin Vickery
11.25.2008

Hey Everybody. Just wanted to let you know G4B Gallery 1.1 is back under development (I got distracted for a while there). It should be ready for the new year!

All the bugs in your comments have been addressed and a variety of new features implemented.

MNA PAGEANT
11.25.2008

hi, is there a way i can just goto my ftp and upload a mass amount of photos on my server? i dislike the single browse feature or i just dislike uploading via browser..sometimes it stops half way on a big file…. but i see that the ftp directory is restricted..how can i lift that so i can just upload thru ftp? thank you

Alan
12.10.2008

Hi Gavin,
Just trying to get the last stage of this working…i’m sure i have it all setup as the install instructions with a folder:
cta.ie/dev/wp-content/uploads/
This folder has write permissions and all that, but when i access the G4B gallery link through the admin section to create e first album, I get a pink box:

“The upload directory doesn’t exist. Read the install instructions.”

But it is deffo there… any ideas?
Any help would be great, ta.
Alan

nadja
12.18.2008

Hi,
your gallery is great but I do have one question. Is it possible to arange albums otherwise than alphabethicaly?

Regards,
Nadja

yoko
12.18.2008

i have same problem with Alan.

What is the problem?

Alan
12.19.2008

Hi guys,
Getting there, but really find I have to change a lot. I’ve gotten to a stage where I can now create the albums. I had to make the following changes, because the variable WP_CONTENT_DIR was not declared and the tables in the database had an unexpected additional prefix:

in G4B_Gallery.php replace:
define(’G4B_GALLERY_UPLOAD_DIR’, WP_CONTENT_DIR . ‘/uploads/g4b_gallery/’);

define(’G4B_GALLERY_ALBUM_TBL’, $wpdb->prefix . ‘g4b_gallery_albums’); // Albums database table
define(’G4B_GALLERY_PHOTO_TBL’, $wpdb->prefix . ‘g4b_gallery_photos’); // Photos database table

WITH:

define(’G4B_GALLERY_UPLOAD_DIR’, ABSPATH . ‘wp-content/uploads/g4b_gallery/’);
define(’G4B_GALLERY_ALBUM_TBL’, $wpdb->prefix . ‘wp_g4b_gallery_albums’); // Albums database table
define(’G4B_GALLERY_PHOTO_TBL’, $wpdb->prefix . ‘wp_g4b_gallery_photos’); // Photos database table

So now I can create the albums… but now when i go to uploading pictures, there’s a problem. A function called image_resize() is referenced… but it is nowhere in the plugin code, or in the wordpress code. Am I missing something here?

Any help would be great.
Thanks,
Alan

Carlos Hocker
12.20.2008

For the people with the UPLOAD FOLDER PROBLEM

Create a new directory inside the ‘uploads’ folder with the name g4b_gallery and give the right permissions to it.

Or if you want to store your images in a different location you can modify G4B_gallery.php at line 39, it says:
define(’G4B_GALLERY_UPLOAD_DIR’, WP_CONTENT_DIR . ‘/uploads/g4b_gallery/’);
change ‘/uploads/g4b_gallery/’ for your desired location.(and make sure it has write permissions).

Thanks for the Plugin Gavin, keep it up!

Terrapin
12.29.2008

How the heck do I get descriptions with the images on my web page? Don’t see it on the stylesheet?

Great plugin, mate!!

Erynn
1.08.2009

Ok maybe I am a little dense, or just staring at the screent oo long today, but when I installed your plugin, I could not, for the life of me, find where to make the album. I just recently upgrade from WP 1.4(?) to 2.7–big leap, so I am sure I was fumbling around. But incase anyone else is having this issue, Its in the tools palet. Love the plugin–Cant wait to 1.1 and further–I am going to transfer my portfolio over to this :)

jack
1.16.2009

I test it on http://www.mariloo.com is working. thx

Ryan
1.17.2009

Hi Gavin,

Great plugin — one of the best designed plugins for simple albums to date!

One of the comments on your blog indicated that you would have 1.1 released around 1/1/09. I was wondering what your timetable was on this, as I’m looking forward to some of the new features we’ve all been talking about!

Thanks,

Ryan

Drew
1.17.2009

Nadja and BrightBold,

A filter would be great to order photos, etc. The album is, by default, ordered in ascending order. To change to descending, go to the G4Bgallery_functions.php file and go to line 285.

Change:
“SELECT * FROM ” . G4B_GALLERY_PHOTO_TBL . ” WHERE album_id = ‘” . $wpdb->escape($albumId) . “‘ ORDER BY name ASC”

To:
“SELECT * FROM ” . G4B_GALLERY_PHOTO_TBL . ” WHERE album_id = ‘” . $wpdb->escape($albumId) . “‘ ORDER BY name DESC”

Gavin, this is a sick application. Great work.

james
1.18.2009

I’m looking to change the color of the text and the borders on the images, but I can’t seem to find where this setting is. Could anyone throw me a bone? Thanks!

Reddy
1.22.2009

Oh, this plugin is simply PERFECT, without all the bloat that makes the other ones unusable by less tech savvy people.
Looking forward to the update, any idea about the release date? I want to translate the plugin to my language and customize it a bit.
And one suggestion, if I may: the manage album menu link doesn’t really belong in the Tools section. It’s probably better off in the content area (of WP 2.7), inside the Media menu, or maybe below it.

kookimebux
2.01.2009

Hello. And Bye. :)

Jelle
2.07.2009

hi gavin
i just dont know what im doing wrong here.
if youll go at my site (www.jeelsites.nl/wordpress you can see 3 screenshots.
1. the gb4_gallery i typed in.
2. whats on my server (i want nw19 and nw20 to show)
3. what i get: albums, no albums, you can see the result as well if you go to the page ‘galerij?’.
everything seems ok for me, but appearantly it isnt.

Jelle
2.07.2009

maybe because im working with wordpress 2.7?

Jason
2.18.2009

Version 1.0 of this plugin is not compatible with wordpress 2.7+

DG
2.20.2009

Hi,

i can’t say nice plugin, because i fail on install it :)
my problem is very simple:

where can i klick a link or something to use this plugin?

i unzipped and put it under wp-content/plugins…
then i activate it in the admin panel. And now? please tell me where i can create and manage photoalbums, i got no idea ;(

uploads folder must be writable because i can upload pictures for normaly inserting in text.

Hope you can help me

DG

DG
2.20.2009

ok thats it, it is not compatible with my version. i use 2.7.1.

DG

Bülent Sakarya
2.22.2009

i need sub-categories.. it is possible? thanks..

Bülent Sakarya
2.22.2009

and, comments for each photo..

Joe
2.24.2009

doesn’t seem to work with WordPress 2.7.1
When I try to access the G4B Gallery control panel in Settings tab I can’t get to the page wp-admin/G4B_gallery/G4B_gallery_options.php
I am told that it doesn’t exist.
Also please note that G4B in the file and folder names is dangerous. You should name everything in lower case as many servers don’t like CAPS in file and folder names.

Any suggestions how I can get this to run? Looked nice from what I can see.

Ozgur Dincer
3.06.2009

Hi all,

I have already used your gallery, its great for me but i need to simply picture order property!

I mean i want to move some picture place up or down into album (1st pic, 2nd pic, 3rd pic,…)

could you add a script for it and post me? mail to: ozgurdincer@hotmail.com

thanks your interest.

Che
3.06.2009

Hi, I uploaded your plugin but I can’t get it to work for me at all. I keep gettong a I uploaded it usinf FileZilla and I changed the file names to G4B_gallery. I noticed when I looked at the file breakdown in FileZilla that the file sizes of what I unzipped and what ends up in the plugin folder is different. Could that be the reason it’s not working? I’m using WP 2.6.1. Please help.

Che
3.06.2009

I got the plugin to finally display and everything but now I’m having problems uploading photos, I keep getting invvalid file message even though it’s a jpg extension.

Endip
3.17.2009

Hiii Gavin can you help me, how give category a album become some category from G4B Photo Gallery

Nicolas
3.17.2009

The upload directory doesn’t exist. Read the install instructions.

Tried making new directories manual and naming them both upload aswell as uploads
(as standard) the installation is standard and I have not messed with the directory settings.

Would appreciate a solution!

cheers

Patricia
3.30.2009

getting an error when i try to upload a jpg says wrong file type

cheddar
4.02.2009

can you please explain how to categorize the albums? I couldn’t figure it out?!

Ro Bancroft
4.03.2009

Same problem as gusleonare
I just downloaded your plugin. I am having problems uploading files. Everytime I try to load a .jpg file it says that I have an invalid file type. Any suggestions?
I’ve tried .gif and .png - no luck

Anthony Garcia
4.04.2009

Hello,
The plugin looks great, but I haven’t been able to use it at all yet because when I go to the admin panel it takes me to the 404 error page for my site. I’ve read through the other posts and added the uploads folder in the proper place, made it writable, changed the name of the folder from g4b-photo-gallery to G4B_gallery…still nothing. Any suggestions? Thanks. I can’t wait to use it! :-)

Anthony Garcia
4.04.2009

oh, you know what, I think I figured it out. I needed to change the name of the folder BEFORE uploading it and activating the plugin. Deleted it from the server, renamed the folder and re-uploaded it, activated it and viola! it seems to be working…now I just gotta get some images in there.

PiterKokoniz
4.08.2009

Hi !! :)
I am Piter Kokoniz. Just want to tell, that I like your blog very much!
And want to ask you: will you continue to post in this blog in future?
Sorry for my bad english:)
Thank you!
Piter.

Ron
4.15.2009

Three things on my wish list for version 1.1:

1) Bulk upload. Uploading one image at a time is a little tedious if you’ve got a lot of images.

2) If the user doesn’t enter a name for the photo, use the name of the image file by default. This would be really handy if I already have a naming scheme for my images on my hard disk for example.

3) Built-in Lightbox effect maybe?

Thanks!

lqunta
4.17.2009

Hi Guys,

Sorry for asking a somewhat silly question. Can the gallery pick photos from other posts? I would like the images in my gallery to be similar to the ones used in posts throughout the site [but now on the gallery page, just images, titles, and captions only]. Is this possible?

Rgds
Lqunta

Sheaulei
4.21.2009

Hi Gavin I am currently using wordpress for blogging and I am just wondering can I use this plugin and install it into wordpress? How can I do that? ^-^

JIm
4.22.2009

After trying to get the folder thing straight, now it won’t upload photos.

I’ve tried to load a jpeg file and it keeps saying its the wrong file type.

What gives?

Can you tell me how to expose the Upload Photo page so users can upload their own photos?

Jim

Drew LeBlanc
4.24.2009

==== FILETYPE ERROR ANSWER ====

Hey all, easy solution for the filetype errors in IE. Firefox it works great, but to work across browsers:

1. Open G4B_gallery_functions.php file
2. Go to line 333
3. Delete the following:

$imageType = array_search(strtolower($fileArr['photo']['type']), $imageTypes);
if(!$imageType)
{
G4B_gallery_msg(’error’, ‘Invalid file type.’);
return;
}

Presto.

This plugin is amazing for both galleries and ecommerce functionality. Add lightbox and shadowbox to the gallery_view.php files the same way you would on any other site.

Thanks Gavin! You’re the man!

[...] G4B Photo Gallery A simple yet powerful photo gallery plugin for Wordpress. By Gavin Vickery. [...]

Osvaldo
4.27.2009

Hello… Thank you very much for offering this plugin for free. I installed but when I try to upload a photo, this error message appears:

Warning: move_uploaded_file(/home4/o/public_html/sjvsb/wp-content/uploads/g4b_gallery/0d9e5e52.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in /home4/o/public_html/sjvsb/wp-content/plugins/G4B_gallery/G4B_gallery_functions.php on line 336

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move ‘/tmp/php40deKK’ to ‘/home4/o/public_html/sjvsb/wp-content/uploads/g4b_gallery/0d9e5e52.jpg’ in /home4/o/public_html/sjvsb/wp-content/plugins/G4B_gallery/G4B_gallery_functions.php on line 336

Any help?

Kacey
5.17.2009

Hey Gavin, I think I’ve tried every gallery plug-in for Wordpress and so far yours is def. my favorite. I do have one question, I’d like to customize the navigation a little more. I’m pretty sure I can do it with CSS but I don’t really know how. I was wondering if you have a sample customized style sheet with different colors added, if I could see how someone else did I would be able to do it myself. Thanks so much.

Jamie Hansen
5.29.2009

Hello and thanks. I LOVE the capabilities that your plugin gives to the back-end of the site, but I found another plugin to create the thumbnails I wanted on my page, and I would really like to deactivate the part of the plugin that writes an excerpt and displays the picture as the excerpt to the post.

Is there a way that I can easily do that?

Thank you again!
- Jamie.

Jamie Hansen
5.29.2009

Oops, I’m sorry, my previous post made no sense because I posted it in the forum for the wrong plugin. Sorry!

Kathy
6.01.2009

Hi,
I’ve just uploaded the plugin, but can’t seem to find the admin page as seen on the screenshots on this website? I’ve been to the settings page on the admin site on my website and only found gallery setting for thumbnail w and h and photo w and h, this is all??
Please help!
Will be much appreciated!
Kathy!

Tony Ford
6.23.2009

I am writing because I’ve just installed the plugin but I only see one page of settings for the plugin. In other words where’s all the create new album bit?

Tony Ford
6.23.2009

Does this plugin not support the latest version of WP because I get none of the control panel.

Joana
6.29.2009

Hi!
I’ve been trying to use your plugin, but every time i try to change settings it keeps showing this error:

G4B Gallery Settings

All images are sized proportionally. If the width and height settings are the same (square), the image will be cropped.

Fatal error: Call to undefined function wp_once_field() in /home/brunoner/public_html/wp-admin/G4B_gallery/G4B_gallery_options.php on line 21

and also, when i put it in on of my posts it only shows:

Albums
No albums.

Am I doing something wrong?
Thanks,
Joana

Rowela Alzona
7.03.2009

how can i ad a caption to each picture?

Comments