fGallery on Wordpress

Requirements

  • This plugin only test with Wordpress 2+
  • GD library
  • ZZIPlib

Download

You can download from here.

Installing

  • Unzip to Wordpress plugin directory
    unzip fgallery.zip
  • Create wp-content/fgallery directory for the images and make it writeable

    chmod 777 wp-content/fgallery
  • Activate fGallery plugin
    WP Admin > plugin
    and activate fGallery
  • Add a new link to my blog to view the photos (if needed), but I don’t make it. If you want to see my images simple click the images on my side bar :D

Manage Galleries

Just go to Admin > FGallery > Manage Galleries and You can manage your galleries.

Upload Images

You can upload images through

WP Admin > fGallery > fGallery

Edit CSS
You can edit CSS through
WP Admin > fGallery > Edit CSS

Showing Images in the Sidebar

(I like this fiture)
Random images from gallery

<?php fim_random_images($number_to_show, $thumbnail_width); ?>

Latest images from gallery

<?php fim_get_latest_images($number_to_show, $thumbnail_width); ?>

You can put that php tag on somewhere in your sidebar.php. You must replace
$number_to_show and $thumbnail_width with integer value.For my blog, I use $number_to_show=’4′ and $thumbnail_width=’64′

Well done. Good Luck

Share and Enjoy:

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • BlinkList
  • co.mments
  • del.icio.us
  • digg
  • DZone
  • Furl
  • Ma.gnolia
  • NewsVine
  • RawSugar
  • Reddit
  • Shadows
  • Simpy
  • Slashdot
  • Spurl
  • StumbleUpon
  • Technorati
  • YahooMyWeb
 

Related Posts


One Response to “fGallery on Wordpress”  

  1. a gravatar 1 sUpricak3p

    I got error message below when I go to plugin: deactivate and back to activate it:

    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)

    What is it? Is it a bug? Or something wrong with my installation? Need help please… Thx before..

Posting Your Comment
Please Wait

Yes, leave a comment here!

There was an error with your comment, please try again.