fGallery, WordPress image gallery plugin

Download version 2.4.1: fGallery

Important update

Comments are closed please use the support forums
for support, Thanks.

Support

I have to shut down the commenting on this page due to very high loading time.

Description

WordPress image gallery plugin which seamlessly intergrates with WordPress. Administration page for uploading files and managing galleries integrated in the WordPress administration area. Supports gif, jpg and png images. Integrates lightbox right in the plugin. RSS feed available on albums.

Requirements

Notes

fGallery is still in beta, so any feedback and bug reports is greatly appreciated. If your site look funny after installation, take a look in the FAQ section below.

Installing

  1. Unzip to wp-content/plugins/fgallery.
  2. Create wp-content/fgallery for the images, chmod 777.
  3. chmod 775 css/fim_style.css, to make it edible.
  4. Go to WP admin->plugins and activate fGallery.
  5. Add a new link to your site to view the photos.
  6. Example http://www.mydomain.com/wp-content/plugins/fgallery/fim_photos.php.
  7. Or if you are using fancy URL:s http://www.mydomain.com/photos.
  8. If you updating from earlier version, deactivate and activate.

Modifying the page template

The page template used in fGallery is called fim_photos.php and looks like this:

<?php define('FIM', true); ?>

<?php include("../../../wp-blog-header.php"); ?>
<?php require_once("functions/fim_functions.php"); ?>
// Start editing, please do not edit above this line.
<?php get_header(); ?>

<div id="content" class="narrowcolumn">
		<div class="entry">
			<?php echo fim_get_the_content(); ?>
		</div>
</div>
<?php get_sidebar(); ?>

<?php get_footer(); ?>
// End editing

Even if this template is good for many themes it is far from working on all of them. The template is taken from the wordpress default theme Kubrick. If this template isn’t working for your particular theme you have to modifiy it. Make changes so the template reflects your theme’s page layout.

Using lightbox

If you want to use lightbox edit lightbox/js/lightbox.js line 62 and 63 to reflect your installation.
WordPress installed in root of the server i.e http://www.mysite.com:

"/wp-content/plugins/fgallery/lightbox/images/loading.gif";
"/wp-content/plugins/fgallery/lightbox/images/closelabel.gif";

WordPress installed to another folder i.e http://www.mysite.com/blog:

"/blog/wp-content/plugins/fgallery/lightbox/images/loading.gif";
"/blog/wp-content/plugins/fgallery/lightbox/images/closelabel.gif";

Manage galleries

Gallery managenent is performed through WP admin->fGallery->Manage galleries. Here you can create galleries/delete galleries and edit images.

Uploading images

Image uploads is performed through WP admin->fGallery->fGallery.

Edit CSS

CSS editing is performed through WP admin->fGallery->Edit CSS. Just edit the css and press Update css, or reset all css to default by pressing Reset CSS.

Manage comments

Comment management is performed through WP admin->fGallery->manage comments. Edit or delete.

Options

Changing options is performed through WP admin->fGallery->Option.

Showing images in the sidebar

Random images regardless of gallery:
Add

somewhere in your sidebar.php.

Latest images regardless of gallery:
Add

somewhere in your sidebar.php.

Example:

If you want to show the 5 most recent images 64 pixels wide in the sidebar the code would look like this:

Latest images

Setting image as album cover

You can choose the image you want as cover for an album. To do this go to fGallery managment and manage images, click on edit on the image you want as cover. Here you find an option “Use as album cover”, tick this and the image is set as album cover for that particular album.

Options page

Description of the options.

  • Use nice urls: Tick if you want nicer urls.
  • Resize images: Tick if you want fGallery to resize uploaded images.
  • Thumbnail size: Size of thumbnails.
  • Image size: Size to resize images if Resize images is choosen.
  • Use Lightbox: Javascript image decoration.
  • Allow comments: Allow commenting or not.
  • Display album RSS feed link: Displays feed link on album page.
  • Image sort order: Order for the appearance of images on the image page.
  • Album sort order: Order for the appearance of albums on the album page.
  • Show captions for images
  • Dynamic thumbnails: Saves disk space but more cpu is used.

Availble languages

  • Swedish – By Fredrik Fahlstad
  • English – By Fredrik Fahlstad

2006-08-21: Version 2.4

  • Sending images as eCards
  • Private albums
  • Update checking

fGallery history

2006-10-17: Version 2.4.1

  • Bug fix.

2006-10-10: Version 2.4

  • Sending eCards
  • Private albums

2006-08-21: Version 2.3.3

  • Dynamic thumbnails are now optional.
  • Integrated update checker.
  • Optional image captions on album pages.

2006-08-17: Version 2.3.2

  • User can choose image and album sort order.
  • Fixed character encoding, which made certain non english charachters to be messed up.
  • Removed the use of thumbnail on the server, thumbnails are now dynamiclly rendered. Which mens that the thumbnails will always be the same size. And the css styling “knows” the thumbnail width and height.

2006-08-15: Version 2.3.1

  • Minor bug fixes.

2006-08-10: Version 2.3

  • Added album RSS feed.
  • Added comments.
  • Fixed folder creation bug.
  • Fixed add by existing folder bug.

2005-04-05: Version 2.0

  • Added lightbox support.
  • Fixed the problem with image scaling.
  • Add an existing folder on the server.
  • User can choose to keep images when deleting an album.
  • Added fancy URL:s (permalinks)
  • Added multiple file uploads
  • Added upload by zip (Requires ZZIPlib )
  • Every album has it’s own folder.
  • Changed the image folder to wp-content/fgallery
  • Use any image as album cover
  • Fixed some PHP5 bugs
  • Multiple words in gallery names.
  • Update album i.e change name and soforth

2005-03-18: version 1.0.

  • First beta

FAQ

Q: My site looks funny after installation.
A: This probably has to do with the theme you are using. If you take a look in header.php you probably see:

  1. <div id="content">

Move this line to index.php just under where it says:

  1. <?php get_header();?>

Q: Where do I change if I want more spacing between the thumbnail?
A: Change the width and height in the css file look for “.fim-tn-border-album”.

Comments

Mar 21, 2006

Bouke

Thanks for the great plugin! I’ve got a question though: I’m currently using your fsubtle theme but when I activate fgallery and upload some photos the sidebar is displayed below the gallery and not to the side. How can I fix this?

Mar 21, 2006

Bouke-
Look in the FAQ above and you will find the answer.

Mar 21, 2006

Ok

add that you have change css to 777 to edit it

also the dir. fgallery_images and fgallery_thumbs should be 777 and then it work

Mar 21, 2006

Bouke

It worked! Thanks a lot ;-)

Mar 21, 2006

Bouke-
Great.

Mar 21, 2006

K3NNY

Hi,

If you are using your plugin in your “My Photos” section (which I guess you are, due to the URI) your plugin looks really nice, and I haven’t even downloaded it yet. But before I try it, I have 2 questions:

1). Can I add some description to the images?
2). The CSS & design images that you are currently using in your “My Photos” section are included in the download package?

Mar 21, 2006

K3NNY-
1). Can I add some description to the images? YES
2). The CSS & design images that you are currently using in your “My Photos” section are included in the download package? YES

Mar 26, 2006

Fredrik,

Thanks for the plugin – this is the answer to my image management issues!

Only problem for me. As with the first poster, my sidebar is displayed in the correct horizontal position, but is vertically below the gallery block.

I have checked my themes, and they are correct according to your answer in the FAQ. If you have a sec, please look at
http://www.khaosx.com/wp-content/plugins/fgallery/fim_photos.php?album=2

and let me know what you think.
Thanks,

K

Mar 26, 2006

Hoon Lee

Hi.
Thanks very much for this. It’s exactly what I’ve been looking for.
A quick question:
I’m using the K2 theme and it creates menu links automatically. Is there a way to link directly to my fgallery category pages while still managing pages from WordPress admin? For example: if i create a page in wordpress admin, i get a menu item that says: “page 2″. Then I add a link inside that page for fgallery. That link leads me to categories of galleries. What I want is to have the “page2″ link go right to the categories of galleries. Please let me know how I might do this. I’m pretty new to this.

Thanks again! And wonderful job!

Hoon

Mar 26, 2006

Hoon Lee-
I’m not sure how k2 works, but fGallery uses WordPress standard menu features so it should work.

Mar 26, 2006

Additional note:

This behavior happens in the default WordPress 2.0 themes as well, on a fresh install of WordPress.

Mar 26, 2006

The plugin assumes thet your main div column has id=”content” and/or class=”narrowcolumn”, take a look in the FAQ above. If the column is named otherwise I suggest that you check fim_photos.php and change the div id accordingly.

Mar 26, 2006

I’m at a loss then. Both themes that I have experimented with have NO reference to in header.php. Both of them have followed by in index.php.

Would you be willing to fix this issue for a small fee? I don’t have the CSS skills to make this work, and I’m really itching to make this plugin a part of my site. Feel free to email me.

Mar 26, 2006

Grrr. Code didn’t come through. Suffice to say that both of the themes have the main div as content, and I have verified that they follow what you said in the FAQ.

Mar 27, 2006

Hoon Lee

thanks for your reply fredrik!
for example, how do you link from your top menu directly to your gallery categories? is your top menu created by wordpress or is it inserted by you in all templates?

thanks again! i think your gallery is fantastic!

hoon

Mar 29, 2006

i cant get it to work using the fHeaven theme. :(

Mar 29, 2006

Marvin

Hi,
Ik have a problem on IIS (win). It says that i have to make the dir
fgallery_pictures and fgallery_thums, but in the readme it says make fgallery_images. Now I have made them all for sure, but the problem is the plugin still says that there are no directories.
Can you explain why or beter help me.
Sorry for my bad english.

Thanks in advance.

Marvin

Mar 30, 2006

Marvin-
If there is somewhere that says fgallery_pictures, then that’s wrong, it should be fgallery_images. If you could be so kind to direct me to where the typo is so I can correct it?

1. Have you created the folder in the wp-content folder?
2. Are you sure you have set the correct permission on the folders?
3. Otherwise it could be some restriction in IIS.

Mar 30, 2006

Marvin

Fredrik

Thank you for your fast reply, i have uploaded the images
[url]http://www.xs4all.nl/~meao/fgallery/correct.png[/url]

1. Yes done that
2. Yes I set even to much full control (Windows)
3. I thinks so :-)

I’m going to check it out.
If I have the solution I will write a tutorial.

Thank you for your help.

Marvin

Mar 30, 2006

Marvin

Stupid me, it was a bit late yesterday.
So you where right at point 1, I didn’t had the correct folder.
I put it in plugins.
Stupid me.
Sorry

Mar 30, 2006

Hoon

Hi Fredrik,
Sorry to bother you. I’m still a little confused as to where I put the “link” to the fgallery. If I want to have the gallery as a main menu as you do, do I need to create a hardcoded link in my header? I only ask because in K2, one can create “pages” through the admin screens, which are generated dynamically I believe.

Thanks again.

Hoon

Mar 30, 2006

Will not work if WordPress is not installed in subdir instead of site root dir.

Mar 30, 2006

Hoon-
Create a hardcoded link somewhere in your theme. I have done it like this:

  1. 
    
  2. <ul>
    
  3.     <?php wp_get_pages(); ?>
    
  4.   <li>Put link here...</li>
    
  5. </ul>
    
  6.  

Mar 30, 2006

Simon Cadieux-
It’ working at this site and I’m using fGallery “out of the box.”

Apr 1, 2006

ovidiu

i just tested it, and as I am using a strange theme I think I will not be able to adopt the theme to your gallery so I will go and try out some other galleries.

BUT I thought I’d give you some usability hints: I am used that galleries treat the size in px that I give for thumbnails and images as the maximum length, for both width and height, now your gallery does take those limits only for with which seems strange to me.

this is just a hint, and good work ;-)

Apr 3, 2006

Hi Fredrik,

I really feel kind of desperate, since I have to ask you for additional support, because of the known issue described in your FAQ. I just can’t seem to get it right. When I display the gallery, it is displayed at the bottom of my page, just ‘below’ the sidebar and above the footer. The ‘Content’-div tag is not in my header.php, so I’m kind of in the dark on this one. I’ve tried fiddling with both CSS’es, but that didn’t work, and I’ve also tried modifying the index.php and fim_photos.php, both without luck. Is there any way to get the gallery right, in, at the top of my page?

Thanks in advance,

Max

Apr 3, 2006

Hi!
Using your plugin on one wordpress site, and going to use it on my own. Great plugin, and so easy to use!

I want to make a norwegian language file, but what program do you recommend I use to make/edit the .mo and the .po files in? Tried to open in notepad, but very unstructured there, so I just wondered if there would be a better app to use for the task?

Will, if I get it right, give you the language files for implementation!

P?l

Apr 3, 2006

P?l-
Hi I use PoEdit for this. Ther is an update coming soon so wait with the translation, Okej?

Apr 4, 2006

Den er grei :)
Any hints on when it’s coming?

Apr 4, 2006

I made a norwegian language file, just to try it. If you’re interested, e-mail me to get it.
I’ll be happy make one for the next version too, If you want to wait for it :)

P?l

Apr 4, 2006

This is great! Thanks a lot! I LOVE it! :)

Apr 4, 2006

Hi again. I’ll keep writing english, so that everybody understands, even tho you would understand norwegian perfectly.

The subit button on the image upload page probably isn’t included in the language file. Correct? It displays “Choose” on the page. Any tips on where I can find it in the code, and change it (since I’ll be using norwegian on all the admin pages I work with..)?

Thanks..
P?l

PS: feel free to remove my comments from the post if you think I’m writing to many of them.. ;)

Apr 4, 2006

Just one last note..
Since you’re working on an update. I’d really love it if the new version was structured so that the URI’s would look a bit neater than
http://www.domain.com/wp-content/plugins/fgallery/fim_photos.php. It might be possible to avoid this, and get i.e.
http://www.domain.com/photos/ or whatver, but I don’t know how to do it.. :)

P?l

Apr 4, 2006

I try to lad a picture, but there is an error:
Fatal error: Only variables can be passed by reference in /usr/home/bestann/www/wp-content/plugins/fgallery/fim_main.php on line 24

What does it mean?

Apr 4, 2006

load…not lad (mistake)

Apr 4, 2006

1. Is it possible to delete a gallery but don’t delete pictures?
2. Is it possible to load a picture for gallery (gallery thumbnail)?
3. And as P?l wrote, can you make rewrite rules (maybe using .htaccess) for permalinks as http://www.domain.com/photos/ and for axample http://www.domain.com/photos/april/ for gallery named “April”.
4. I’d like to have an opportunity to upload images not only from folders on PC, but to upload images via FTP and afterwards to choose: uploade image or only make a link (if an image is already in folder fgallery_images)
5. For foreign languages it will be useful to name gallery in its native language (for example in russian) and to make a shot name in english (for permalinks, as Post Slug in posts). It will be also useful if the name of gallery consists of several words.Example:
gallery name – ?? Ŗ???? ŖŗŖ? ??? 2004 ? 򖆖?
gallery slug – mirea2004

Apr 5, 2006

Did you test the gallery in php5? I’ve noticed that the mistake is connected with different interpretations in php4 and php5:

$my_extension = strtolower(end(explode(‘.’, $filename)));
works in php4

but we used to change it this way for php5:
$myarray = explode(‘.’, $filename);
$my_extension = strtolower(end($myarray));

Apr 5, 2006

Now automatically the last image becomes the thumbnail of the gallery. It would be useful to have a constant image- maybe automatically if every album will have its own folder the image with the same name (as folder) will be the thumbnail of this album? Is it possible?

Apr 6, 2006

Marvin

I’m still following this plugin.
It’s the easiest to install and te best gallery plugin.
I’m just waiting for the next release.
Thanks in advance

Apr 7, 2006

Hei igjen, Fredrik!
Et lite sp??rsm?l:
vil det bli mulig i neste versjon ? endre navn p? et album som er opprettet fra f??r? S?nn som det er n? m? man vel slette album (og bilder) og opprette et nytt, hvis man ??nsker ? endre navn p? det?

Jeg tenker f.eks. at jeg har laget et album som heter “Bilen min”, og senere ??nsker ? legge inn bilder av b?ten min, da hadde det v?rt veldig ok ? kunne endre albumnavnet til “Bilen og b?ten min”.

P?l

Apr 7, 2006

P?l-
Check the version 0.2 history above.

Apr 8, 2006

I get an error with version 0.2 some components are not working very well.
As I upload an image the image does appair but not the thumbnail.
Maybe I maked the wrong folder, but in version 0.2 it’s wp-content/fgallery.
But where do i have to point the thumb’s?
See my website for the error.
And when I change the settings. It does save them in the option menu.
But it don’t look like it adjust them in the blog it self.
I have upload a picture to see the error message
http://www.xs4all.nl/~meao/fgallery/images.png

Maybe you have the sollution for me.
I would be very pleased with that :P

Thanks for your help time and everything.

Greetings

Apr 8, 2006

Marvin-
Check the imageMod.class.php. If it begins with <? change to <?php. I have fixed this now, so you can download again.

Apr 8, 2006

Hi!

I`m sorry for a maybe stupid question – but what does it mean “chmod 777″ and “chmod 775 css/fim_style.css, to make it edible”. Sorry, but it is a great mystery for me. Im just a simple Internet user, not a php programmer. Where should I change or write this? I have installed this gallery – but I can`t go trought this point.

Thanks a lot for attention.
Martin

Apr 8, 2006

Martin-
Check yor ftp-program and look for permissions, set permission to 777 on the namned files.

[...] fGallery – Bildergallerie Tag: WordPress [...]

Apr 9, 2006

I am having a devil of a time getting the spacing right for my thumbnails. The thumbnails are all bunched together and the borders overlap. I am using your fgala theme and would like my thumbnails to be spaced 20px apart. Your test gallery has the spacing I am trying to achieve. Have you seen this before? If so, do you have any suggestions on how to fix it?

Thanks for your time!

Chris

Apr 10, 2006

Chris Gilbert-
Check the FAQ above.

Apr 10, 2006

Perfect! Thank you!

Chris

Apr 10, 2006

there is a mistake in line 246 (maybe connected with php version 5):
$ext = strtolower(end(explode(.’, $filename)));
i’ve changed to
$myarray = explode(‘.’, $filename);
$ext = strtolower(end($myarray));
—–
another mistake
Fatal error: Only variables can be passed by reference in /usr/home/bestann/www/wp-content/plugins/fgallery/functions/class.imageMod.php on line 23

——————————————
I can’t creat new album in Russian. When I push the button “Create”? it writes:
Directory exists!

Maybe it is connected with making folders. This mean that folders must have english names (because I could create album with name in english), in version 0.1 I didn’t have such problem. You use automatic names, for example:
album name : Some pictures from home
url for permalink: some_pictures_from_home
or maybe
album name : family and friends
url for permalink (and for folder name): familyandfriends

But I have problems when the name is in Russian. So I suggest to make name for fancy URL (permalink) as it works in creating posts and pages in WordPress. This means that I can write whatever I want in the name of album and to write the shot name of “slug” used for permalink and folder. So we separate logically the name of gallery and it’s folder (and permalink)

I can’t Add an image “Add by existing folder”:
No such folder /usr/home/bestann/www/wp-content/fgallery/gtc.jpg/
The last / must not be after the name of image.
/usr/home/bestann/www/wp-content/fgallery/gtc.jpg/ Warning: opendir(/usr/home/bestann/www/wp-content/fgallery/gtc.jpg/): failed to open dir: Not a directory in /usr/home/bestann/www/wp-content/plugins/fgallery/functions/fim_main.php

Is this connected with my hosting?

Apr 10, 2006

i’m sorry. Maybe I nad such problem with russian names of album in version 0.1 but I don’t remember.

Apr 10, 2006

What about using lightbox?
http://www.huddletogether.com/projects/lightbox2/
and http://eye.loveline.ru/2006/03/13/litebox (more simple version, russian and english description)
We only need to add rel=”lightbox” for each thumbnail image. So i suggest to make an option: Use lightbox.

It is useful than width of image is much more than width content div.
Now I’ll try to experiment using lighbox in posts.

Apr 11, 2006

hi, i keep getting this error…

WordPress database error: [Multiple primary key defined]
ALTER TABLE wp_fim_images ADD PRIMARY KEY id (id)

WordPress database error: [Multiple primary key defined]
ALTER TABLE wp_fim_cat ADD PRIMARY KEY id (id)

i’m only a beginner in php and programming in general, so help would be much appreciated. Thanks :)

btw, i’m using your fgala theme. it’s awesome!

Apr 11, 2006

shift-
Bug, corrected. Download again.

Apr 12, 2006

thanks! i don’t get that error anymore.

however, there’s a new one. when i access fim_photos.php file, it gives me a 500 internal server error:

“The server encountered an internal error or misconfiguration and was unable to complete your request.”

i had a pixelpost gallery before, but i deleted that. the last time i saw this error was when the servers were down for maintenance. many thanks in advance.

Apr 12, 2006

shift-
Sound like mod rewrite error to me. Try to create a new set of rules.

Apr 12, 2006

Hi Fredrik
a great and fine pluggin. All install steps work fine and it looks real nice. So question : Translation german, still needed?
I would spent some time on it.
Nice greetings from the southern Cologne ;-)
Jazzie

Apr 12, 2006

hi, i talked with a friend and he thinks it has to do with the function calling in the fim_photos.php file. i’m not sure. if you want, feel free to email me. as for the mod rewrite, i really don’t know what that means.

thanks a lot for the help!

Apr 13, 2006

hi,

fGallery is a really good thing and i’m using it on my site (with your “fMulti” Theme also), thanks a lot for that.

But there is a little weird displaying of vertical images in the thumbnail-view with internet explorer (firefox works well). If there are 3 rows of thumbnails and one vertical image in every row, this will result in one (or two) empty space(s) where the next thumbnail should be.

you can check it out here:
http://www.byteless.com/munication/blog/wp-content/plugins/fgallery/fim_photos.php?album=pimpmyride

Thx, eskimoo

Apr 13, 2006

eskimoo-
Check the FAQ above. You need more spacing on the thumbnails.

Apr 13, 2006

There was one minor error in your code that I needed to adjust:

In fim_functions.php, the last section read:

  1. 
    
  2. {
    
  3.    if ($urltype == 'false')
    
  4.       return htmlspecialchars(get_bloginfo('url')."/wp-content/plugins/fgallery/fim_photos.php");
    
  5.     else
    
  6.       return htmlspecialchars(get_bloginfo('wpurl')."/photos");
    
  7.     }
    
  8. }
    
  9.  

This caused a problem for those folks whose Word Press folder doesn’t sit in the root directory, so I changed it to this:

  1. 
    
  2. {
    
  3.    if ($urltype == 'false')
    
  4.       return htmlspecialchars(get_bloginfo('wpurl')."/wp-content/plugins/fgallery/fim_photos.php");
    
  5.    else
    
  6.       return htmlspecialchars(get_bloginfo('wpurl')."/photos");
    
  7. }

Apr 13, 2006

thx, the spacing was the solution. i’ve tried that before, but it still was to less space… increasing the width and height just a bit more helped out perfectly ;)

Apr 13, 2006

sorry for doubleposting… i’ve a suggestion for further versions of fGallery:

it would be nice if galleries could be protected by password, so you can publish certain galleries just for friends or business contacts.

another suggestion: adding the possibility to upload the high-res image (original or a given size) and link to it in the detail-view of the image. of course you can do it by ftp and writing the link to the high-res in the image-description, but it would be much more comfortable if you can do this with wordpress.

both suggestons together would be the perfect solution for making a gallery of your latest vacation with your friends and share your pics with them.

how do you think?

Apr 13, 2006

eskimoo-
Good suggestions, I will surley consider them.

Apr 13, 2006

hey, i got it to work. i deleted the .htaccess file and, boom, it all falls into place. however, after creating albums, i click on them but it doesn’t display the images in the album.

http://shift.farvista.net/wp-content/plugins/fgallery/fim_photos.php/album/

thanks!

Apr 14, 2006

sorry to bother you again, but i tried re-installing the entire plugin again. i deleted everything and uploaded a new download again. i got the same database error as before. i did everything the installation instructions said. what is going wrong?

thanks a bunch. i really appreciate it!

Apr 14, 2006

ahem. please disregard my previous comment. the problem only consists of my albums not opening. any help would be greatly appreciated

Apr 14, 2006

Fredrik Fahlstad

shift-
Yes I discovered a bug within the bug (he…), it’s corrected now. (Hopefully) try to download again, and thanks for the feedback.

Apr 14, 2006

ok, i installed it again. the thing is, the album link on the page is to wp-content/fgallery/album/[album name] when no such folder exists. my friend tried it on his wordpress, and it works fine. i don’t know why it’s linking the album to the folder and not the page template.

here’s the link to it:

http://shift.farvista.net/wp-content/plugins/fgallery/fim_photos.php

i guess what i’m wondering is why it’s creating a new album folder and is the fim_photos.php file working? thanks!

Apr 14, 2006

forgot to add…

the “current albums” link is set to a folder “photos”. again, no folder exists.

Apr 15, 2006

ok, so after i UNchecked the “nice urls” feature, the albums began to work properly. i think that the plugin is coded to look for nice urls, not the regular links. therefore, at least on my host’s server, it creates a problem and goes either to the index page or the host’s default error page. i don’t know if it’s a problem on my end or in the code.

just giving a heads up. still, this is an awesome plugin! thanks!

http://shift.farvista.net

Apr 16, 2006

shift-
The script is coded to use or not to use nice url’s, this can be set in the fGallery->options. If your url’s are giving you a hard time delete .htacess and generate a new through the wp admin interface. And a new set of rules in the fgallery options. Nice urls are not on by default, but one have to chose this in fGallery->options. Chose your base url and make a note of this. Then in your theme link to:

- USING NICE URL’S:
http://www.example.com/photos or whatever you set your base url to.
- USING REGULAR URL’S:
http://www.example.com/wp-content/plugins/fgallery/fim_photos.php

Good luck

Apr 18, 2006

yea, i think it has to do with the mod rewrite feature. however, i’ve been advised to be cautious with it, so i guess i’ll just stick with what i have now. thanks though!

also, i have a question. when i call the thumbnails from the sidebar, all my images are the same width. now, although that’s a good thing, some are not the same dimensions and, when resized, the images are pixelized and look horrible. is there a way to just display the thumbnails in their original size? thanks

[...] I’ve added a new image gallery thanks to some good people who make this sort of stuff. The only glitch that i can see so far is that the tabbed part of the navigation resets itself to “blog”. Something I’ll live with for now, but will eventually look into. [...]

Apr 19, 2006

[...] I’ve added a new image gallery thanks to some good people who make this stuff. The only glitch that I can see so far is that the tabbed part of the navigation resets itself to “blog”. Something I’ll live with for now, but eventually look into. [...]

Apr 19, 2006

hi, hope you don’t mind if i have another suggestion for next versions of fGallery ;)
it would be nice if the title of the image that one can enter while uploading, would be displayed as title-text of the image (the “alt” attribute”) in the gallery.

another suggestion regarding the sidebar-images… it would be nice if one can define the album(s) from which random images (or the last ones) are taken. and if – in future – there will be private albums (password protected), you dont want to have a thumbnail of a personal picture of your last outstanding party in the sidebar ^^

Apr 19, 2006

hi. thanks for a wonderful theme and gallery that goes nicely with it!

id like to integrate lightbox, so i dont view a new page when i click on an image, just a nice popup, and also it woudl handle larger images nicely. ive been looking through the function php file, but i cant figure out how to do this. can you tell me what to change? i notice youve integrated it yourself in your own gallery page, at least for some of the images…

it would be great it that functionality could be integrated into the options like someone suggested above.

still good job, ill be using it even if i cant get lightbox too!

thanks again!

Apr 20, 2006

[...] Also working on a photo gallery that’s easy to administrate called fGallery. This is more for Jenn to use as she’ll need to take advantage of the web-based control panel feature by wordpress. Not sure how it will work with K2, but it wouldn’t upload files for some reason. I think it’s a chmod problem. Dunno, I’ll troubleshoot further. [...]

Apr 20, 2006

I recommend to test this version of lightbox http://eye.loveline.ru/2006/03/13/litebox (it is named litebox, because it is only 5Kbyte instead of 70Kbyte of original).
Now you can use keyboard and it is easier then in original version:
instead of N for next image, and Space button instead of X to close image.

Besides you can change background-image thumb-trans.png to have another transparense (as I did http://bestann.com.ru/css/lightbox-test.htm

Apr 20, 2006

← instead of P for Previous image and → instead of N for next image, and Space button instead of X to close image.

Apr 21, 2006

Hi!
Your album is great with the recent updates!

Just a question: is there a way to change the order of the images in an album? It would be great if there would be two (“Move up” and “Move down”) buttons in the Manage Album Images page.

P?l

Apr 22, 2006

Lars

Hi.

I don’t know why but I have a problem, showing the photos within the album.

The link http://myweblog.xyz/wp-content/plugins/fgallery/fim_photos.php?album=test&image=IMG_0943.JPG
does not show the actual photo although I uploaded it in fGallery options.
Why?

Nevertheless, great plugin.

Lars.

Apr 22, 2006

When I deactivate and back to activate this plugin I got error message below:

WordPress database error: [Multiple primary key defined]
ALTER TABLE wp_fim_images ADD PRIMARY KEY (id)
WordPress database error: [Multiple primary key defined]
ALTER TABLE wp_fim_cat ADD PRIMARY KEY (id)

on the top of my page. What is it? Thx before…

me, sUpricak3p

Apr 23, 2006

hi,
your plugin looks great but I just cant put it to work. I have done everything you’d written here and have read the comments so far but I don’t know where am I wrong. the gallery shows the thumbnails but the images aren’t shown (not with the lightbox nor without it)
here is the gallery that I try to build:
http://uriashi.com/binyamina/wp-content/plugins/fgallery/fim_photos.php
thanks,
uri

Apr 23, 2006

Hello. I am using the K2 theme and I’m trying to get your fgallery plugin working. I have followed the steps above regarding setting the permissions. When I go to fgallery > fgallery, I have the following message at the top, “WordPress database error: [Table 'rmahone_wrdp3.wp_fim_cat' doesn't exist]
SELECT * FROM wp_fim_cat”. Can you tell me what I’m doing wrong or how I can fix this? Thanks!

Apr 23, 2006

I think I got it to work. For some reason, the tables were not automatically being created, so I used phpMyAdmin and manually created the tables.

Apr 23, 2006

Trying to upload pictures, but everytime I try it says ‘upload failed’. I’ve followed all instructions properly and have chmod’d everything properly. Any help as to how to fix this would be great.

Thanks!

Mike

Apr 23, 2006

Jason

Nice looking plugin.

I have install, changed the permissions, and activated. When to the fgallery tab to uploads picks, I get this:

WordPress database error: [Table 'kenda064_wrdp1.wp_fim_cat' doesn't exist]
SELECT * FROM wp_fim_cat

Do I need to make a database or something?

Apr 23, 2006

Jason and Raj
My mistake, the tables are not created, please download again this is now corrected.

Apr 23, 2006

hi, this is a great plugin, but i have a Question or a problem…

the gallery works great but when y use i cant see the preloader and the close button to the big image.

what happend ???… any idea??

look that (is a test)..
http://www.d-cv.com.ar/blog/wp-content/plugins/fgallery/fim_photos.php

Apr 23, 2006

Benny-
Look above under the heading “Using lightbox”.

Apr 23, 2006

thanks!!!!!!!!! thar great!!!

Apr 23, 2006

ups!!!, one more…
i cant use “Add by existing folder”, when up a directory whit my ftp soft nathing do, look the message:

550 /d-cv.com.ar/html/blog/wp-content/fgallery/Lincoln: No such file or directory
Failed to create folder; folder does not exist
Failed [Unknown reason]

any idea?
thanks again!

Apr 23, 2006

hi,
I’ve tried to install the plugin again and still only the thumbnails are being displayed and the images aren’t.
however, I’ve noticed that the thumbnails gets chmod of 664 and the images are chmod 600. I tried then to change the images chmod manualy one by one to 664 and it worked! the images are displayed. so where am I wrong? :(

Apr 24, 2006

another problem that I have:
would it be possible in the future to give the pictures names in other languages? (right now it is possible only if you don’t use the lightbox affect. also, I tried to change the phrase “current albums” in the file fim_functions.php into a hebrew word but it gave me a line of question marks..)

Apr 25, 2006

one more, look this theme for wordpress…
http://www.d-cv.com.ar/blog/ is from http://www.plaintxt.org/themes/plaintxtblog/

ok?, look now the fgallery with the same template!! what happend??, don`t work the theme and lightbox, some one knows why??

http://www.d-cv.com.ar/blog/wp-content/plugins/fgallery/fim_photos.php?album=test

Apr 25, 2006

How did you do the effect with comments (highlight you own comment in green)? Plugin?

When i dont’t have Resize images:On the gallery doesn’t create thumbnail while uploading the file. IS it possible to create it afterwards?

Apr 26, 2006

Great plug-in! I love it! Just had a question, how is it that you get the ZZIPlib funtion to work? Is there something you could refer me to so that I can get it to work also?

Second question how can I remove the 2MB upload limit…or how can I add the funtionality to select multiple images?

Thanks

Apr 26, 2006

Nevermind my post above…I got the zip funtion working.

But my second question still stands…any way to change the 2MB upload limit?

Apr 26, 2006

Fredik:

I was really excited to learn lightbox for WP was around. I installed it..here:

http://www.dkworldwide.com/techlife

and have the Nice URL of:

http://www.dkworldwide.com/techlife/photos

But as you can see even with lightbox turned off the theme is completely missing. I must be missing something.

The FAQ does not seem to apply to the ever popular Connections theme, as the lines of code are not present.

Any other ideas?

Apr 28, 2006

Pete

I’m using your fgreen theme on my site. After installing fgallery, I made the changes to the php file listed in your FAQ as being necessary to get the theme working again. This was successful and the gallery displays perfectly, but now ordinary pages (and the archive listings) display with the sidebar moved to below the content (normal blog entries display correctly, as does the gallery).

The same thing happens with some of your other themes such as fheaven. Any ideas? My installation is completely stock, with only fgreen and fgallery installed on top of the base wordpress installation.

Apr 28, 2006

Pete

Forgot to mention — the default theme works fine, but then it didn’t seem to need the modification from your FAQ.

Apr 28, 2006

Fredik:
Thanks for the great plugin!!
It’s awsome!
What file do I need to edit if I want to have albums ASC or DES? right now they’re in the order I added them in.

Thanks

Apr 30, 2006

Pete

Ignore my above posts — found the problem. I forgot to add the content div to the other php files (for archives, pages, etc). Added it there as well and everything’s fine.

May 1, 2006

Beheriter

I install and when i try to upload it says:

Warning: move_uploaded_file(): SAFE MODE Restriction in effect. The script whose uid is 902 is not allowed to access /home/virtual/site20/fst/var/www/html/mysite.com/wp-content/fgallery/mygallery owned by uid 48 in /home/virtual/site20/fst/var/www/html/mysite.com/wp-content/plugins/fgallery/functions/fim_main.php on line 264

Please help

[...] Here is a link to a picture taken during the wardrive: http://tech.cellfi.sh/photos/album/wardriving/image/metro-gps.jpg as I haven’t totally configured and figured out fGallery yet. [...]

May 4, 2006

Any Ideas on what to try next? My problem is this; I am able to create an album fine. I am able to select the album and click ‘browse’ and select an image file. I am given the dialog “Added image”. When I goto manage that album, I am told that no images exist for that album. It is an endless cycle. The directory on the server does have that file in it and has ‘writable’ permissions. Thanks in Advance!

May 6, 2006

Hi, I’m using your plugin which is just great!
I just remarqued that only the admnistrator user can use the fgallery. Is it possible to change it so other type of user (such as author) could use fgallery as well?

Thanks!

May 7, 2006

Hoon Lee

hey there fredrik.
i’m getting the same error shift got a while back:

WordPress database error: [Multiple primary key defined]
ALTER TABLE wp_fim_images ADD PRIMARY KEY id (id)

WordPress database error: [Multiple primary key defined]
ALTER TABLE wp_fim_cat ADD PRIMARY KEY id (id)

i believe i downloaded the latest version. any thoughts?

May 7, 2006

Hoon Lee

follow up.
i think i have it working basically nnow
how do i put a title into the top of the page though?
like i want to have a header that says phhoto.
tried to put it in the fim-photo.php but it doesn’t work. any suggestions? thanks!

May 13, 2006

Daniel

Do you think you can tell me how to tweak out the fheaven theme to uses your gallery. I moved around the content div like you suggested and it sort of worked…but it still ‘different’ the top picture is now centered.

I would really appreciate the help

May 15, 2006

For those with the ALTER Table issues, insert the following after
$table_name_cat = $table_prefix . “fim_cat”;
and before
get_currentuserinfo(); in the fin_install function of the plugin:

  1. 
    
  2. $tablecats = false;
    
  3. $tableimgs = false;
    
  4. 
    
  5. $tables = $wpdb->get_col('show tables;');
    
  6. if (in_array($table_name_images, $tables)) $tableimgs = true;
    
  7. if (in_array($table_name_cat, $tables)) $tablecats = true;
    
  8. 
    
  9. if(!tablecats || !tableimgs)
    
  10. {
    
  11.  

and insert a } before the final } of the function.

This fixes the code trying to reinitialize on every single plugin activation.

May 15, 2006

hello
i got the problem with the hardlink

see my sidebar, i want that “gallery” ist placed like test and about

any advice?

May 15, 2006

Dan: Thanks.

Iselia: You have the li tag outside of the ul tag.

May 16, 2006

Fredrik,
Love the plugin. Working on my own plugin addon to allow linking of a gallery to a post (with a cover thubnail). The beginning of my work can be seen at http://test.trugeek.us and I’m hoping to have the posting addon done tomorrow. I’ll send you the code if you’d like (It’s a plugin as well), for potential inclusion/improvement.

May 16, 2006

Everything works for me except the “Add by existing folder” part. Does this work if WordPress is not in the root folder? I just get a page with no images, and a “Add Images” link. No images get added, however.

May 16, 2006

Hello! Very nice plugin indeed… Good job!

I found a problem, and I thought that it will be nice to share the solution.
If you enable the nice url for gallery, and change the name from “/photos”, some links in the gallery are still pointing to “/photos”.
The solution:
Open fim_functions.php, and on line 387, instead of

return htmlspecialchars(get_bloginfo(‘url’).”/photos”);

put

return htmlspecialchars(get_bloginfo(‘url’).”/”.get_option(‘fim_baseurl’));

Regards

[...] More changes – my new picture gallery is up and running here The new gallery uses the wordpress plugin fGallery and the funky picture thing, I’m really pleased with how it’s turned out. I decided to start hosting the best of my pictures on my own web space, rather than keep linking to flickr because, as wonderful as flickr is, it’s not really meant as a way of advertising business or selling pictures. I shall keep using flickr as well for personal use as it’s fun to see what other people think my pictures. [...]

May 17, 2006

I found a type in the above code. Try the following instead

  1. 
    
  2. if($wpdb->get_var("show tables like '$table_name_images'") != $table_name_images && $wpdb->get_var("show tables like '$table_name_cat'") != $table_name_cat)
    
  3. {
    
  4.  

May 17, 2006

After playing with fGallery some more, I’ve noticed another issue. If files are named the same, the gallery will only open the first one in the table. To compensate, I added another if statement to fim_get_the_content() which does a search based on both gallery and photo name.

  1. 
    
  2. if(isset($_GET['image']) && isset($_GET['album'])){
    
  3.   $_GET['album'] = fim_get_cat_id($_GET['album']);
    
  4.   $_GET['image'] = fim_get_albumimage_id($_GET['image'],$_GET['album']);
    
  5.   return fim_get_image();
    
  6. }
    
  7. function fim_get_albumimage_id($name,$album)
    
  8. {
    
  9.   global $table_prefix, $wpdb;
    
  10.   $table = $table_prefix . "fim_images";
    
  11.   $name = $wpdb->get_row("SELECT id FROM $table WHERE image = '$name' AND cat = '$album'");
    
  12.   return $name->id;
    
  13. }
    
  14.  

Also, while finding this, I found in fim_main.php that the gallery wasn’t getting passed to the uploaded function, so I added

  1. " name="gallery_id" />

to the form (in all three items), added $gallery = $_POST['gallery_id']; to the uploaded for loop, and added

  1. AND cat = '$gallery'

to the SQL statement. Cheers.

May 17, 2006

The

  1. name="gallery_id" />

above should have been

  1. 
    
  2. <input type="hidden" value="<?php echo $gallery;?>" name="gallery_id" />
    
  3.  

May 17, 2006

Chris

Is there a way to change to order of the albums displayed. I believe the latest album to be created is displayed on top. I would like to change that. Any suggestions! Thanks!

May 17, 2006

Rather than keep posting the updates to comments, I’m now keeping an update log at http://test.trugeek.us . Fredrik, E-mail me if you’d like the addon I’ve written to “attach” galleries to posts and such.

May 18, 2006

Sorry, for my english and for my question:
How can I make a language-file?
I want to make a german and a romanian language file.

May 21, 2006

Chris

This plugin is great! However, I just tried it with your ‘fgreen’ theme and found that it does not play well with this theme. The ‘white’ backounds is missing and the sidebar is not displayed properly. Any ideas? Anyone else? I have tried this on two different installations and have gotten the same results.

May 21, 2006

Chris

Problem corrected. I moved the from the header.php to index file and everything displays nice again!

May 23, 2006

Hello,

I realy like this plugin !
In order to integrate it on my website, how can I display an album in a post ?
Exemple :
- Main page : Photo
- Sub page : Album 1 – display the fgallery Album 1
Tak !

May 24, 2006

mike rheault

hi, i got an error when i tried putting the random image in the sidebar……

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1]
SELECT image, id, cat FROM wp_fim_images ORDER BY RAND() LIMIT

great plugin! and i apprieciate any help.

May 26, 2006

mike rheault

and a suggestion:

it would be nice to be able to reorder the images in a particular album. :)

May 26, 2006

mike rheault

nevermind about the random image in the sidebar…i figured it out. great plugin!

[...] Download it here See it in action [...]

[...] 1) If you have a Lightbox plugin, you might want to disable it. One of the commenters from Foliage Mod said he’d integrated the lightbox (js?) manually instead of using the plugin. I don’t know how to do that…help? 2) There are a few plugins that the template assumes to be installed: Ultimate Tag Warriorand and Damaged Goods Quoter. You might however want to remove them from the template if you don’t want to use those plugins. 3) Drawer fails to activate if you’re using Inline AJAX Comments (0.3) and fGallery plugin. Same with the lightbox plugin, the theme might have conflict with prototype.js file. [...]

Jun 2, 2006

Here are 2 Solutions (can u add in FAQ?)

Q: My wordpress creates automatic pages, so i can’t add it manually in my navigation.

A: Go on the FTP in the directory of your current theme. example: http://www.my-site.com/wp-content/themes/fspring/

now you have to open the header.php and go to the line where the navi is createt. example:

now u have to add following lines after that above:


Gallery

————————————————-

Q: The pictures lie on top of each other or overlap.

A: You have to edit the Thumpnail size. best: 96

————————————————

any questions:

icq: 166981292
email: info[at]a2-ffm.de

Really nice Gallery script if u solve the probs :)

Jun 2, 2006

hm the guestbook script doesn’t support my code snippets…how can we solve it?

[...] You can download from here. [...]

Jun 8, 2006

I have made a Spanish language file for Fgallery I would like to share it.

Another thing.. how do I make it show in the Fgallery options..

[...] Nyt galleri: Singapore Gallery 0.1 er installeret nu. Det er ikke det mest fancy galleri i verden (jeg synes fGallery er svedigt, men det kan ikke det der med subgallerier), men p et tidspunkt skal der nok komme lightbox2 og ‘recent-images’ ude i sidebaren. Flock og flickr m vente. [...]

Jun 10, 2006

Warning: imagepng(): Unable to open ‘/home/greenp/public_html/dream/wp-content/fgallery/dreamphotos/thumb_4.png’ for writing in /home/greenp/public_html/dream/wp-content/plugins/fgallery/functions/class.imageMod.php on line 120

I get this “warning” when I add images from an existing folder within wp-content/fgallery/

Everything seems to work but the thumbnail images…

any suggestions?

Thanks

Jun 11, 2006

I love this plugin, it is so light and graphically pleasing. I was looking for something like this for a long time and fortunately I stumbled up this site.

Jun 11, 2006

Hi,
firstly, thanks for a great plugin it works very well and was just what I was looking for. I am also getting the error noted by Shift, namely:-

WordPress database error: [Multiple primary key defined]
ALTER TABLE wp_fim_images ADD PRIMARY KEY id (id)

WordPress database error: [Multiple primary key defined]
ALTER TABLE wp_fim_cat ADD PRIMARY KEY id (id)

After reading your reply to his post I downloaded the plugin again and reloaded, but I still get the errors. This also occurs when activating certain other plugins. For example the WordPress 2.0.3 Tuneup plugin. The error does not seem to affect the working of any plugins but it’s just a bit weird the way it keeps reporting.
Seoras

Jun 13, 2006

rigden

Currently working on a widget showing the latest image of a category of fgallery, could be usefull for webcams

Jun 13, 2006

I would really like to use your gallery, but I’m hesitating a bit untill

1. I can have subfolders (galleries within galleries)

2. I can upload via ftp, or nt have toinstall that ZIP-thing (I cant figure it out).

…so far I’m sticking with sgal.org, though the lazyest gallery also is lokking promising…

Jun 14, 2006

Joe

When I try to add by existing folder, this is the error I get “No such folder d:\hosting\joe\blog/wp-content/fgallery/mt/.”. I’m using a windows hosting account. Am I getting this error because windows uses backslashes and linux uses forward slashes? How can I fix this?

[...] fGallery ?ć???plugin???????????????????????wordpress ?.?+ ???߇??????????Ň????ɇ???????????????LJ????ć??????ɇ??????? ??߇?Ň?Ň?? lightbox ????Ň???߇????????????߇??Ň???Ň?????ɇ???ć?߇????Ň???????? ????LJ?????????LJ????????ɇ??????????????? ?LJ??????ч????????ć?????????ɇ??? ????߇????ɇ????????Ň?????? ??????Ň??? ????????Ň???????????????? url ?LJ????????????ɇ?????? ?Ň?????????ч???ч?? ?Ň?nice url ?Ň???߇?Ň?????ć????ч???LJ?????ć????????ć??? ?Ň???????Ň???????߇????ć?????????Ň???????? wordpress ????Ň?܇?ć????? ?Ň??????? ?ć???????????ć?߇??????Ň??????????????Ň???߇????????????????܇?ć?????߇? ?ч????????????Ň?Ň?????????ч? [...]

Jun 15, 2006

mike rheault

i’m getting the same issue…..

Hi,
firstly, thanks for a great plugin it works very well and was just what I was looking for. I am also getting the error noted by Shift, namely:-

WordPress database error: [Multiple primary key defined]
ALTER TABLE wp_fim_images ADD PRIMARY KEY id (id)

WordPress database error: [Multiple primary key defined]
ALTER TABLE wp_fim_cat ADD PRIMARY KEY id (id)

After reading your reply to his post I downloaded the plugin again and reloaded, but I still get the errors. This also occurs when activating certain other plugins. For example the WordPress 2.0.3 Tuneup plugin. The error does not seem to affect the working of any plugins but its just a bit weird the way it keeps reporting.
Seoras

Jun 15, 2006

Joe

Ok, I figured out the problem(at least that’s what I think), the problem has nothing to do with the slashes. The problem is that I’m hosting my website on godaddy’s windows server. They have decided to run php on safe mode which disables certain functions such as opendir(). This function is required for the “add by existing folder” feature. Is there a way around this such as using another function?

Jun 15, 2006

Hey Fredrik, great idea for a plugin, but I’m getting the same problem a lot of people are having. I’m using WP 2.0.3 and getting -

  1. WordPress database error: [Multiple primary key defined]
    
  2. ALTER TABLE main_fim_images ADD PRIMARY KEY id (id)
    
  3. 
    
  4. WordPress database error: [Multiple primary key defined]
    
  5. ALTER TABLE main_fim_cat ADD PRIMARY KEY id (id)

also like other people. I just activated the plugin when this happened. I’m looking forward to using it, though. Thanks.

Jun 15, 2006

Joe, Most likely the work around would be to go to another hosting provider. There are several low-cost providers that work well. I’m currently using 1and1.com without issues for a relatively low rate.

Jun 15, 2006

lotus

I’m having trouble getting the thumbnails to display. Instead of the thumbnails, just a very small black box appears. Is there a simple troubleshooting on this problem? Also, thumbnail folders are not being created when I upload images. Maybe this is the problem, but I’m not sure why it’s not working. Any suggestions would be greatly appreciated.

Jun 15, 2006

lotus

the thumbnail problem is probably related to the error message I get when uploading images:

Fatal error: Call to undefined function: imagecreate() in … on line 105 which is:
$new_image = ImageCreate($new_size[0], $new_size[1]);

Does that help explain what kind of problem I’m having?

Though the thumbnail is not appearing, and there’s an error message on the upload, the images do show up on the page.

Jun 15, 2006

Joe

Yea… I think that’s what I’m going to have to do. Anyone know of a good hosting service that provides both ASP.NET and PHP? It seems that 1and1.com only provides one or the other.

Jun 16, 2006

lotus

Hi there. I’m wondering if there’s a way to make sub-galleries within the main galleries?

Jun 16, 2006

You’ll very rarely find one that supports both (though they are out there). ASP.NET is primarily a windows only host thing, and on most of those hosts, PHP is crippled for security reasons .. What reasons do you need both?

Jun 17, 2006

Hi:

Thanks for a great plugin. I just wish I could get it to work properly.

My header.php file in my Connections Theme folder does not have the line, and my index.php file has this line already under the line. However, when I click a thumbnail in the sidebar, the gallery page looks like it has no style applied to it. I’d love to know how to fix this.

Is there a way to have four thumbnails in the sidebar in a 2 row/2 column configuration?

Thanks for any help,

Sam.

Jun 17, 2006

Hoon Lee

How do you reorganize albums? Do you have to delete and re-enter? I’ve tried to do this but it’s telling me that files already exist and therefore cannot be added, including gallery names.

Any ideas? Thanks in advance.

Jun 17, 2006

thats my problem to

i solved it like this:

The albums are sorted by date. U can edit the date in the mysqladmin table “wp_fim_cat”.

for more help visit http://www.a2-ffm.de :)

[...] .Wordpress PhotoGallery :- fGallery [...]

Jun 19, 2006

Kim

Hello Frederik.

First of all: GREAT plugin. Ive been looking some time for a good yet simple and managable gallery-plugin, and fGallery is it!

Now for my problem: The thumbs (and scale-down) are often missing. Mostly the pictures are not modified at all, even though the settings state that they should. A few times, the picture was scaled down and the thumb created (around 5% of all cases), but I am unable to find a regular pattern.

Any ideas?

Jun 19, 2006

Kim

Oh! and if it is any help, then it (the missing thubs/scaling) always occours when I click upload and the plugin returns with the text “Uploaded images”

The last part of the HTML says that:

  1. 
    
  2. 
    
  3. 
    
  4.   Uploaded images
    
  5.   "
    
  6.  

And then ends. This could to me indicate that the process is not finished (ie its not done executing the script), and thereby does not make the thumb/scaledown, nor finish the HTML as illustrated

Jun 19, 2006

Kim: Check your upload quota in your PHP installation. If you upload more ten the PHP allows the server will stop processing images. This is nothing strange, just a way to limit bandwidth for web hotels.

Jun 19, 2006

Kim

New development :)

I figured out that if the images are less than 300k it works fine.. but 1+ megabyte does not work?

Jun 19, 2006

Kim

Thank you Frederik – that at least makes it possible for me to use it.

An idea (while uploading images) i had for improvement:

Howabout allowing for film? It would not require much. My camera (and most others) automatically produces a thumb if the .mov-format is to complicated to work with in PHP, with the same filename, so the users could just upload .mov + .jpg and the one would then be thumb and the other the film. When the user clicks the film, the film should just load and playback?

Just an idea, but it could be great :) :)

Jun 20, 2006

Hey, first of all, great plugin. Easy to use, and does exactly what I want. I had to modify some of the code to make it use the standard wordpress html tags (just a preference), and viola, instant gallery. I love the use of lightbox, I was looking to integrate that into any gallery I found, and this one has it built-in!

Just a quick note. Is there any way to manually re-generate thumbs/resized photos? In case I want to change settings later and then regen everything.

Thanks again,
munkay

Jun 21, 2006

effe

hi, how i could do something like the http://themes.wordpress.net/ site?

i would show some images like they do on that site

Jun 22, 2006

Kim

Small bug:

If you have a imagename.jpg called Imagename.JPG then the system wont recognise the image when adding as folder.. Just thought you should as its a small bug that only needs some uppercase/lowercase comparison when looking for images :)

And I am still a big fan! :)

Jun 23, 2006

Can you use this plugin to pull thumbnails into posts and ,on click, show the full size image using lightbox.js?

Jun 26, 2006

Chris

WordPress database error: [Multiple primary key defined]
ALTER TABLE wp_fim_images ADD PRIMARY KEY id (id)

WordPress database error: [Multiple primary key defined]
ALTER TABLE wp_fim_cat ADD PRIMARY KEY id (id)

when i activate the plugin,I get the problem ,what is wrong ..Help…

Jun 26, 2006

Kim: Thanks, I’ll take a look at that.

effe: Services

Jun 26, 2006

Fredrik,

Again great plug-in…but was still wondering if there’s a way to change the 2MB limit, how about 200MB…or 2GBs.. =)

Thanks! Keep up the awesome work!

Jun 26, 2006

lvlolvlo : The upload restriction is in your PHP-installation, if you don’t have access to your php.ini then you have to talk to your web-hotel.

If you have access to the above named file you can change this limit to whatever you like. I advice you to take a look at the PHP website.

Good luck

Jul 1, 2006

Tengo un problema, y es que no se visualizan las imagenes, que puedo hacer? porque puede ser?, ,y yo veo las imagenes bien en la ruta del ftp :(

http://www.malder.info/wp-content/plugins/fgallery/fim_photos.php

alguien puede ayudarme en espa?ol?

Jul 1, 2006

malder: Do you expect me to understand you?

Jul 1, 2006

FXN1

How about an _is tag. like is_fgallery :)

Jul 3, 2006

df

thats what i get when i reactivated the plugin, do you know why?

WordPress database error: [Multiple primary key defined]
ALTER TABLE wp_fim_images ADD PRIMARY KEY id (id)

WordPress database error: [Multiple primary key defined]
ALTER TABLE wp_fim_cat ADD PRIMARY KEY id (id)

Jul 4, 2006

Fredrik, thank you so much for this plugin. I’ve been looking for something like this for almost two years. I like that it fairly easy to understand and to use for those of us that don’t hack our wordpress installations. It would be very nice if with the next version of WP, this plugin would be standard.

Jul 7, 2006

Jag kan lika g?rna skriva detta p? svenska, h?r ?r mitt problem:

Jag har lyckats skapa ett galleri men n?r man ska f??rs??ka se p? bilderna blir thumbnails v?ldigt konstiga, jag har ingen aning om det beror p? mitt tema eller ifall jag har st?llt in n?got fel. S? h?r ser det i alla fall ut:

Galleri

Och sedan s?h?r.

Hur f?r jag bilderna att se normala ut?

Jul 8, 2006

Jarsonic

Hi Fredrik.

Nice job, I like your plugin, but I have some problems. I donnt know why the following message appears because I’ve follow each step. Any suggestion?

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@jarsonic.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

[...] If you want to find out more, head over to the Step Out+ section of the BUSY website. If you want to see some pictures, head over to the Step Out+ gallery, which runs on fgallery, which I am considering adopting to use on here [...]

Jul 12, 2006

Everything is working perfect for the gallery I set up here: http://www.pribek.net/ . However, whenever I activate a new plugin on the plugins page, I get the following error:

WordPress database error: [Multiple primary key defined]
ALTER TABLE wp_fim_images ADD PRIMARY KEY id (id)

WordPress database error: [Multiple primary key defined]
ALTER TABLE wp_fim_cat ADD PRIMARY KEY id (id)

What does this mean and can I ignore it?

Jul 12, 2006

jayne d’Arcy: Yes it’s a bug and you can ignore it. It doesen’t affect anything, I’m working on it.

Jul 13, 2006

John

Very nice plug indeed.

However as a norweegian I ran into some problems with special characters ( ?,??,? ) using lightbox, and I`d like to translate the pot to a norweegian version.

Any ideas on how to fix it ? Its a problem with the lightbox code i guess and not the plugin ( core )?

I`m planning on using poedit to do the translation, but how/where do I add an extra languagefile in the plugindirs ?

Are the swdish version available to help me translate to Norweegian ?

Cheers John

Jul 14, 2006

John

Would it be possible to use the TinyMCE js in already included in WP to make it possible with special characters in the texterea input for gallery and image titles and descriptions ?

If yes, where in the code should I add the neccessary code ?

Jul 14, 2006

John

Would it be possible to use TinyMCE already in the wordpress install, in the textareas for image name and description, to make it possible to use special characters in image names and image description.

I maanged to make it work with with the description rendering , and correctly but ran into trouble with the alt image info.

Any better ideas anyone ?

Jul 14, 2006

hip

Hi,

FIRST of ALL: thanx for the best WP image gallery plugin I’ve found till now. No bugs, no errors, no annoying useless xtra features. GREAT!

Now a few comments + suggestions:

1.- Shouldn’t it be useful having a support FORUM to FGALLERY? I’ve been diving down this looong list of comments and it’s not easy to find what you look for + I believe it is much work to you, Fredrik, to read and answer everything, when community (we) could give support to newbees and previous answered questions.

2.- I haven’t checked yet the architecture of this plugin but I (want to) believe it may not be far of 100% integrating in WP post system. I mean:
2.A.- Each image loads into the WP post DB table, instead of in its own table.
2.B.- They all would belong to a ‘photo’ WP category in order to have control on these ‘new kind of posts’
2.C.- Each gallery would be a subcategory of the ‘photo’ category
2.D.- This will give us the chance of having comments, RSS, ratings,… (and any post option given by plugins) to every single picture
2.E.- Having a ‘photo’ category we can theme this category as we like via theme-category plugin (or PHP conditionals in templates) and CSS
2.F.- As a last effective touch, the fgallery ‘upload image’ option would appear under ‘Write’ in WP main menu (so that we’d have Pages, Posts, and Images).
2.G.- NOTES: I know it’d a MAJOR change. I don’t want to annoy you, I swear :-) . But fGallery is the plugin that rests closest to what I think should be a WP standard feature. ### This very same feature exists in Drupal (http://www.drupal.org) as the ‘image.module’. ### I do offer myself for whatever help you may need in coding, styling, documenting, as far as I can.

3.- Last, I offer myself, as some have done before, to take part in the spanish translation. Ready for locales, yet?

Hope I haven’t disturbed you, I’m not off-topic, I’m not too boring or so. Thanx again for the plugin and have a good day/summer,
hip

Jul 14, 2006

hip: Very good suggestions, the forum is a great idea. I’m currently working on an update and I will give your suggestions a lot of thought.

Or how Steve Jobs would have said it:

I hear you loud and clear.

Jul 15, 2006

Hello

First of all i would like to thank you for the great plugin. I am using it and i love it.

I have 2 questions:

1. Is it possible to get the page of gallery where thumbnails for all the sub categories (galleries) are provided or maybe just hyperlinks?

2. I am using fGreen theme along with fGallery, but when i am logged in WP, the whole design gets messed up, as soon as i logout everything returns to normal. Is this some bug in theme or in gallery?

3. If i upgrade the fGallery theme plugin, would i have to import all the galleries again into the system?

The website in question is http://www.iphotospace.com

Thanx a lot for your time in advance.
Really appreciated.

Sumit Bahl

Jul 19, 2006

hip

Hi Fredrik,

if you ever go for any ‘major upgrade’ as suggested, let me know and will be happy to give a hand. I’m expert on nothing but quite versatil ;-)

See you,
hip

Hey MrDesigner :)
Is this plugin also working for the other blogs like blogevolution?
Iam interested in integrating it into my another blog.
Let me know
Also this plugin rocks :)

Jul 22, 2006

Jernej

Like some of the others I’ve got a problem with text encoding. Whenever I’m in the gallery all the special characters (in the menus and elsewhere) turn into a mess. When I navigate back to another page it all goes back to normal. This happens with or without lightbox.
For some reason encoding switches from UTF8 to ISO 8859-2 (central european)

The problem obviously goes away if I select UTF-8 in the browser but I can’t really expect that users would do the same.

The only reference to charset settings I can find is in the .pot file and I haven’t got a clue how/if that affects anything. Does the language pack load at all? I’m somewhat reluctant to delete all references to language packs…

Any ideas? Thanks!

Jul 23, 2006

Ambatchdotcom Seocontest : No I’m sorry this plugin is for WordPress exclusive.

Jernej: This bug I was not aware of, thanks for mentioning. I’ll get right on it.

hip: Thanks, I’ll come back to you if I need help.

Jul 25, 2006

Hello!
Thanks for your nice fGallery,
I like it!

I have a qustion,
how can I put “Latest Album” on sidebar?
it’s only show album cover and link to album page.

thank you!

Jul 28, 2006

Maria

Great plugin.

In all the 22 themes I’ve tried, strangely a default install of fGallery only shows 2 columns of thumbnails. For example, if I upload 20 pictures… something like this will show up: 10 rows x 2 columns… Just always 2 thumbnails per row.

What do I do to get more thumbnails per row to show up? Very, very confused. Currently, I’m using a theme called Prebuilt2 by devlounge.net.

[...] Se qualche utilizzatore di WordPress fosse interessato, il plugin per la galleria fotografica che ho utilizzato ? fGallery. formentera, foto, fotografia, spagna, vacanze, viaggicategorie: Zanblog, Fotografia [...]

[...] .Wordpress PhotoGallery :- fGallery [...]

Aug 2, 2006

Jernej

Not a bug but something that bugs me ;)

Creating new albums should be available on the same page as uploading images to those albums.

I’m dealing with a particular group of luddites on this project and they seem to have a problem grasping the concept of two separate areas to do these things.

Just a thought.

Aug 3, 2006

Hi, I like the fGallery very much, it seamlessly integrates with WordPress’ admin pages. every thing works fine except for the ZIP upload. i have zziplib installed still it doesn’t work it still “Upload by zip file (Disabled)” eventhough i got zziplib installed “[root@jupiter hub]# rpm -qa|grep zzip
zziplib-0.13.38-2
[root@jupiter hub]#”
do i have to explicitly change “have_zip” in fim_main.php?

thanks.. and more power to you (:

Aug 3, 2006

Hi,

How do I put the gallery in my site just like the way it is in this site?

I created a new page in WP…what code must I be using there…

Aug 3, 2006

robothouse

Love, LOVE the plugin Fredrik! I’ve encountered some interesting issues though… Check the forums on this one as I’ve posted what these issues are and some workarounds I’ve gotten to work, etc… I’m more than willing to help do some dev on this.

Aug 7, 2006

Fredrik,

I love fGallery. Great plugin. I only got one problem.
My site looks ok in IE6, but not in Firefox. The new IE7 gives the same layout as Firefox. The pictures are displayed over each other. Check my site to see what I mean.

Do you know what the problem is and do you have a solution?

Thanks in advance!

Aug 7, 2006

Found it already. Edited the css. Sorry for bothering you :)

Aug 7, 2006

Hi Fredrik. I’m helping someone customize their WordPress site and they wanted to use your gallery. I installed the plugin and I’m getting this error:

WordPress database error: [Table 'mranieri_wp.mr_wp_fim_cat' doesn't exist]
SELECT * FROM mr_wp_fim_cat

I checked the DB and couldn’t see the table. I can create it myself, but I don’t know what the fieldnames or datatypes are.

Can you help me?
Shanaya

Aug 8, 2006

Hei!

Har et lite problem… Ser noen har hatt det tidligere, men skj??nte ikke hvordan de l??ste det. Jeg f?r denne feilmeldingen:

WordPress database error: [Table 'vegardbc_wrdp1.wp_fim_cat' doesn't exist]
SELECT * FROM wp_fim_cat

Hva gj??r jeg!? Har s? lyst til ? f? dette til…:)

Aug 8, 2006

Liz

I know that you’ve addressed this a million in one times already, but your solution was to re-download fgallery after you had done the fix…

I’m still having the problem, and I’ve obviously downloaded the most recent version as I only did it today…

So perhaps you may have some insight as to how I can just go ahead and create my own table for it? I’ve tried everything else.

WordPress database error: [Table 'tormentated.wp_fim_cat' doesn't exist]
SELECT * FROM wp_fim_cat

Aug 8, 2006

CW:
Unzip to wp-content/plugins/fgallery.
Create wp-content/fgallery for the images, chmod 777.
chmod 775 css/fim_style.css, to make it edible.
Go to WP admin->plugins and activate fGallery.
Add a new link to your site to view the photos.
Example http://www.mydomain.com/wp-content/plugins/fgallery/fim_photos.php.
Or if you are using fancy URL:s http://www.mydomain.com/photos.
If you updating from earlier version, deactivate and activate.

Aug 8, 2006

Vegard, Liz, Shanaya:

WordPress database error: [Table tormentated.wp_fim_cat doesnt exist]
SELECT * FROM wp_fim_cat

Issue solved.

Aug 8, 2006

Gabriele

“Add by existing folder”

doesn’t work. it doesn’t read the images inside the specified folder.

thanks
Gabriele

Aug 8, 2006

Gabriele

I think this is a bug.

“Browse” button replicates in horizontal everytime I add an image.
Also, the image in the list underneath replicates.

I use Explorer 7

thanks!
Gabriele

Aug 8, 2006

Gabriele

yes it’s an incompatibility with IE7
(I tested in IE6)

Aug 8, 2006

Fredrik,

Thanks for responding so fast!

It works beautifully, thank you :) It is a really great plugin. Is there some way I can embed an album directly into a page? (Right now I have a link to the album, and then I am clicking to view the thumbnails).

Aug 8, 2006

Shanaya: No, I’m sorry but the fGallery is not designed for post embedding. Perhaps in a future release.

Aug 8, 2006

Hi Fredrik,

I figured it out :) I created a fim_embed.php file off of the fim_photos.php and then used iframe tags to embed it… I had to change some of the php files tho. Its a bit hacky. But it does what I need it to :)

Thanks so much!

Aug 8, 2006

Gabriele

oh I understand… we need to kiss kiss kiss kiss butts here to get a reply.

here we go…

“First of all… great plug-in! I never seen something like this in my life… oh my God! Thank you so much for existing..!”

Enough?
:)

Aug 8, 2006

Gabriele: Sorry for not seeing your comment, but irony will not get you any further. Again I’m really truly sorry for my lack of time to answer all the comments. I’ll try to put some additional hours into my days. As 24 does not seem to be enough.

But thanks for pointing this issue out for me.

Shanaya: Great.

Aug 8, 2006

Hei, Fredrik!

N? gikk det:) Er det en m?te ? integrere albumet i en side p?? Uten ? linke til det? Du vet, “Write Page”, og lage en side slik at man kommer rett i albumet? H?per du skj??nte det:) En annen ting… Bildene kom helt opp i hverandre? Tusen takk for hjelpen og fine plugins!!

Mvh, Vegard

Aug 8, 2006

Hehe… Det om avstanden mellom bildene har du jo svart p?:) Sorry!

Aug 8, 2006

Vegard: Jod? det ?r fixat.

Aug 8, 2006

Gabriele

aaahh come on man… I am kidding with you!

Aug 8, 2006

Gabriele: I’m a grumpy guy.

Aug 9, 2006

When I created an album from a directory no thumbnails were created? I know GD is work because I use it with another album plugin. Is there a way to try to regenerate the thumbs?

Aug 9, 2006

Mobius

Hi:

everytime i install a plugin it says:

WordPress database error: [Multiple primary key defined]
ALTER TABLE wp_fim_images ADD PRIMARY KEY id (id)

WordPress database error: [Multiple primary key defined]
ALTER TABLE wp_fim_cat ADD PRIMARY KEY id (id)

Is there anything i can do to correct this. As you can see here these are the fgallery tables and it seem that they are conflicting in something. PLEASE, any help will be appreciated

Thanks in advance

[...] I have started using fGallery as my new photo gallery on the blog. It is much easier to use than PhotoPress. If you are a WordPress user and looking for a good gallery plugin checkout fGallery at http://www.fahlstad.se/wp-plugins/fgallery/. [...]

Aug 10, 2006

Mobius

Whenever I activate a new plugin on the plugins page, I get the following error:

WordPress database error: [Multiple primary key defined]
ALTER TABLE wp_fim_images ADD PRIMARY KEY id (id)

WordPress database error: [Multiple primary key defined]
ALTER TABLE wp_fim_cat ADD PRIMARY KEY id (id)

I canlt install any plugins because of this error. What does this mean? It happened after i installed Fgallery

Aug 10, 2006

Mobius: Re-dowload and try again, and the errors are not dangerous.

Ed: No, not from the fGallery.

Aug 11, 2006

Iselia

i
I’ve tried to upload images, i do all is explained (chance permissions and so on)

but when i try to upload i get following messages
Warning: move_uploaded_file() [function.move-uploaded-file]: open_basedir restriction in effect. File(/tmp/phpaW53pj) is not within the allowed path(s): (/home/www/ph2s577/) in /home/www/ph2s577/html/dskrowny/wp-content/plugins/fgallery/functions/fim_main.php on line 272

Warning: move_uploaded_file(/tmp/phpaW53pj) [function.move-uploaded-file]: failed to open stream: Operation not permitted in /home/www/ph2s577/html/dskrowny/wp-content/plugins/fgallery/functions/fim_main.php on line 272

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move ‘/tmp/phpaW53pj’ to ‘/home/www/ph2s577/html/dskrowny/wp-content/fgallery/botanischer-garten/blau.jpg’ in /home/www/ph2s577/html/dskrowny/wp-content/plugins/fgallery/functions/fim_main.php on line 272

Aug 12, 2006

Hal

Help! This plugin seems great but it’s not creating thumbnails or resizing images. This tells me there’s a problem with my GD Library, but it is installed and I’ve used it with other plugins. Is there any code that I need to modify so that this will make use of my GD library? Thanks.

Aug 12, 2006

Hal: Any error messages I need to see?

Aug 12, 2006

Hal

The only error I get is when trying to upload via the browser: “Unable to Upload File.” One thing I notice, not sure if it’s related to my problem, is that the created Album dir is owned by apache instead of me.

This is on a shared virtual server, fyi.

Aug 12, 2006

Hal

Just noticed that WP’s built-in upload isn’t working either, creates an upload dir that’s owned by apache, then can’t write to it. Since it’s obviously a server issue, I’ll look for a more general solution, but any ideas are appreciated.

Aug 12, 2006

Hal: Yes that’s a permission issue, try to change owner and permissions of the folders.

Good luck.

Aug 12, 2006

Hal

Sorry to litter your comments, but for anyone who might be having similar problems:

The root cause of my problem was something called “PHP Safe Mode.” Apache was allowing WordPress/fGallery to create new dirs but not write files to them. My provider was happy to turn PHP Safe Mode off and all is well.

Aug 12, 2006

Iselia

Any idea on my problem above?

I use a previous (0.2?) version, and all works fine.

yesterday i want to install the new version and this happens :-(

Aug 12, 2006

Iselia

additional information:

if i use Add by existing folder, it works, but then there are neither thumbnails nor a gallery preview image

Aug 12, 2006

Iselia: Some more info would be helpful. But start by checking the owner and permissions on the folder and the images. And make sure it’s in the fgallery image folder.

And is PHP Safe Mode turned off on the server?

Aug 12, 2006

Iselia

the directory fgallery in wp-content has permission 777 like in your writing. the css has 755.
plugins itself has 777
the directories inside have 755, the files inside the directory has 644.

the error messages i wrote above (11.8.)

the thing with php safe mode i ask my server provider.

Aug 12, 2006

Iselia

And is PHP Safe Mode turned off on the server?

Now it is, but nothing changed

Aug 12, 2006

Iselia: I assume you haven’t seen the support forum, please use this.

Thanks

Aug 13, 2006

janar153

Hi Fredrik,

I have translated .po file using PoEdit, but i can’t use it in fGallery. Why? I upload it into language folder and in options menu i select Estonian.po fail that i have greated, but language dosn’t change. What I’m doing wrong.

Thanks

Aug 13, 2006

I have a SQL problem I don’t understand. Here’s what appears at my side bar:

  1. [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1]
    
  2. SELECT image, cat, id FROM wp_fim_images ORDER BY date desc LIMIT

And on the main gallery everything is blank. Anything that could help? ^^;

Aug 13, 2006

Does fgallery work if wordpress is in a subfolder? Keep getting error 404.

Aug 14, 2006

Is there any way to remove the sidebar in the gallery section?

http://www.rubensolvang.com/gallery

It would be neat if it didnt show up.

I encountered another weird problem too. At first, my sidebar showed up below the images and albums. Centred. Then I edited fim_photos.php and changed this:

  1.  

to this:

  1.  

in an atempt tom get rid of the sidebar. It dident remove the sidebar, but it did fix the problem with the sidebar showing up below the gallery…

Aug 14, 2006
  1.  php get_sidebar(); 

to this:

  1.  // php get_sidebar(); 

(why didnt it the code show up in my first post?)

Aug 14, 2006

Kim

Hi again Frederik.. I’m STILL a huge fan.

And admit it: You really think adding movies to the gallery would be a great idea, right? I have a camera where I import the images from and it would be just awsome to also be able to include the films for family & friends to see! :)

:) Kim

Aug 15, 2006

Kim

And still the “.JPG” (vs. “.jpg”) error would be a treat to fix, as Im currently manually renaming 1000 files :(

Aug 15, 2006

Kim: That is fixed in version 2.3.1.

Aug 15, 2006

Kim

And two more things (sorry for the messy presentation of errors!)

1) Danish characters “does not compute” in descriptions, which is a shame as my gallery is in danish :-/ its ? ? ? that are missing..

2) When the images are imported from a folder the order they appear in are different from the order they are presented in (it is reversed). This is sligthly irritating, as when we comment on the images we tend to do a “my mother” on one image and “my mother again” on the next. When they appear in the gallery, the first image is then commented with “my mother again” and the next with “my mother”, which sounds weird..

(so does my description, but I hope you understand what I am talking about :)

Thanks :)

Aug 16, 2006

Hi Fredrik,

Love the plugin, it’s working (mostly) really well. Have one question though. In the options, I have chosen to sort albums by date and images by filename. Problems:

1. Those options don’t “stick” on the options page, i.e. I changed them and it said options changed, but the dropdown still shows the old option. Now sure how important that is.

But the main question I had is:

2. It seems to sort my images by filename, in DESCENDING order, i.e. the first one showing is picture_123, the second one is picture_122 and so on, leaving picture_1 at the bottom of the page. I’d like to change the sort order. Can you help?

Thanks a lot for the excellent plugin.

Heja Sverige.

Hanna

Aug 16, 2006

Hanna: Issues fixed, please download again.
1. Options now stick.
2. Added the choise for sort order, asc or desc.

Thanks for the feedback

Aug 16, 2006

One other question, Fredrik. Is it possible to somehow set which thumbnail gets displayed in the album view? I used Coppermine before and I liked being able to choose which image was used for the thumbnail.

Thanks.

Here is my site http://shoottheglass.net/photos

Aug 16, 2006

Hanna: Yes it is go and edit an image and you se “use as album cover”.

Aug 16, 2006

Perfect, thanks so much.

One quick question though: you said to download again. Can I just update some files, and if so, which ones? I’d rather not reinstall the whole thing.

Aug 16, 2006

Hanna: The files that are updated are those in the function folder.

Aug 16, 2006

Thanks for the quick replies. It works perfectly now. Definitely the best WordPress plugin I’ve come across so far.

Aug 16, 2006

Giampaolo

ok, i’m probably a stupid by i cannot understand the FAQ, i’ve the common problem of sidebar under the photos, so, please, what can i do? i’ve try to read the faq but are quite inconprensible for me:

FAQ

Q: My site looks funny after installation.
A: This probably has to do with the theme you are using. If you take a look in header.php you probably see:

Move this line to index.php just under where it says:

Q: Where do I change if I want more spacing between the thumbnail?
A: Change the width and height in the css file look for “.fim-tn-border-album”.

so what i have to do and where???
please HELP :-)

Aug 16, 2006

Giampaolo: Sorry about that, it seems WordPress messed up the code part. I’ts corrected now.

Aug 16, 2006

Giampaolo

thank you! i’m going crazy :-)

Aug 16, 2006

Hello again Fredrik, sorry to bother you so much today.

I’m using fGallery with Lightbox and while it’s working brilliantly, I don’t like that it’s showing title: description in the ‘title’ of the a-tag and therefore also in the Lightbox window. I’d like to remove the colon and the description, and only output the title (i.e. use the title when hovering and when Lightbox displays the image).

I had a look at the various function files, but I don’t feel confident enough to try it out myself.

Aug 16, 2006

Hanna: In version 2.3.2 go to line 112 in functions/fim_functions.php. It looks like this:

  1. $fim .= "<a href='".$folder.$img."' rel='lightbox[$albumname]' title='$title: $desc' rel="nofollow" rel="nofollow" rel="nofollow"><img src='$plugin_path/fim_thumb.php?album=$f=$img' alt='$title' \></a>";

Change to:

  1. $fim .= "<a href='".$folder.$img."' rel='lightbox[$albumname]' title='$title' rel="nofollow" rel="nofollow" rel="nofollow"><img src='$plugin_path/fim_thumb.php?album=$f=$img' alt='$title' \></a>";
    
  2.  

Sorry about the line wrapping, these should be in one line.

Aug 16, 2006

I was looking for that line and couldn’t find it. Brilliant.

Tack s? hemskt mycket f??r all hj?lp.

Aug 16, 2006

First of all thanks for the great plugin. It really works nice. I only have one small bug. I want to show the latest 2 pictures. So I placed this code in sidebar.php

  1. 
    
  2. Latest images
    
  3.  

The problem is that it doesnt display the thumbnail. IT does however link to the correct image. The html output is:

  1. 
    
  2. Latest images
    
  3. <a href='/wordpress/photos/album/mallorca2006/image/mallorca 2006 026.jpg' rel="nofollow" rel="nofollow" rel="nofollow"></a>
    
  4.  

I was wondering if there is a fix for this? Since i don’t see the thumb images in the correct folder. Thanks for your help in advance.

Aug 16, 2006

Quirijn:The version you should use is 2.3.2. This version has this bug corrected.

[...] Ok, so I just discovered why WordPress is so used by bloggers all around today. First of all, the admin system is amazingly easy to use, almost inviting the user to manage the blog whenever one have a minute of sparetime. Secondly, an immense number of plugins and themes exist – right now I am using the Akismet plugin to avoid spam, Widgets to administer the sidebar on the blog, WP Lightbox 2 to show full-sized overlay images from thumbnails and fGallery to administer the gallery (which do not exist at this time :) ). [...]

Aug 17, 2006

I’d like to show larger images. If you do that now it throws off the template. Can it be set so that the images open into a new window?

Thanks.

Aug 18, 2006

Hi,

Thanks for answering my previous question and I did exactly as mentioned in your answer. But it is not completely answering my questioin though.

The Gallery works like a charm in this link:

http://lithium.delinked.us/~boops/wordpress/wp-content/plugins/fgallery/fim_photos.php

This is the WP main page:
http://lithium.delinked.us/~boops/wordpress/

Now there you can see a page that I created named “Gallery…” What I’m looking for is how to get the albums shown in the “Galery…” page instead of giving it as a Link in the site.

Would appreciate your help on the same.

Rgds

/CW

Aug 18, 2006

CW : The plugin does not work that way, but if you like a consistent look take a look under “Modifying the page template” above.

Aug 18, 2006

Nice plug-in
Thanks

Aug 19, 2006

Thank you very much for this amazingly nice gallery! The only question I have is how to use the nicer URLs correctly. BEcause on my first try I ticked the checkbox and updated the page, whereon a new textbox poped up in the options as well as a button “Update Mod ReWrite”. I clicked on it and my gallery was gone and not to be found again. No matter what URL I tried it was either 404 Not Found or 403 Permission Denied. I screwed around for a couple of days and found the only way to get it back working was to completely reinstall WordPress and all the files in a new on my webspace. I don’t know if this is a bug, maybe I just made a mistake, since I’m still to the whole WordPress world, but could you maybe describe the proper application of nice URLs a bit more e.g. in the FAQ?
Thanks a lot in advance and also once again for you great work on the software!

Aug 19, 2006

Oh, and something else: did you ever test the gallery in IE? :) Because the fonts and the spacing is a bit screwed up on mine, although I didn’t change any css settings.

Aug 19, 2006

MacEdh

Hi Fredrik,

I see you read your post here regularly, could you help me with the following:
I managed to find a dutch .mo and .po file and could use them to localize my WordPress. Some of the menus of fgallery are translated into dutch, not all of them. However there aren’t any translations in the gallery itself, e.g. ‘This album contains 24 pictures.’ is not translated. When I use the svenska.mo it is translated, so I thought I put my nl_NL.mo and nl_NL.po in the language folder. I can choose out of three languages now, unfortunately the dutch version has no effect. Any ideas?

An other thing that struck my attention, the .mo and .po files that I downloaded are much bigger than yours. Is there a way to make them smaller? Again it’s all new for me so don’t slap me when I’m asking silly questions.

Thanks!

Aug 19, 2006

Hey, thanks a lot for this wonderful plug-in. I have a few problems though. First as you can see, once I click gallery, the gallery is underneath my theme even though I customized fgallery for my theme. I don’t know how to solve this issue.

Also, is it possible to have subalbum? I want to categorize my trip to different countries, and underneath that, there would be more albums. Is this possible?

Aug 20, 2006

I really like this plugin. Is it possible to add an album to a WordPress post?

Aug 20, 2006

HeY …

Thanks 4 the Best Blugin I had seen …

***Im currently using your fgreen theme but when I activate fgallery and upload some photos the sidebar is displayed below the gallery and not to the side. How can I fix this?
I was Looking in the FAQ above and I don`t found any thing to fix the problem … so pleas tell me how i can fix that problem …

***I want to traslate fGallery To arabic languge ,but i don`t understad how I can do the translate file … please tell me how …

*** i have a little recommendation to develope yet further. Can you add a line for sending the photo as an e-card. as the user can do in other galleries such as “4images”.

Thank you very much.
Wish you the best
Kasem

Aug 20, 2006

turtle

I see you added dynamic thumbnails. I was just looking for a good photo album for wordpress, and this looks perfect, except for that. Are you concerned about the cpu time that’s going to use on the web server? Even running locally on my own machine, it’s slow.

Aug 20, 2006

turtle: Yes I am concerned about the cpu time, that’s why I’m working on an update allowing users to choose either dynamic or static thumbnails.

And version checkker and and some more goodies.

And please all of you read the FAQ above before asking questions.

Aug 21, 2006

Can some one please help. I’m getting permission errors when trying to upload an image. Please see http://www.fahlstad.se/?page_id=243&forumaction=showposts&thread=48&forum=2&start=0

I already have the permissions set accorind to the instal instruction. GD is enabled and PHP Safe Mode is off.

Aug 21, 2006

Stefan

Hello,

I love your plugin. I have just two problems:

1) Then I have activated an original WP Lightbox Plugin it will show the white area where the description and the close bottom thoughtout the whole page, not just under the actual picture. Then I deactivate it it works fine.
Does that mean the lightbox plugin is already installed with your gallery and I do not need the other plugin anymore?

2) I have given every pic I have uploaded a description but the fgallery just shows an : instead.

Can you please help.
Thanx a lot in advance.

Best regards,
Stef

Aug 21, 2006

Stefan Yes Lightbox is integrated with the plugin. A link to the site would be helpful.

On translation issues, please read the GNU gettext manual.

Aug 21, 2006

I have recently taken on the task of creating a website/blog for a client using word press. I need to implement a photogallery and yours seems right in line with what i am looking for. From what I have seen from the people who were able to get it to work it looks to be a great plugin. I have been having one heck of a time getting the photo content to nest within the wrapper of the the site. For tutorial purposes I used your theme Fmulti. The photo pages content does not nest within the site rather underneath it all… has anyone else experienced this? I have tried multiple things and nothing works. I even modified the theme a bit so I could understand what was going on.
here is the site demo ::

http://bicyclenerd.com/wordpress/wp-content/plugins/fgallery/fim_photos.php

Aug 22, 2006

HeY Ķ what about this comment ??

Thanks 4 the Best Blugin I had seen Ķ

***Im currently using your fgreen theme but when I activate fgallery and upload some photos the sidebar is displayed below the gallery and not to the side. How can I fix this?
I was Looking in the FAQ above and I didn`t find any thing to fix the problem Ķ so pleas tell me how i can fix that problem Ķ

***I want to traslate fGallery To arabic languge ,but i don`t understad how I can do the translate file Ķ please tell me how Ķ

*** i have a little recommendation to develope yet further. Can you add a line for sending the photo as an e-card. as the user can do in other galleries such as 4images.

Thank you very much.
Wish you the best
Kasem

Aug 23, 2006

kasem:

***Im currently using your fgreen theme but when I activate fgallery and upload some photos the sidebar is displayed below the gallery and not to the side. How can I fix this?
I was Looking in the FAQ above and I don`t found any thing to fix the problem Ķ so pleas tell me how i can fix that problem Ķ

Re-download, it is fixed.

***I want to traslate fGallery To arabic languge ,but i don`t understad how I can do the translate file Ķ please tell me how Ķ

Please read the GNU gettext manual

*** i have a little recommendation to develope yet further. Can you add a line for sending the photo as an e-card. as the user can do in other galleries such as 4images.

Will be in next version.

[...] Cara instalasi fGallery cukup mudah dan tidak terlalu rumit, cara-caranya tingal ngikutin petunjuk yang di berikan oleh situs aslinya saja di http://www.fahlstad.se/wp-plugins/fgallery yaitu : [...]

Aug 23, 2006

Chad Totaro: The theme would need some work, check the FAQ above. If that doesn’t help please direct me to what theme you are using and I’ll help you out.

Aug 23, 2006

Oz

I’m interested in using your plugin, it looks really great. Allow me to make two requests, though :
1. the possibility to have protected/private albums. (I read you said it would be a good idea). It’s important to me as I don’t want anybody to see some of my albums.
2. as for albums, I would love to be able to put them in categories (for example, a category called “landscapes” with several albums, one for each place I’ve been, another called “portraits”, etc.)

I hope to see both requests in the next release :)

Awkward question : when will it be ready ? (sorry for that, I’m looking forward to using it…)

Aug 23, 2006

Oz:

1. the possibility to have protected/private albums. (I read you said it would be a good idea). Its important to me as I dont want anybody to see some of my albums.

Comming in next version.

2. as for albums, I would love to be able to put them in categories (for example, a category called landscapes with several albums, one for each place Ive been, another called portraits, etc.)

Not at the moment.

Awkward question : when will it be ready ? (sorry for that, Im looking forward to using itĶ)

Soon…

Aug 25, 2006

Rock

Hi,

very nice plugin but I have the same problem as some of the other users: switching from utf-8 to 8859-2.

Aug 25, 2006

I am using the plugin at http://www.iphotospace.com
My problem is on my album pages, like at http://www.iphotospace.com/pics/album/Britney_Spears/, the Back to Album link goes to http://www.iphotospace.com/photos instead of http://www.iphotospace.com/pics

How can I correct this ? I just upgraded to the latest version. Great Plugin.

Aug 26, 2006

Karan Goyal: Re-download and update rewrite rules and it should work. You just found as bug, thanks.

Aug 27, 2006

help… album doesn’t display unicode UTF-8 chinese characters…. does anyone know how to fix this?

Aug 27, 2006

Pleasure is all mine Fredrik Fahlstad. Thanks for the quick action and for the great plugin.

Aug 28, 2006

Hi Frederik
Firstly, thanks you for a really good plug-in. I tried several others with Lightbox and none of them worked until I tried yours. It was easy to install and works really well. I have one problem however and that is I seem unable to be able to create any thumbnails, either with dynamic swicthed on and without. I have tried several combinations and several images in both Safari and Firefox but still I am getting no thumbnails, either in the album manage screen on in the photo album yet Lightbox works great ;) Have you any ideas please?

Aug 28, 2006

mathieu

Hello!
First of all thank you for the best wordpress gallery I have seen! I really like it and have recomended it to friends and family!
I was trying to edit the template a little, basically I want the comment section only to include “Name” and “Comment:”. Could you tell on which page I could find the script to edit?
thank you already,
mathieu

[...] Tambi?n, con la intenci??n de incluir contenidos fotogr?ficos e im?genes, he a?adido una galer??a. Para ello he utilizado un simple pero efectivo “plugin” llamado “fgallery“, obra de Fredrik Fahlstad, un programador sueco. Peque?a pero matona. Todos estos cambios han consumido el poco tiempo disponible y no he podido escribir pr?cticamente nada. Espero que los tiempos de cambio, al menos los est?ticos, concluyan y puede exprimir mi masa encef?lica en otras direcciones. Puede dejar un comentario, o enviar un trackback desde su propio sitio. RSS 2.0 [...]

Aug 29, 2006

mathieu

ok – problem solved, I found it on my own! its under fim_functions.php if anyone is interested!

Aug 29, 2006

Ronald: Your WordPress blog should be UTF-8 too.

Denise: Check permissions on the folders. And of course fGallery requriments above.

mathieu: Great.

Aug 30, 2006

B?rd Fleistad

First of all, thanks for this really sweet plugin.
I would love to be able to use it on my website, however, I’m having the same problems as the first poster. (sorry)
I have done what you said in the faq, and I have read though the comments on this page.
Nothing helped.
I’m using the K2 theme (K2 Beta Two svn) and I just can’t get the gallery to look like it should.
Just like the first poster’s gallery, it forces the sidebar downwards.
I have tried everything you have said, but I just can’t get it to work.
Would you mind explaining in detail how I could get it to work properly? What files should I edit? The theme’s index.php and your galleries fim_photos.php? Any other files that needs editing?
Again, this gallery is awesome!

Aug 30, 2006

B?rd Fleistad: Here are the fim_photos.php template for K2

  1. <?php
    
  2. /*
    
  3. Template name: fGallery default
    
  4. Author: Fredrik Fahlstad
    
  5. */
    
  6. session_start();
    
  7. ?>
    
  8. <?php define('FIM', true); ?>
    
  9. 
    
  10. <?php include("../../../wp-blog-header.php"); ?>
    
  11. <?php require_once("functions/fim_functions.php"); ?>
    
  12. 
    
  13. <?php get_header(); ?>
    
  14. 
    
  15. <div class="content">
    
  16. 
    
  17.   <div id="primary">
    
  18.     <div id="current-content">
    
  19. 
    
  20.     <?php echo fim_get_the_content(); ?>
    
  21. 
    
  22.     </div> <!-- #current-content -->
    
  23. 
    
  24.     <div id="dynamic-content"></div>
    
  25.   </div> <!-- #primary -->
    
  26. 
    
  27.   <?php get_sidebar(); ?>
    
  28. 
    
  29. </div> <!-- .content -->
    
  30. 
    
  31. <?php get_footer(); ?>

Aug 30, 2006

B?rd Fleistad

Thank you! It works perfectly!
This is the best gallery for WordPress I have seen! Awesome job!

[...] Ich habe heute durch Zufall fGallery gefunden. Es ist ein Plugin f?r WordPress. Nun kann ich relativ einfach meine Fotos hochladen, Alben und Thumbnails generieren und verwalten. [...]

Aug 31, 2006

Hi Fredrik,

Just wanted to say that this plugin was exactly what I was looking for! I had some issues getting it to work with the current skin I was using, but I ended up trying one of your skins (very nice as well), and it works perfectly now. Very easy to use and a clean interface! Well done!

Aug 31, 2006

I’ve installed the plugin folder and created the fgallery folder. The Manage albums, Options, Edit css, Manage comments, and Check for updates tabs all work fine. I’m able to create a new album and everything.

However, the fgallery tab presents this notice:

Warning: main(class.imageMod.php): failed to open stream: No such file or directory in /home/excitin/public_html/testing/wp-content/plugins/fgallery/functions/fim_main.php on line 8

Fatal error: main(): Failed opening required ‘class.imageMod.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/excitin/public_html/testing/wp-content/plugins/fgallery/functions/fim_main.php on line 8

Do you know what could be wrong?
(I’m using WordPress 2.)

Aug 31, 2006

FarinaRacer

I have problem with the side bar random photo…can you see at my blog

TQ

Aug 31, 2006

Hi Fredrik,

firstly – this is a great plugin. Very clean and well thought out.

second – I am having some permission problems when i upload an image. When I upload the image, the thumbnail creates correctly with perms of 664, but the main image (resized) gets permissions of 600 which means nobody can view it. All the perms are set correctly – 777 for the images directly, 775 for the album directory.

Also, is there an easy way to show an image or a thumbnail directly into a post?

Cheers,
Darren

Aug 31, 2006

Hi Fred
Yes, my wordpress is already is UTF-8, all other chinese characters are displaying perfectly. I did had other photo gallery plugins, and had no problem displaying chinese characters, but their functions and layout is not even close to your plugin which is why I really want to get it fixed. Anyway, if anyone had same issue with me or how to fix this, please let us know. THanks!

Aug 31, 2006

Jennifre: Have you chcecked that the file class.imageMod.php do exist int the functions folder?

Darren: It sounds to me that the script is run under the wrong user on the server, check who owns the script.

Ronald: I really have to take a look at this.

Sep 1, 2006

Yes, I just checked and all the files are there. I don’t know what to do!

Sep 2, 2006

Thanks for the plug in, it’s the best gallery solution I’ve found for wordpress (and I tried a lot of them), I do have one question though. I’m using Dynamic Menu Highlighting in my navigation. The “current link” is activated by either the in_category, is_category, or is_page tag. The problem I’m having is that I don’t know how to activate the gallery link since it is neither a category or a page. Do you have any idea how to solve this problem?

Sep 3, 2006

Too bad is not working with IIS also. Even with full rights, the upload to nothing. Can you tell me what directories creates your plugin if I have for example the album “Testing” and imagine “picture1.jpg”? I would try to put manualy, to test at least the front-end result, if the back-end is not working (for me).

Anyone succeed making this plugin work under IIS?

Sep 3, 2006

vlp

hi, i really like your plug-in,
thanks for it very much.

I have one question, it is possible to show in template latest photos from selected album only?

Actually I want to link an article with selected album – I want load whole album at the same time like the article – not just insert a link for the photos.

It possible something like this?

thanks a lot.

[...] Update ore 11.50: ho aggiornato il plugin di WordPress fGallery e ricaricato le foto. Sono molto soddisfatto del plugin, ma c’? ancora qualche piccolo bug. Eccone un paio: alcune miniature delle immagini (poche, per fortuna) misteriosamente non vengono visualizzate. Ogni volta che dal pannello di controllo di wp si modifica la descrizione di una foto (una qualsiasi) si perde la “spunta” della foto scelta come copertina di quell’album. Far?? un po’ di prove e poi segnaler?? la cosa all’autore del plugin. fGallery, zanblogcategorie: Zanblog [...]

Sep 4, 2006

Hi,

Fantastic pluging – minor text encoding error.

Just installed the latest fGallery (2.3.3) and I have lots of text encoding touble. I I use swedish language in the admin panel, all the special caracters get messed up.

Any Ideas?

best regards / johannes

Sep 5, 2006

Hans

hey,

Really cool plugin i love it.

But i thaught maybe it’s nicer to make a seperated comments script so people can use the styling like they have it on the rest of there blog.

Keep up doing the good work

Sep 8, 2006

I’m trying to integrate fgallery into my site, but I need to make it a menu item and I’m not sure how…

If you look on my site (http://blog.billda.com) you will see the links at the top called “Blog” and “Archives”…how can I create a gallery link similar to those?

I know I could hard code the tab into my template, but I’d really like it to turn white when the visitor browses the pages “inside” that tab, just like the other two tabs work.

Any ideas?

Sep 8, 2006

stockholm

Hi Fredrik

Thanks for a great plugin – it works so easily!

Just one question though: how can I force the resize of my thumbnails to be 64 x 64 pixels? I got it to work, but depending on whether the original image is landscape or portrait, I get black spaces on the bottom or right.

I know what the code is doing, but I can’t fix it. Could you perhaps help me out?

Regards

Adriaan

Sep 8, 2006

how to RSS feed the gallery..can anyone help me. tq

Sep 8, 2006

Hey Fredrick,

Not sure how i would check which user the script is running under. This is shared hosting on ICDsoft.com

All the scripts and files/dirs are set to the main user and the main group (the same) there are no sub users with different perms. phpinfo doesnt give any hints and the system is running php4 by default. I can change this to php5 – would this help?

Cheers,
Darren

Sep 9, 2006

hi,

great plugin, does an awesome job, fantastic with lightbox.

i was able to get it doing what i like the only thing is that when i navigate to the gallery page, the thumbnail for the album i want is super duper small. which element in the css changes that size????

thanks

http://www.j-ro.biz/wp

then click the gallery tab. thanks so much!!!
mark

Sep 10, 2006

The plugin seems not to work well with folders on windows based servers.

The slashes are wrong in the image paths.

for example a path looked like this:

  1. c:\domains\xxxxxx\wwwroot/wp-content/fgallery/album1/

while it should be:

  1. c:\domains\xxxxxx\wwwroot\wp-content\fgallery\album1\

Maybe this can be fixed in a later version

Sep 10, 2006

why does your theme stip slahes? ;)

Sep 10, 2006

Oz

Hi Fredrick !

I’ve tried to translate the plugin into french and I’ve found out that a few phrases are missing.
They correspond to lines 244, 245, 259 and 260 in fim_options.php and lines 18, 19, 22, 23 and 28 in fim_updates.php

I’ve also noticied that there seems to be an error in line 28 of fim_updates.php (closing of the input) :

  1.       "</a>
    
  2.  

Well, let me know if you want my translation (it could be useful for other French-speaking fGallery users), I’ll send it to you.

Sep 10, 2006

Oz

Oops, let me paste the code again…

  1. 
    
  2. <input type="submit" name="fim_update_submit" value="<?php _e("Click here to check for fGallery updates", "fgallery");?>" />
    
  3.  

Sep 10, 2006

Oz

Grrrr I hate this code tag !

Sorry for the mess…

Sep 10, 2006

Keep up the good work

Sep 11, 2006

J

Hello,

Great plug-in! It’s just what I’ve been searching for.

One question for you. In FireFox everything related to the fgallery plug-in displays below the sidebar. It algins with the main column on the page, but it doesn’t start until the end of the sidebar.

In Internet Explorer everything looks perfect. Do you have any suggestions? I’ve looked at your FAQ and tried everything I can think of.

[...] Download and information on Fahlstad.se [...]

Sep 15, 2006

Andy

Thanks for this plugin, it beats the socks off all the other more complicated offerings in terms of ease of use and deploynet.

There is a however a sidebar css bug in Konqueror and mozilla browssers especially on a MAC. IE Windows is unaffected.

If you use the random or latest image functions in your sidebar the float on the thumbnails is cleared with a div class fim_clear. Unfortunately this also clears the div of the main content area so yo get a large gap in your sidebar after the thumbnails are displayed.

I have managed a CSS work-around by not floating any elements in these functions and therefore not reqiuring the clearing div at the end. Unfortunately this version of the code generates issues with the thumbanail shadow in Win IE so It has been dropped for that browser. I f anyone has a complete fix for this please let me know.

Sep 17, 2006

Sebastian

Hi,
i would like to add single fgallery albums to a post or a page. Did somebody found a way to do so?
I know, this question was asked already, but i couldn’t found an satisfying answer.
Thanks a lot!

Sep 18, 2006

this plugin is great, thanks.

i am having problems getting the ZIP upload to works though. its says always there are no images in the ZIP.

Also when adding from a folder within the server, the returning page that shows the images to be uploaded from the folder, all images are replaced with the PHP variable *$title* and the images never come in.

Your help is mutch appreciated.

Sep 18, 2006

Are the image file extentions all lower case sensitive?

Sep 18, 2006

Great plugin, thanks.

I am having problems getting *.zip files to upload. It always returns that there are no images in the *.zip file.

Also when adding images from a folder (upload option #2) the resuting page does not show the images, but rather the variable *$title* in its place.

Thank you.

Sep 18, 2006

Chris Murphy

Hi, I’m just wondering if it there was a way to crop the thumbnail to fit within a certain size? I’ve been plumbing through through some of the code, but I haven’t come across anything yet that indicates this.

Sep 19, 2006

Raph

Hi there…

I first would like to compliment on the work you are doing…

I have had a look at fGallery which seems all in all what i was looking for, as a clean gallery addition to my site… i have some questions though which i would hope you could help with…

1 how can i integrate existing image metadata (and album discripton). That means prepare/manage the images/albums offline (eg. aperture, iphoto, webexport) upload them and have a run php update the gallery/album/images….

2 it seems some themes (requiring js functions) do not work if fgallery is active… is there a general reason you allready know of or is this as specific codesharing bug…

kindest regards

Sep 20, 2006

Thank you… ge [url=http://xoomer.alice.it/pidr/ge/]ge[/url] http://xoomer.alice.it/pidr/ge/

Sep 20, 2006

Hello I have the same problem as cesar just with the different, that my error message is: “Wrong file type, zip files supported only.”

But I choosed a .zip file in the dialog. And my host told me that he installed the ZZIPlib package.

Sep 20, 2006

hey!

great work man! its really awesome but i gotta little problem: the plugin makes its own page using the “nice URLS” but it doesnt identify itselfs as a own page i think, cuz my main – menu has the “girls” link in it but when youre on girls the little pyramid isnt there, that shows “im a page thats in the menu”…

see here: http://www.stereopoly.de/girls/

thanks for help!

Sep 21, 2006

I want to ask about the “page title”, how can we define it ? because i had page title in my themes header, and not show up in the gallery page. It always show as “home” and it’s effect to my sidebar (show full sidebar).

Maybe anyone can help me ?

Thank you.

[...] Makalemizin konusu fGallery fotoraf galerisi eklentisi. WordPress i?in g?zel bir fotoraf galerisi eklentisi bulmak zordur. Bunun ?zerine kendim bir tane yazmaya ba?lam?tm. Aslna bakarsanz yarsna kadar da gelmi?tim (kategori y??netimi tamamlanm?t) fakat bu galeriyi g??r?nce braktm yazmay. ??nk? veritaban tablolarndan tutun da y??netim paneline kadar tam benim yapmak istediim gibiydi her ?ey. Benim d???nmemi? olduum art ??zellikleri de bulunuyordu(fotoraflara yorum yapabilme gibi). Bunun ?zerine bu eklentinin dil dosyasn T?rk?e’le?tirdim ve T?rk?e karakter kullanlarak alb?m yaratlamamas gibi problemlerini giderdim. Sonunda kullanma ve tantlmaya hazr hale geldi. Bu fotoraf galerisini h-yaman’a kurmu?tum, ??rneini orada g??rebilirsiniz. [...]

Sep 23, 2006

This is really a good plugin. Thanks

[...] Besides this Blog, It now has About [which is a short introduction of woolane.com and woolane ], Forum[which is to be used to collect and manage information on BioEngineering and anything interesting, whereas Forums in the Pages section is powered by WP-Forumplugin], Gallery[which is a separate program to store pictures, whereas Photosin the Pages section of this blog and powered by the fGallery plugin of wordpress is for storing pictures used in this Blog], and Guestbook[which is for visitors to leave a message about woolane.com, you can of course just comment within this blog]. [...]

Sep 24, 2006

Gekko23

Hi,

it would be *REALLY* great if the pathway for a folder search is *NOT* fixed as i’m not the only one using multiple CMS on the webserver. Every other CMS is able to search in an explicitly named folder, so the same pictures don’t have to be uploaded multiple times for every single gallery system in every cms.

please consider this when doing an update.

Thanks alot,

Gekko =)

Sep 25, 2006

Hi, great plugin! Finally got the css the way I needed it.

Two questions remain:

1. How do I have

fim_random_images(1, 120);

only show up in the sidebar for one particular page

http://evictorynews.com/?page_id=40

2. How do I get the names/captions
to appear with the random sidebar images

Thanks!

Sep 25, 2006

This is a great plugin, and I’m using it because it works better than others, but I have two problems:
1) How can I add EXIF data?
2) How can I changed the layout of the main page so it doesn’t say the word ‘description’ before the description of the album?

Sep 25, 2006

Winnie

Hi Fredrik,
Thank you for the great plugin. However, it seems not to get along well with most of my template. I’ve tried what you wrote in FAQ but the template’s header.php and index.php do not contain the same code. Can you recommend other ways to change the template to fit fGallery? Sorie as I know very little about php and html.
Thanks :)

Sep 27, 2006

Winnie: No I’m sorry.
Gekko23: I don’t understand which path is hard coded.
Dan:
1. Check the WordPress Codex.
2. Hack the functions.php fil.
Harris: Edit the plugin files.

Sep 27, 2006

Chris

For Andy on September 15th:

I had the same problem. I solved it by modifying the css code. Where it was , I changed it to and floated the style.

I Googled the float problem and found this:

http://www.positioniseverything.net/easyclearing.html

Scroll down to the bottom to “Preventing External Clearing”. Basically, Firefox/Conquerer is doing it correctly, and IE is doing it wrong. From the article:

“If the clearer is within a floated container, it will clear only the floats that preceed it within that floated container. The clearing element will not reach outside of its floated container to clear external floats. Also, the clearer has no effect on its floated parent container, other than to make it enclose any nested inner floats.”

Hope that helps.

Sep 29, 2006

Mike

Did read all the posts on here so sorry if this has been addressed already.

I’d love to have an option to popup the full size image when clicking on a link. Not a fan of lightbox for a few reasons so just a plan popup window with the image would be great!

Oct 1, 2006

I’m sorry if this is a stupid question…

Is there someway to use fgallery from a page (not link or post)? Phpexec can be used without a problem.

I would love to have a page that is fgallery, not a link.
Help, please.

PS: Sorry for my rusted english.

Oct 1, 2006

Ho Folks,
I didnt read through all comments an I dont know if someone already solved the proiblem…but I did it that way.

In the fim_style.css
there is the code

  1. clear: both;

If you delete that in the classes .fim and .fim-album you get a good lookin’ gallery.

Look at

Greetz,

Leo

Oct 2, 2006

TH

Hi,

Great plugin. As usual there is a question:

If I change the “Blog address (URI):” in WordPress options to “www.xyz.com” instead of “www.xyz.com/wordpress” I loose all the thumbnails.

Thanks.

Oct 2, 2006

thaKing

installed fgallery and it is set for http://www.mysite.com/photos/. my entire site is xhtml and this page is not. it is lacking a tag for right before the closing of the body tag. what file do i need to look at to add the closing div tag so my page is xhtml compliant?

Oct 3, 2006

thaKing

sorry for the double post (you can remove the second one if you’d like)…i came here today to see if there was a response and for some reason my post wasn’t listed, so i posted again. low and behold after i posted it again, both showed up. my apologies…

Oct 3, 2006

I get
// Confirm delete
at the top of the admin screen, when I activate the plugin.
Weard.

Oct 3, 2006

I noticed that the random image funcitons – fim_get_random and fim_random_images were not working properly. They would not let you set the width of the image. Take a look at line 554, 550, 523, and 519 in fim_functions.php.

If you want to be able to change the image size using the fim_random_images($number_to_show, $thumbnail_width) function, then you have to add width=’$size’ into the img tags for each of those lines.

Hope that helps with your future releases. It’s a great plugin you created!

Scott

Oct 3, 2006

Actually, after doing some more research, I learned that the function works if the “genereate dynamic thumbnail” option is turned on.

However, it does seem a good idea to still include the width within the img tag – in such a case.

Oct 4, 2006

Dear Fredrik,
why I can’t upload image directly (via Direct Image Upload) ?

Regards.

Oct 5, 2006

tester

Hallo there,

It is a real nice gallery plugin for Word Press and i am a real fan of it. Nevertheless, i am really having problems with the thumbnails on the gallery. They just do not appear, eventhough reinstalling fgallery couple of times and changing all of the settings in it. A link like this
http://site.com/wp-content/plugins/fgallery/functions/fim_thumb.php?album=general&image=p1.jpg
would just return a faulty image.

Any ideas?

Oct 6, 2006

To handle the chmod problem with new images add this:

  1. chmod($image_folder.$file["name"], 0755);

to file functions/fim_main.php at line 294.

Oct 7, 2006

Thumbnail Bug found w/JPEG:

Some jpeg images off my camera were showing up as “Manage albums” this would happen randomly when disabling dynamic thumbnail rendering on the fly.

Some jpeg images were interpreted as ASCII instead of binary. A simple fix was in fim_thumb.php instead of

————–
//interpeting jpeg as php here was
//causing the problem

include($thumb);

//I replaced it with:
$bin_data = file_get_contents($thumb);
echo $bin_data;

———–
This echo’s the binary image data, then prints the header, rather than trying to include it in the php script as php source code.

I did not test PNG and GIF, however it may be a problem for png and gif images as well. Simply repeat the step above for those 2 functions.

[...] gallery — one of many, seems pretty good [...]

Oct 12, 2006

Phlipp

Hi

I have another problem with your Plugin.
If I want to load a big amount of pictures from a already existing folder (about 150 pictures for example), then suddendly appears a timeout error.
Can you tell me how to increase the timeout?

greetings
philipp

Oct 12, 2006

tester: Check the permissions on the images.
Anthony Ettinger: Thanks, I’ll fix that to the next version.

Oct 14, 2006

Phlipp: The server probably allow certain time for the php scripts to run, so it can not be set from the plugin. Perhaps you should add a smaller amount of images.
tester: That bug is probably fixed in version 2.4.
scott: I’ll look into that, thanks.

Oct 14, 2006

TH

Hi,

Feature Request:
I’d like to be able to have more control over the image desription i.e. add line/paragraph breaks. Any chance of a HTML button?

Must upgrade to 2.4 now. Thanks for a great plugin.

Oct 14, 2006

TH

Issue seen on October 2, 2006 at 22:29 fixed by version 2.4. Thanks!

[...] Včeraj sem tako dodal random quote, poskušam pa tudi dodati foto galerije. Našel sem en skoraj perfekten plug-in, omogoča praktično vse kar si človek zaželi (več galerij, dinamični thumbnaili,lahka integracija random/zadnje fotke na vsako stran bloga, privatne galerije,…), razen možnosti odpiranja velikih verzij slik v pop-up oknu. [...]

Oct 15, 2006

Prepostra

Hi,

No Hassles. I read the instructions, loaded it up and it worked.

Brilliant.

thanks

[...] You’ll notice that the giant list of monthly archives is gone, replaced instead with the calendar. I think this is cleaner – my opinion, others can have theirs. In addition, you’ll notice the “Random Image” block. This is a function of the fGallery plugin, by Fredrik Fahlstad. [...]

Oct 16, 2006

The plugin is fantastic (and I will try to contribute a Spanish translation soon). However, I’ve found quite a big string of problems:

1. I haven’t had much success uploading zip files. I encountered these errors: first, the zip had a folder, which created all sorts of ugly errors. Then, the zip was created on a Mac so it included some hidden files that had to be deleted via SSH, as root.

2. I then uploaded the pics to a folder and proceeded to add it, with a few problems too: I needed to CHMOD 777 the images to avoid error messages, and even then, multiple thumbnails were created (thumbnail of the thumbnail of the thumbnail).

3. After deleting the extra thumbnails and resorting to dynamic thumbnails, everything worked! But…

4. The nice URLs don’t work correctly if WP is installed in a directory but published in the root folder. In fact, the whole script is confused by this, since it doesn’t even find the correct .htaccess because it’s looking into the wordpress installation directory.

5. There’s an encoding problem with Spanish characters. I am publishing the blog in UTF-8 so it should work.

I can get around the troubles uploading images and such, but I am really looking forward to a workaround to the rewrite problem and the accented characters. Any help is welcome!

Best regards,
Jorge

Oct 16, 2006

First off…great work! I’m currently using one of your wordpress themes (slightly modified though) and the gallery works seamlessly!

My only problem is, when I go to click on an image to view it full size, it never pulls up the image, just refreshes the album view. I hope I can get this to work, cause this gallery is EXACTLY what I was looking for!

Any help would be appreciated. Thanks!

Link to site: http://www.exhibit18.com/blog/wp-content/plugins/fgallery/fim_photos.php

Oct 16, 2006

I figured out the problem, but can’t seem to find the file to fix it. Since I’m on a windows system (will be moving to linux/apache soon), I can’t use mod_rewrite and the long url to the picture uses & instead of just the & symbol. This screws up the link and it can’t find the picture. I know you ‘re supposed to use the & for xhtml validation, but at this point, I’d rather it work than be valid. And technically, it’s still valid, it’s just that the validator misreads it.

Oct 16, 2006

Jorge: Yes there seems to be a problem with zip files created in Mac OSX. Another bug omn the list. Thanks for the notice.

Kyle Warner: Yes that’s very strnge it seems the problem occurs on my Mac too.

Oct 16, 2006

Fredrik: What about the encoding and the problem with nice URLs? I took a look at the code but I don’t know enough to fix it…

Oct 16, 2006

Jorge: Sorry, of course is that of crucial importance to correct. I have to rewrite the rewrite rules to correct this and I guess the encoding issue comes from the fact that I did not have other characters than the english + åäö for swedish while designing. I’m currently trying to find all occurences where the issue might appear.

Oct 16, 2006

Excellent! Here’s another feature request: add some kind of “move to album” functionality, in case you want to split an Album in two different ones for instance. I suppose this can be done directly in the database via phpMyAdmin as a workaround for the time being…

Oct 16, 2006

Oops: I also found that the thumbnails in albums with vertical images can overlap the photos below them. You can see this problem (which I’ve verified on Mac but not yet on Windows) here:
http://www.ipodnoticias.com/wordpress/galeria/album/ipod/

And again – thanks for the coolest plugin!!!

Oct 16, 2006

Hej & tack för ett perfekt galleri-plugin! Precis vad jag letat efter. Det bästa är att du är svensk också så jag slipper fumliga engelska förklaringar när det blir fel.. som nu. Jag har provat tre olika galleri-plugins och senaste jag hade hände exakt det här: min sidebar hamnar inte där den ska. Jag försöker leta mig fram till vart jag ska ändra men jag blir mest förvirrad. Kanske kan du hjälpa mig? Jag använder ett tema som heter Dipdolt red. Hoppas du kan lösa mitt problem! Tack på förhand! /Lisa

Oct 16, 2006

Lisa: Efter en snabb titt på din sida så verkar det som om det har blivit konstigt med html-koden. Det finns en div tag efter body vilket är helt på tok. Detta är nog någon annan plugin eller helt enkelt ditt tema som ställer till.

Prova först med att validera din hemsida på denna länk: här.

När alla dessa fel är åtgärdade så kan vi fortsätta. Kontakta mig från min kontaktsida.

Oct 17, 2006

This might be useful for someone else:

If you find errors like this one:

“PHP Warning: Cannot modify header information – headers already sent by”

Check fim_photos.php for extra spaces or carriage returns before the headers are sent. That will cure it :-)

Oct 17, 2006

OK…so I got the &amp problem solved. You have to edit the file fim_functions.php on/around line 621.

  1. 
    
  2. if ($urltype == 'false')
    
  3. {
    
  4.   $parms = '?'.$element[0].'='.$element[1].'&'.$element[2].'='.$element[3];
    
  5.  

Notice the & amp; (had to put a space so it would display)…just drop the ‘amp;’ part so you just have & and it works fine.

Next Problem:

The previous image link always defaults to Img-1. The next link works and links to the next picture in the album, but the previous link always links to the first image in the gallery. I’ve looked through the code, and nothing seems to stick out. I’m not real sure why it’s doing this, but it is. You can check it out HERE.

If anyone finds anything, let me know!

Oct 19, 2006

I love this plugin, it works well with the theme I have. Thanks. I have a question.

Random images regardless of gallery:
Add

fim_random_images($number_to_show, $thumbnail_width);

I entered this code and it doesn’t do anything, it ends up showing the text of the code on my page. Any advice? Thanks

C

Oct 19, 2006

Great work my friend!!!

I have some problems too:
When I upload a file in my dhmodded directory through the fgallery the image is still 600 marked, so it can’t open the pic until I dhmod it to 604 manually. strangely the thumbnal appears normally.

Another problem is the zip thing. When I upload a zip, fgallery says I don’t have any images in that file, which is wrong.

Thanks alot Leo

Oct 19, 2006

uups another one:
when I open the image with lightbox plugin, there comes the title, then then the “:” and the the description. like this:
Picture

:

description

btw: this happens just since the new update (and thx a lot for fixing umlauts)

Oct 19, 2006

Who can solve my problem ?
I have an album and I want to add images from hdd.
1) I choose a category
2) I brose for photo, take “open” and..

then automatically is showing box with “Added images” and D:/blablabla.jpg but in gallery i still have no images.

i was looking in forum, but there is similar problem, too without solution

Sorry for my english,
Can someone help me ?

Oct 19, 2006

If its can help:
- i have the latest version of WP and fGallery
- safe mode off
- WP instaled in root
- i can do everything else (adding categories, Add by existing folder)

HELP, PLEASE :)

Oct 20, 2006

Leo,

I see exactly what you’re talking about. I’m not sure what’s causing it (I’ll keep looking) but when the category name is put into the database, a paragraph tag (obviously w/o the ‘) is put in front of it…so that when the category name is called from the database, there’s the paragraph tag already there. I just went in and edited my database and it works fine now.

I’m not sure why the tag is being added to SQL statement, but I’ll keep digging and let you know if I find anything.

Fredrick: I just wanted to say what an amazing application this is! I know I’ve posted a few errors I found, but only so that you can keep improving on such a great product! I by no means think any less of it. Just wanted to make sure you didn’t think I didn’t like your work cause of my posts! GREAT STUFF!!

Oct 20, 2006

Hejsan Fredrik!
Have you thoughts about including EXIF-data in some way? I think it would be a very nice feature.

I haven’t tested this plug-in yet, but I will. Seems to be “good enough” that I consider to be the best grade for an application.

Trevlig helg!
//.D

Oct 22, 2006

Great plugin!
Only one little problem:
when I show an image using lightbox only prevlabel.gif and nextlabel.gif load, even if the others are in the right place if I look to lightbox\images.

thx,
max

Oct 22, 2006

Solved!
if you have wordpress installed in a directory of the site (ex.: http://www.foo.com/wp), you have to change the path in fgallery\lightbox\js\lightbox.js al lines 62-63.

Oct 22, 2006

I have noticed that the lightbox JS (which is not very light ;-) ) is loaded on all pages of the site, and not only in the gallery ones. Can this be fixed/changed?

Oct 23, 2006

Great, great plugin, wish sometime people can comment when we use the lightbox.

Oct 23, 2006

@Kyle Warner:
Do you know when it goes into the DB?
I also could edit all my Images through myadmin but that really sucks!!!

Oct 24, 2006

Leo,

I know where the code puts the info in the database, but it doesn’t look out of place. I think it might be a wordpress function, but I’ll keep looking.

You don’t have to edit each image in myadmin, just each album. If look at the actual values in the album table, you’ll see opening and closing paragraph tags. Just delete the tags so all you have is text, and it should fix the problem. If you go back and then edit the album inside the wordpress dashboard, you’ll have to go and remove the paragraph tags again from the database.

Like I said, I’ll see what I can find, but if anyone else wants to take a stab at it, be my guest!

Oct 25, 2006

I love your gallery plugin, but my biggest complaint is about the way it displays thumbnails. If I size them any bigger than 75 pixels, they run into each other. Also, there’s substantial jpeg noise from when GD resizes the images. Is there a way to fix that?

[...] Who doesn’t want an image gallery of some sort on their site? Portfolio’s, Employee Pages, Member Page’s, etc – everyone tends to want a page that is primarily thumbnails and images. fGallery to the rescue! Quick and easy, and it integrates lightbox with in the plugin itself! Can it get any better? (probably, but let me be excited!) [...]

Oct 26, 2006

can you tell me where?
because I found somethin in functions.php and removed it, but it didnt solve the problem.

Oct 26, 2006

I have a small problem. I installed Fgallery fine, and i’m not using permalinks. I managed to get the photo gallery linked in my header and everything. I managed to set up an album…but while I see thumbnails when I click the image, I get a dead image. It’s really weird. can anyone help me?

Oct 26, 2006

I have fGallery installed and I like it a lot, but I have a little issue.

There is this nice option where you can add a gallery by selecting an existing folder within the fGallery folder on the server. The problem is that I can’t make any changes to that particular folder using my FTP access. I want to upload a gallery containing 58 pictures and the zip-file support doesn’t take my zip files either. I allready found out why I can’t write in the fGallery folder through my FTP access. Because it’s permissions are set to 755 instead of 777 and I can’t change it. So this means that I can’t create directories, I can’t upload any files to that folder and I can’t remove anything from it and I can’t remove the folder in it’s entirity either.
The folder was created when I installed fGallery I think, so I think that I should be able to get a sollution for this here.

Thanks.

Oct 27, 2006

I have two more suggestions that I think would bring great additional functionality to this plugin (I’ve they already exist, forgive me, I’ve not seen them.)

1. Instead of having every gallery show on the main gallery page, you can make it have multiple pages. Like, three galleries per page and the fourth gallery would be on “page 2.” That way viewers won’t have to scroll down the page forever if I’ve uploaded 10 galleries.

2. Sub galleries or categories. So, for instance, I could have the main gallery page display “girls,” which would bring the viewer to a page containing galleries of my models and “bands,” which would bring the viewer to another page with galleries of the bands I’ve shot.

Oct 27, 2006

Max

Hi Fredrik,
I’m using Painted Desert template and I can’t view photogallery page correctly. I don’t know what to modify in fim_photos.php. Where I can found what to edit? What I must insert in fim_photos.php to view correctly the fgallery page in my template? Thank you.

Oct 27, 2006

Permission, permission, permissions…

Oct 28, 2006

Max

Permissions are ok… I can’t view correctly my template.. i can’t see the header, the footer and the sidebar… i’ve checked the fim_photos.php and I think it’s correctly… I don’t know what to do.. please help me (my template is Painted Desert)

Oct 29, 2006

Very nice work.
Everything work’s fine with a lot of customization but yuor’s instructions make it easy.

Oct 30, 2006

Just after reinstalling fgallery, due to the fact that after I had 6 or more albums,and when i was in an album and clicked on a thumbnail, it would load a completely different image aka an image for an early album, but I’m hoping that this reinstall sorts it out.

What i have noticed is that when I load my gallery, it seems to take a minute to load (not a minute) but more than normal.

I don’t know whether this is a database problem, or just something to do with the gallery its self, but it is kind of annoying.

The guy which I’m designing the site for doesn’t like it, but this is by far the best gallery plugin for WordPress, and I’m hoping that you might be able to shed some light on this.

The link to the site is http://www.photo-motorsport.co.uk and the link to the gallery its self is http://www.photo-motorsport.co.uk/wp-content/plugins/fgallery/fim_photos.php

Thank You for taking the time to read this.
Tyler Collins

Oct 30, 2006

ohh and another i forgot to mention there:

How do i change the link from “http://www.photo-motorsport.co.uk/wp-content/plugins/fgallery/fim_photos.php” to say http://www.photo-motorsport.co.uk/gallery aka “nice urls”

Oct 30, 2006

Tyler Collins: To use nice urls you have to enable them first for WordPress, go to options->permalinks and enable permalinks there. Them go to fGallery options scroll down and click on update mod rewrite.

The slow loading can be because fGallery is creating the thumbnails dynamic, to disable this go to fGallery options and uncheck “Thumbnails are generated on the fly.”.

[...] fGallery, WordPress image gallery plugin  [...]

Oct 30, 2006

Got the nice urls working, thank you very much.

I went to de-select the Thumbnails are generated on the fly.” and it was already deselected. Any other ideas?

You help is much appreciated :)

Oct 31, 2006

Okay, so I kind of narrowed it down. I can view the thumbnails of my image but cannot maximize it. It just goes to a blank picture(when not using lightbox) and then when using lightbox it just stays loading. I looked in my gallery and what I have is /wp-content/fgallery/macbook1/imagenameshere.jpg, I don’t know why the full image won’t load. Please help, someone.

Oct 31, 2006

T2

i want to implement the link in the wp_list_pages or else it looks diffrent than the rst of the navigation. how it should be done>?

‘ . __(‘Pages’) . ” ); ?>
Gallery

Oct 31, 2006

T2

i want to implement the link in the wp_list_pages or else it looks diffrent than the rst of the navigation. how it should be done>?

‘ . __(‘Pages’) . ” ); ?>
Gallery

Nov 1, 2006

geek

i wanted to hancoded as you said:

  1. 
    
  2. 
    
  3.   Put link here…
    
  4.  

but it didnt work because my theme codes are quite complicated(i never knew php)
this is the templte code:

  1. 
    
  2. 
    
  3. 
    
  4.   ' . __('Pages') . '' ); ?>
    
  5. 
    
  6. 
    
  7. 
    
  8. 
    
  9. 
    
  10.     

Nov 1, 2006

geek

for nice URL where do i get the .htaccess in wordpress. i didnt find it… what should i do now?

Nov 1, 2006

I’m having the same problem as lotus. Everything works fine but the thumbnails. They either show up as little grey boxes or just with a title if I set one. Thanks in advanced for any help and also for the great plugin.

Nov 1, 2006

Hi,

When i activate the permalinks, i got an error msg “404 not found”

Any idea how to fix it?

Thanks.

Nov 1, 2006

I’ve just figured out.. I did it before uploading any images and create album, as what Fahstad said, and it works!

Nov 1, 2006

[...] fgalley by Fredrik Fahlstad. its much [...]

Nov 1, 2006

Hi, great plugin!

Is there an easy way to show the images from an album in a page?

or something like that?

Thanks!

Nov 2, 2006

Hi Fredrik,

First, I want to say that you’ve built a wonderful plug-in. It’s robust and works very well for a myriad of purposes.

I’ve run into a couple of problems and was wondering if you could help me troubleshoot them.

The first problem is that the CSS that fGallery uses is not showing up in between the

  1. <head>

tags. I’m not sure why this is because the other actions and filters show up correctly (for instance, the added fGallery menu item under the Dashboard). I noticed you use

  1. add_filter

instead of

  1. add_action

:

  1. add_filter('wp_head', 'fim_css')

My next problem happens when people post comments to my images. Whenever the submit button is clicked a 404 error is returned when it goes to look for fim_photos.php. The comment, however, is submitted successfully and shows up on the individual image page. My ISP says that it’s a problem in the rewrite rules, but considering the rules work with everything else I doubt that’s the only problem.

You can view my site here: http://www.serbianculturalclubstsava.org/photos/

Lastly, I was wondering if you were considering implementing the ability to create square thumbnails? There are a number of scripts out there that do it, but the simplest one I’ve found that does it was written by Noah Winecoff of http://www.findmotive.com. You can view it at: http://www.findmotive.com/tag/thumbnails/

Nov 2, 2006

Ghidra99: Thanks for your suggestions, square thumbs are on it’s way. And the add_action is probably an error by me.
Dan: Not at the monont no, but I’m working on an update with this feature. Be patient.
Rob: That is very strange, could be some problem for the script to interpret the image files.

Nov 2, 2006

Any ideas on the other problem I’m having?

Also, I changed the add_filter(‘wp_head’, ‘fim_css’) to add_filter(‘wp_head’, ‘fim_css’), but it’s still not working.

[...] Fahlstad.se » fGallery, WordPress image gallery plugin (tags: wordpress gallery plugin plugins images wp fgallery) [...]

Nov 3, 2006

tester

even with the new version the thumbs are still faulty. unfotunately :(

Nov 3, 2006

This is truly a great plugin.

I have a question regarding formatting. This is what I’m talking about.

  1. 
    
  2. 
    
  3. <a href='$url' rel="nofollow">
    
  4. $gallery->catname
    
  5. </a>
    
  6.  

resutls in:

  1. 
    
  2. 
    
  3. <a href='DISREGARD_THIS' rel="nofollow">
    
  4. Random Happenings
    
  5. </a>
    
  6.  

Is there a way to get simply the text with the $gallery->catname call and not the html tags around it. So that it would just get

  1. Random Happenings

and not

  1. Random Happenings

.

When Im in the admin area I input the album title and description and hit update. Then if I edit it, in the text areas the paragraph tags surround it there too. Maybe it’s just an option in wordpress I can change to get some sort of simple text editor and not a rich text editor?

Nov 3, 2006

Ok, whats missing in my previous post are the paragraph tags. The issue is that $gallery->catname returns the name within p tags. I would like for it not to. Any ideas?

Nov 5, 2006

Hi there, i’ve just installed the 2.4.1 version and its totally messed up.

I noticed several bugs which i didn’t encounter before:

- I cant upload zip files (it tells me there are no files in the zip).

- I cant manually upload a folder and add it. (it just adds a empty album and images are ignored)

- uploading a single image does not create a thumbnail.

- Adding multiple images in a queue only uploads the last image in the queue.

And lastly:

- Manually creating an album saves the title wrong to the database. Both the title and description are wrapped in .

Is there any sight on a fix soon? or is there an older version available somewhere? Either one would be greatly appreciated.

Thanks!

Nov 5, 2006

SHRIKEE: Those are the execat bugs I’m working on right now. Thanks for the feedback.

Nov 5, 2006

if you need help testing stuff or maybe even patch some thingies up. Maybe i can help you out, you’ve got my url and email.. :)

For reference: im using WP2.0.4, PHP4.3.11, Mysql 4.1.something

Nov 5, 2006

Hey, first of all just wana say how fantastic this plugin is :)

One thing I want to do is remove the breadcrumbs / link trails on all of the pages. I had a look around but I have no idea how to do this does anyone know how to?

Nov 6, 2006

Great Plugin!

I noticed that you’re already working on these bugs mentioned above by: “SHRIKEE”.

What I wanted to know is if it could be possible to add “HTML” to the photo “description”, when I type html it shows the html tags when viewing photos? How about adding the description to the photos when using lightbox?
What I mean is when you view album you see all photos with title, one clicks on X photo and you get lighbox popup with photo, title and description under title, I think that would be usefull for some. I will test this for you.
I’m using WP 2.0.5.

Once again you rock!!

Gracias amigo.
Thanks a lot!

Nov 9, 2006

I believe its a security risk to allow code in fields which are reachable by unexperienced users.

I agree on the description thing. it looks nicer if its under the title :)

Fredrik: How are the fixes progressing? I didnt get a mail yet *impatient tone* :D

Nov 9, 2006

Israel Meneses: SHRIKEE is right about the HTML code. You can modifiy fGallery to allow code in the descriptions but I will not take rany esponsbility for that.

[...] Download version 2.4.1: fGallery (5443) Link Direct to website : http://www.fahlstad.se [...]

[...] Algunos grupos están usando el plugin Anigaa para hacer galerías fotográficas. Me he fijado que este plugin usa propiedades avanzadas de css por lo que las modificaciones han estado un poco lentas. Les sugiero aplicar medidas más prácticas y de acuerdo a sus conocimientos y los plazos que nos rigen. Por lo tanto hago nuevas sugerencias en cuanto al uso de imágenes en wordpress: Primero fgallery que lo probé y es muy fácil. tiene la ventaja que usa un php propio para desplegarse. es decir uno le puede sacar el sidebar la cabecera etc y mostrar sólo la galería y otras características. se puede editar el css y el php tal como las otras páginas en un administrador propio. además muestra de mejor manera las galerías y tenemos la opción igual que en anigaa de crear albumes. [...]

[...] Algunos grupos están usando el plugin Anigaa para hacer galerías fotográficas. Me he fijado que este plugin usa propiedades avanzadas de css por lo que las modificaciones han estado un poco lentas. Les sugiero aplicar medidas más prácticas y de acuerdo a sus conocimientos y los plazos que nos rigen. Por lo tanto hago nuevas sugerencias en cuanto al uso de imágenes en wordpress: Primero fgallery que lo probé y es muy fácil. tiene la ventaja que usa un php propio para desplegarse. es decir uno le puede sacar el sidebar la cabecera etc y mostrar sólo la galería y otras características. se puede editar el css y el php tal como las otras páginas en un administrador propio. además muestra de mejor manera las galerías y tenemos la opción igual que en anigaa de crear albumes. [...]

[...] fGallery – This is the only gallery I’ve tried among the rest out there that looks ok, not to complicated and bug free. Try it [...]

[...] In a drive to add more content I have decided to add a gallery to codo. The gallery being used is fGallery as this seems to integrate with WordPress rather well and is very small. As there is no need for some of the complex features other galleries offer, this appears to be the perfect solution. [...]

[...] After installing the wonderful fGallery plugin I was rather dissapointed that I could not insert the images into my posts. I had a play with using PHP to insert the images, but this got very messy, very quickly. [...]

[...] Jag har haft problem med att min rss inte validerar, och jag har sökt och sökt i koden, varför den inte validerar. Jag har dessutom haft problem med ett plugin på sidan, fgallery,ett bild galleri. De små bilderna (rhumbnails), har inte behagat att visas på sidan. Men idag, så lyckades jag till slut hitta felet. Det hade smugit in några tomma rader i en av filerna, nämligen i wp-config.php. Arrg, äntligen säger jag bara. Nåväl, det är som sagt en skön känsla när man äntligen lyckas hitta felet. Andra bloggar om: Plugin, fahlstad, fgallery [...]

[...] Thanks to dskarl for pointing me to this fantastic fgallery plugin, which the site is now using. Thanks [...]

[...] There are some basic instructions on the plugin author’s site here,  and there’s a handy copy of the default code there as well. I pretty much only edited between the ‘get header’ and ‘get footer’ parts of the code, not touching anything above the “do not edit above this line” bit. ^_^ If you find yourself completely mucking things up, you can copy paste from there and start over (if you don’t have the files otherwise handy of course.) [...]

[...] Um Bildergallerien zu erstellen und verwalten, benutze ich fGallery. Es besitzt eine ausführliche Konfigurationsoberfläche und schöne Javascript-Lightbox-Effekte. Leider erscheinen die erst, wenn wirklich alles auf einer Seite geladen ist. Ansonsten ist auch das Aktualisieren eines bestehenden Albums etwas umständlich (Vielleicht habe ich auch nur nicht ganz kapiert, wie es geht). [...]

[...] If anyone is interested, my gallery is powered by the WordPress plugin fGallery by Fredrik Fahlstad. Possibly Related:  Rebooted!  Google vs. Flickr: An Image Search Smackdown  Watching the sunset on Mars  iPhoto: my first impression  This is what happens when you drop your laptop [...]

[...] Okay so it took me a while but after many tries I finally got a photo gallery plugin to work with WordPress. The photo gallery I chose is fGallery and I am pretty satisfied with my choice. Overall if you just read the installation instructions its a fairly easy setup and easy to use plugin. Unfortunately I have no pictures except the 1 that is on there so I will will add more as I get them. Scratch that I just remembered I have some of my family so I will browse through those and upload some after I write this post. [...]

[...] I finally found a plugin that worked real easily. It’s called fgallery. Here’s a link to download it if you want it on your site. [...]

[...] I tried every plugin under the sun. I even contemplated writing my own plugin. But after some fiddling, I finally settled on fGallery. It’s actually a pretty decent plugin, but there were some issues to iron out with the lightbox engine. I should probably warn everyone from having two plugins with built-in lightbox support installed and enabled at once. They will work against each other and cause serious headaches for you. [...]

[...] Un articol foarte interesant l-a publicat miercuri, despre pluginuri pentru imagini, fotografii şi grafice. În acest articol sunt trecute în revistă numeroase pluginuri acoperind diverse funcţii. Prima categorie este cea a pluginurilor ce pot fi folosite pentru editarea de imagini: ImageManager, spune ea, este cel mai popular plugin pentru aşa ceva. Următoarea categorie analizată de Lorelle este cea a pluginurilor pentru afişarea unor imagini în conţinutul paginii sau în sidebar. Dacă doriţi să includeţi galerii de imagini, iată câteva recomandări ale ei: Yellow Swordfish’s Popup Image Gallery WordPress Plugin, Lazy-K Gallery WordPress Plugin, Yet another photoblog, Inline Gallery for WordPress, iGallery Plugin for WordPress, fGallery WordPress Image Gallery Plugin (am enumerat doar câteva, lista este mai lungă). [...]

[...] A friend of mine recently found this nice little tool called FGallery so I decided to give it a try.  So far, I like it.  I’ve been using FAlbum and Flickr for a while now and it’s been nice.  I did have a few issues with FAlbum initially but I worked most of them out.  For now, I’ll give FGallery a try to see if I want to keep it or not.  After all, not paying for Flickr service is a good thing. February 20th 2007 Posted to Geek Speak, Josh-Kerr.com [...]

[...] Pour l’instant je n’utilise que 2 plugins. Un fil d’Ariane ( BreadCrumb Trailers en anglais ) avec le plugin éponyme de Dan Peverill, ainsi que le plugin de gestion de photos : fGallery de Fredrik Fahlstad [...]

[...] Vannacht ben ik lekker druk geweest met het vinden van een goede fotoboek-plugin voor wordpress. Uiteindelijk is het fgallery geworden. Mocht je het ook een mooie oplossing vinden, let op: er staat een foutje in regel 141 en 143 van fim_functions.php. Het gaat om een dubbele punt, die de layout vernaggeld. [...]

[...] ich hab fGallery mal ausbrobier, sieht mit lightbox extrem cool.. Das Ergebnis kann man hier sehen.. [...]

[...] Sekarang untuk menampilkan foto-foto yang saya miliki, saya menggunakan plugin FAlbum dimana sebelumnya saya menggunakan FGallery. Hal ini karena untuk berhemat kapasitas saja :D , kalau pakai fGallery, semua fotonya saya simpen di space saya, tapi kalo pake FAlbum tinggal manggil deh dari akun flickr saya. kalo mau lihat ada disini nih foto-fotonya [...]

[...] Les quiero compartir la traducción al español del plugin fGallery para WordPress, este plugin te sirve para crear una galería de imágenes con soporta para varios álbumes, este plugin está totalmente escrito para wordpress y se puede administrar todo desde el área de administración. [...]

[...] Nah, untuk menyalurkan hasrat narsis tersebut, sekaligus sharing foto-foto yang semakin banyak memenuhi hardisk, saya pun memutuskan memasang plugin fGallery bikinan Fredrik Fahlstad yang tentunya sudah saya acak-acak agar sesuai dengan theme. [...]

[...] Ok so now I’ve gone with Fgallery for posting images, it seems very simple to use but very effective and clean. I’ll add more pictures when I can arsed and decided which ones to add. [...]

[...] I’ve upgraded WordPress to version 2.02, and all is working great. I’ve ditched rumgallery in favor of fGallery, as it seems more stable, and more recently worked on. Fredrik helped me out by modifiying some CSS problems, and all is happy! Additionally, I’ve started using fMoblog to manage photos I take on the road with my cell phone. Pretty neat stuff. Also, alas, the digg script in the sidebar is gone. Lots of photos are missing, presumed backed up. I’ll get them in correctly shortly. [...]

[...] I can’t get enough of playing around with the many ways WordPress can display images. The latest is version 2.4.1 of Fahlstad Design fGallery plugin. This plugin creates an image gallery which seamlessly integrates with WordPress. One gets an administration page for uploading files and managing galleries integrated in the WordPress administration area. Image support includes the following file types: gif, jpg and png. Additionally fGallery integrates the now famous lightbox right in the plugin. Finally, RSS feed available on albums. [...]

[...] Visto lo ocurrido voy a poner el enlace del plugin de la galería de fotos que tengo instalada en el wordpress. Por si a alguien le interesa. Enlace de la galería: fgalery Traducción al español: fgallery_spanol.zip Tablas para la base de datos: fgallery.txt [...]

[...] Zacząłem poszukiwania od nowa. Przekopując zbiór wtyczek natrafiłem na fGallery. Bez problemów, oczywiście, się nie obyło – chyba z CSS muszę się bardziej poznać – ale ostatecznie Galeria jest. [...]

May 30, 2007

[...] 给出作者的链接http://www.fahlstad.se/wp-plugins/fgallery/大家可以通过这个地址找到下载包。 [...]

[...] 3)fGallery : Fotoğraf galerisi yapmanızı sağlıyor. Albümsel olarak. Test | indir | Boyut : 120Kb [...]

[...] Eylül 22 WordPress İçin Fotoğraf Galerisi yakuterYorum yazınEklenti, WordPress, Web Makalemizin konusu fGallery fotoğraf galerisieklentisi. WordPress için güzel bir fotoğraf galerisi eklentisi bulmak zordur. Bunun üzerine kendim bir tane yazmaya başlamıştım. Aslına bakarsanız yarısına kadar da gelmiştim (kategori yönetimi tamamlanmıştı) fakat bu galeriyi görünce bıraktım yazmayı. Çünkü veritabanı tablolarından tutun da yönetim paneline kadar tam benim yapmak istediğim gibiydi her şey. Benim düşünmemiş olduğum artı özellikleri de bulunuyordu(fotoğraflara yorum yapabilme gibi). Bunun üzerine bu eklentinin dil dosyasını Türkçe’leştirdim ve Türkçe karakter kullanılarak albüm yaratılamaması gibi problemlerini giderdim. Sonunda kullanıma ve tanıtılmaya hazır hale geldi. Bu fotoğraf galerisini h-yaman’a kurmuştum, örneğini orada görebilirsiniz. [...]

[...] Hab’ grade das hübsche PlugIn fgallery entdeckt und gleich mal in die Seite eingebaut. So kann ich auch ab und zu mal Bilder posten. Wird wohl nicht den Umfang von Martins Bilderarchiv erreichen aber ein paar schöne Tage/Abende lassen sich sicher festhalten. [...]

[...] There are some basic instructions on the plugin author’s site here, and there’s a handy copy of the default code there as well. I pretty much only edited between the ‘get header’ and ‘get footer’ parts of the code, not touching anything above the “do not edit above this line” bit. ^_^ If you find yourself completely mucking things up, you can copy paste from there and start over (if you don’t have the files otherwise handy of course.) [...]

[...] Sözleri Haz 28 WordPress İçin Fotoğraf Galerisi By adminAdd commentsWordPress Makalemizin konusu fGallery fotoğraf galerisi eklentisi.Wordpress için güzel bir fotoğraf galerisi eklentisi bulmak zordur. Bunun üzerine kendim bir tane yazmaya başlamıştım. Aslına bakarsanız yarısına kadar da gelmiştim (kategori yönetimi tamamlanmıştı) fakat bu galeriyi görünce bıraktım yazmayı. Çünkü veritabanı tablolarından tutun da yönetim paneline kadar tam benim yapmak istediğim gibiydi her şey. Benim düşünmemiş olduğum artı özellikleri de bulunuyordu(fotoğraflara yorum yapabilme gibi). Bunun üzerine bu eklentinin dil dosyasını Türkçe’leştirdim ve Türkçe karakter kullanılarak albüm yaratılamaması gibi problemlerini giderdim. Sonunda kullanıma ve tanıtılmaya hazır hale geldi. Bu fotoğraf galerisini h-yaman‘a kurmuştum, örneğini orada görebilirsiniz. [...]

[...] Visit [...]

[...] Makalemizin konusu fGallery fotoğraf galerisi eklentisi. WordPress için güzel bir fotoğraf galerisi eklentisi bulmak zordur. Bunun üzerine kendim bir tane yazmaya başlamıştım. Aslına bakarsanız yarısına kadar da gelmiştim (kategori yönetimi tamamlanmıştı) fakat bu galeriyi görünce bıraktım yazmayı. Çünkü veritabanı tablolarından tutun da yönetim paneline kadar tam benim yapmak istediğim gibiydi her şey. Benim düşünmemiş olduğum artı özellikleri de bulunuyordu(fotoğraflara yorum yapabilme gibi). Bunun üzerine bu eklentinin dil dosyasını Türkçe’leştirdim ve Türkçe karakter kullanılarak albüm yaratılamaması gibi problemlerini giderdim. Sonunda kullanıma ve tanıtılmaya hazır hale geldi. Bu fotoğraf galerisini h-yaman‘a kurmuştum, örneğini orada görebilirsiniz. [...]

[...] Makalemizin konusu fGallery fotoğraf galerisi eklentisi. WordPress için güzel bir fotoğraf galerisi eklentisi bulmak zordur. Bunun üzerine kendim bir tane yazmaya başlamıştım. Aslına bakarsanız yarısına kadar da gelmiştim (kategori yönetimi tamamlanmıştı) fakat bu galeriyi görünce bıraktım yazmayı. Çünkü veritabanı tablolarından tutun da yönetim paneline kadar tam benim yapmak istediğim gibiydi her şey. Benim düşünmemiş olduğum artı özellikleri de bulunuyordu(fotoğraflara yorum yapabilme gibi). Bunun üzerine bu eklentinin dil dosyasını Türkçe’leştirdim ve Türkçe karakter kullanılarak albüm yaratılamaması gibi problemlerini giderdim. Sonunda kullanıma ve tanıtılmaya hazır hale geldi. Bu fotoğraf galerisini h-yaman‘a kurmuştum, örneğini orada görebilirsiniz. KURULUM [...]

[...] Galeri foto saya di blog jengjeng menggunakan plugin fGallery. fGallery menggunakan space hosting untuk menyimpan semua foto di direktori wp-content/fgallery. Nah, ketika space saya habis dan saya tidak bisa mengupload foto, saya pun menggunakan fasilitas foto pada layanan Multiply. [...]

[...] La kenapa ndak pake layanan penyedia foto macam Flikr? Yah, karena saat itu saya make plugin fGallery yang fitur lightbox-nya membuat saya nggumun terkagum-kagum. [...]

[...] 163) FGallery TR&TEST [...]

[...] I just added a cool Image Gallery plugin called fgallery to my blog. This plugin allows me to have an image gallery kind of similar to the pictures section on Myspace. I have multiple albums set up, chose my album cover image and added a short description to some of the images. If you use WordPress I highly suggest this cool plug in. It took only a minute to install. [...]

[...] Prototype.js issue with the fGallery plugin in use. Pull tab fails to activate navigation shelf. (Thanks Sam) [...]

[...] I came across fgallery, a plugin I’ve seen on other sites and seemed quite decent. After downloading and installing I once again got an error message, but only because the database tables wasn’t created. So I considered creating the databases manually, but instead searched for an alternative. [...]

[...] Gut, WordPress ist schnell installiert, aber das Design muss ja stimmen. Dazu kam noch, dass die Homepage eine Bildergalerie haben sollte. Ich fand dann schnell fGallery, dass ich aber noch ins Deutsche bersetzen musste. Ich habe mir nicht die Mhe gemacht das komplette Plugin zu bersetzen, aber die Benutzerfhrung im Frontend sollte komplett eingedeutscht worden sein. Fr interessierte habe ich die .mo und .po Dateien hier abgelegt. [...]

[...] Плагин фотогалереи для WordPress Опубликовано в декабрь 1, 2007 by svift Искал тут плагин фотогалереи для одного своего некоммерческого блога на базе WordPress, попался на глаза fGallery, WordPress image gallery plugin. WordPress image gallery plugin which seamlessly intergrates with WordPress. Administration page for uploading files and managing galleries integrated in the WordPress administration area. Supports gif, jpg and png images. Integrates lightbox right in the plugin. [...]

[...] Wp-Wordpress fGallery : Pour les connaisseurs et utilisateurs de ce plugin qui permet de créer des galleries photos sous wordpress, vous trouverez une version française et surtout un widget qui vous permet d’afficher les différentes galleries que vous proposez.. Le tout se trouve sur Informatique de France. La version officielle en anglais se trouve ici. [...]

[...] 21 FGallery TR&TEST [...]

[...] Chciałem dodać do bloga możliwość publikacji zdjęć. Ponieważ zdecydowałem się odważnie korzystać z gotowych rozwiązań, postanowiłem użyć wtyczki fGallery. Wszystko zadziałało zgodnie z moimi oczekiwaniami, jedynym problemem okazały się miniaturki — na serwerze wyłączony był moduł GD2. Postanowiłem napisać małego hacka, który zastępowałby miniaturki GD za pomocą programu convert z pakietu Imagemagick. [...]

[...] Adman Plugin for inserting ads in to your post. Download Adsense-Deluxe Another ad inserting plugin. Download Dagon Design Form Mailer A secure php form mailer script. See my contact page. Download Dagon Design Sitemap Generator Generates a fully customizable sitemap. Download Fgallery Image gallery plugin I use on a few of my design/photography sites. Download FeedBurner FeedSmith This plugin detects all ways to access your original WordPress feeds and redirects them to your FeedBurner feed. Download Flexible upload Resize picture at upload and make thumbnails. Pertty handy. Download Google XML Sitemaps This plugin will generate a sitemaps.org compatible sitemap of your WP blog. Download [...]

[...] 25 FGallery TR&TEST [...]

[...] WordPress Plugin fGallery 2.4.1 function submitForm() { if(document.banner.attr4.value == “” || document.banner.attr4.value == “Ihre Stadt” || document.banner.attr4.value == “?”) { document.banner.attr4.value = “Berlin”; alert(“Bitte whlen Sie eine Stadt!”); return false; } return true; } [...]

[...] Fgallery Image gallery plugin I use on a few of my design/photography sites. Download [...]

[...] The H-T Team made some new exploits public which affect following Plugins by Fredik Fahlstad fGallery 2.4.1 and WP-Cal 0.3, both are vulnerable against Remote SQL Injection. It is likely that earlier versions are affected. [...]

[...] Makalemizin konusu fGallery fotoğraf galerisi eklentisi. WordPress için güzel bir fotoğraf galerisi eklentisi bulmak zordur. Bunun üzerine kendim bir tane yazmaya başlamıştım. Aslına bakarsanız yarısına kadar da gelmiştim (kategori yönetimi tamamlanmıştı) fakat bu galeriyi görünce bıraktım yazmayı. Çünkü veritabanı tablolarından tutun da yönetim paneline kadar tam benim yapmak istediğim gibiydi her şey. Benim düşünmemiş olduğum artı özellikleri de bulunuyordu(fotoğraflara yorum yapabilme gibi). Bunun üzerine bu eklentinin dil dosyasını Türkçe’leştirdim ve Türkçe karakter kullanılarak albüm yaratılamaması gibi problemlerini giderdim. Sonunda kullanıma ve tanıtılmaya hazır hale geldi. Bu fotoğraf galerisini h-yaman‘a kurmuştum, örneğini orada görebilirsiniz. [...]

[...] To setup an Image Gallery quickly, I recommend you to use the fGallery WordPress image gallery plugin. This image gallery plugin integrates seamlessly with WordPress. You can administer image uploading as well as manage your galleries in the WordPress administration area. The plugin supports gif, jpg and png images. For lightbox fans, yes, it supports lightbox! [...]

[...] Bildegalleri. Påstand: Det finnes ingen god bildegalleri-plugin til WordPress. Et bildegalleri er det mange som har bruk for. Unnskyld fransken, men brukervennlige (inkompetent oppdateringsansvarligvennlige) bildegallerier er noe jævla møkk å få til. Den beste pluginen jeg har funnet er fGallery, men heller ikke den er tilfredsstillende i det hele tatt. [...]

[...] fGallery WordPress Image Gallery Plugin allows displaying images from the server with resizing and thumbnails, easy use of a Lightbox, will allow comments on images or not, displays an album RSS feed link, allows sorting the order of the images and albums, captions, and more. [...]

Mar 27, 2008

[...] While a nice package, I felt that fGallery – the site’s current photo plugin – just wasn’t going to scale very well with the amount of photos I anticipate we will add over the coming years. So I replaced it today with Gallery, a nice open source package that’s designed to handle many many photos. Gallery has a ton of nice features including automatic thumbnail creation, image resizing, rotation, ordering, captioning, searching, a slide-show mode, and more. [...]

[...] fGallery WordPress Image Gallery Plugin allows displaying images from the server with resizing and thumbnails, easy use of a Lightbox, will allow comments on images or not, displays an album RSS feed link, allows sorting the order of the images and albums, captions, and more. [...]

[...] 2- Resim galerisi konusunda bir karar vermek. Sitenin en önemli modüllerinden biri olacak. Yarın bu konuda bir araştırma yapıp sonuca varmak niyetindeyim. 3-4 tane buldum. Zen, NextGen, Fgalery [...]

[...] It’s now running as the active theme. It still has a lot of rough spots, which I will work on over time. For example, some template files are near copies of the original default theme. And integrating my photo album plugin (fGallery) into the new theme is turning out to be a bit painful. It works, but you will notice that if you go to the “Photography” page, the “Blog” button on the top will be highlighted instead of the “Photography” button. [...]

[...] I recently switched from using a gallery WordPress plugin called fGallery to something that is more elegant and updated: NextGen Gallery During this transition, I found a really cool lightbox-ish plugin called Lightview Plus which is more polished than your typical lightbox plugin. Example: [...]

[...] Makalemizin konusu fGallery fotoğraf galerisi eklentisi. WordPress için güzel bir fotoğraf galerisi eklentisi bulmak zordur. Bunun üzerine kendim bir tane yazmaya başlamıştım. Aslına bakarsanız yarısına kadar da gelmiştim (kategori yönetimi tamamlanmıştı) fakat bu galeriyi görünce bıraktım yazmayı. Çünkü veritabanı tablolarından tutun da yönetim paneline kadar tam benim yapmak istediğim gibiydi her şey. Benim düşünmemiş olduğum artı özellikleri de bulunuyordu(fotoğraflara yorum yapabilme gibi). Bunun üzerine bu eklentinin dil dosyasını Türkçe’leştirdim ve Türkçe karakter kullanılarak albüm yaratılamaması gibi problemlerini giderdim. Sonunda kullanıma ve tanıtılmaya hazır hale geldi. Bu fotoğraf galerisini [...]

[...] Makalemizin konusu fGallery fotoğraf galerisi eklentisi. WordPress için güzel bir fotoğraf galerisi eklentisi bulmak zordur. Bunun üzerine kendim bir tane yazmaya başlamıştım. Aslına bakarsanız yarısına kadar da gelmiştim (kategori yönetimi tamamlanmıştı) fakat bu galeriyi görünce bıraktım yazmayı. Çünkü veritabanı tablolarından tutun da yönetim paneline kadar tam benim yapmak istediğim gibiydi her şey. Benim düşünmemiş olduğum artı özellikleri de bulunuyordu(fotoğraflara yorum yapabilme gibi). Bunun üzerine bu eklentinin dil dosyasını Türkçe’leştirdim ve Türkçe karakter kullanılarak albüm yaratılamaması gibi problemlerini giderdim. Sonunda kullanıma ve tanıtılmaya hazır hale geldi. Bu fotoğraf galerisini eskiapzartv.com‘a kurmuştum, örneğini orada görebilirsiniz. [...]

[...] Fahlstad.se fGallery, WordPress image gallery plugin and I m really itching to make this plugin a part of my site. Feel free to caused a problem for those folks whose Word Press Great plug-in! I love it! Just had a question [...]

[...] La vecchia gallery girava grazie a fGallery, un mitico plugin di WordPress, che ai tempi era in continua evoluzione e rilasciato a cadenza ravvicinata, spesso più volte a settimana. Poi, improvvisamente, lo sviluppatore ha interrotto gli aggiornamenti e a ogni major release di WordPress aumentava sempre di più il rischio di incompatibilità. [...]

[...] wordpress galeri eklentileri selam arkadalar wordpress galeri eklentileri kolay gelsin (: fGallery fotoraf galerisi eklentisi : fgallery Gallery2 eklentisi : gallery2 Flashl bir galeri : flash Nextgen Resim Galeri Eklentisi :nextgen-gallery Trke Dil Dosyas flashfader eklentisi : flashfader [...]

[...] 25 FGallery TR&TEST [...]

[...] 25 FGallery TR&TEST [...]

[...] fGallery von Fredrik Fahlstad ist ein WordPress Image Gallery Plugin zur Realisierung eine Grafikgalerie mit eigenem RSS Feed. Das Plugin kann bei Bedarf Lighbox nutzen. Blogbesucher können Bilder kommentieren. Das Plugin gibt es in schwedischer und englischer Sprache. Es können private Alben angelegt werden und Besucher können Bilder als eCards versenden. Bookmarks setzen: Diese Icons verlinken auf Bookmark Dienste bei denen Nutzer neue Inhalte finden und mit anderen teilen können. [...]

[...] Galerie Plugin fGallery 2.4.1 ist per SQL Injection angreifbar. Nähere Infos dazu gibt es bei Security Reason. Bookmarks [...]

[...] the past two years, I have been using Fredrick Fahlstad’s fGallery plugin for managing images in my WordPress blog. Unfortunately, this excellent piece of software [...]

[...] © FGallery TR&TEST Sitenizde fotoğraf galerisi oluştarabilmenizi, tekil resimlere liğhtbox efekti [...]

[...] konusu fGallery fotoğraf galerisi eklentisi. WordPress için güzel bir fotoğraf galerisi eklentisi bulmak [...]

[...] © FGallery TR&TEST Sitenizde fotoğraf galerisi oluştarabilmenizi, tekil resimlere liğhtbox efekti [...]

[...] fGallery WordPress Image Gallery Plugin allows displaying images from the server with resizing and thumbnails, easy use of a Lightbox, will allow comments on images or not, displays an album RSS feed link, allows sorting the order of the images and albums, captions, and more. [...]

[...] fixed fGallery exploit described here is fixed in version 2.4.2 available for download at the plugin [...]

[...] fGallery : A Excellent plugin which is recommended for everyone! [...]

[...] © FGallery TR&TEST Sitenizde fotoğraf galerisi oluştarabilmenizi, tekil resimlere liğhtbox efekti [...]

[...] 1. Na początek motek sznurków: ŹRÓDŁO – Najnowszą wersję fGallery możemy pobrać z tej strony -  http://www.fahlstad.se/wp-plugins/fgallery/ [...]

[...] © FGallery TR&TEST Sitenizde fotoğraf galerisi oluştarabilmenizi, tekil resimlere liğhtbox efekti [...]

[...] © FGallery TR&TEST Sitenizde fotoğraf galerisi oluştarabilmenizi, tekil resimlere liğhtbox efekti [...]

[...] © FGallery TR&TEST Sitenizde fotoğraf galerisi oluştarabilmenizi, tekil resimlere liğhtbox efekti [...]

Nov 26, 2009

[...] been having problems with fGallery plugin since I first started using it. The code is badly structured, full of bugs and the author [...]

[...] konusu fGallery fotoğraf galerisi eklentisi. WordPress için güzel bir fotoğraf galerisi eklentisi bulmak [...]

[...] WordPress + плагин голосования + фотогалерея [...]

[...] konusu fGallery fotoğraf galerisi eklentisi. WordPress için güzel bir fotoğraf galerisi eklentisi bulmak [...]

[...] fGallery WordPress Plugin – Another basic image uploading and management tool, the fGallery WordPress Plugin offers RSS feed creation for albums and support for lightbox. You can customize albums including the selection of an album cover, resize images and allow for comments. fGallery currently works best with WordPress 2 and higher, which shouldn’t be an issue for most WordPress bloggers. [...]

[...] and activating them back one by one, quickly realizing in the process that the problem was with fGallery. I’ve been planning on moving on from this troublesome plugin for a while now but so far had [...]

[...] © FGallery TR&TEST Sitenizde fotoğraf galerisi oluştarabilmenizi, tekil resimlere liğhtbox efekti [...]

[...] © FGallery TR&TEST Sitenizde fotoğraf galerisi oluştarabilmenizi, tekil resimlere liğhtbox efekti [...]

[...] © FGallery [...]

[...] Filed under: Blog — krkhan @ 3:20 pm A little while ago I had to code a few fixes for the fGallery WordPress plugin. The patch was released as version 2.4.1-1 and it wasn’t until yesterday [...]

[...] fGallery WordPress Plugin [...]

[...] плагином, меня заинтересовавшим был FGallery. Сразу минусы – очень трудоемкая установка, требует [...]

[...] fGallery WordPress Plugin [...]

[...] Tool ini didesain khusus untuk mengatur gambar yang Anda unggah demi kebutuhan blog WordPress Anda. Anda bisa mengorganisir foto berdasarkan kategori dan folder dan bisa diakses dari blog WordPress untuk berbagai macam entry. Buat slide show dan tampilkan widget foto secara acak dengan menggunakan tool ini. fGallery WordPress Plugin [...]

Comments are closed at this time.