2007.07.18

JAlbum plugin v1.0 for Wordpress

Kategori: JAlbum plugin — Michael Schøler, Kl. 01:15:54

Version 1.0 is out - go get it! 

Hi everyone,

Wow - I’m really excited about the number of hits I’m getting on this plugin, and glad that people find it usefull.

The final v1.0 release of WP_JAlbum plugin for Wordpress 2.0+ is now ready, free of charge for all of you. If you’re already using the plugin, just download and overwrite the existing plugin installations. If you’re new to it, simply download the plugin zip archive and unpack it into your wordpress plugins folder (wp-content/plugins) - hereafter it is configurable through the Wordpress options system, and integrates itself in the post editor. 

Keep the good ideas pouring in - I’m getting a lot of feedback for future features in the plugin. 

Enjoy blogging and sharing pictures!

Best regards,
Michael Schøler
Denmark

Example

JAlbum for Wordpress introduction

With this plugin you can easily integrate your existing and new JAlbum’s into Wordpress. All you need to do is write a blog post and, using the Wordpress editor, bring up the JAlbum wizard and select one or more albums to go into your post. The plugin gives you the opportunity to show the album as it was generated by JAlbum, or, to show it using your Wordpress theme (regardless of the generated JAlbum theme). It also enabled you to link to protected albums, showing only the thumbnails in your post without authentication requirements - even though the album is access protected.

Installation 

1. Download the WP_JAlbum plugin from the Wordpress plugin database.

2. Unzip the WP_JAlbum archive into your Wordpress plugins folder (/wp-contents/plugins/).

3. Bring up your Wordpress administration view.

4. Under “Wordpress options for JAlbum” set the configuration values for the plugin as you like.

5. In the options view, make sure the “Absolute server path to default JAlbum folder” path must point to your web servers absolute root path. This can be somewhat tricky to locate if you are hosted at a web hotel. If the plugin has not set the path automatically, make a PHP script file containing “phpinfo();” and browse it. Look for the value of SERVER["SCRIPT_FILENAME"]. Do not use a subfolder as the root path, or any other path for that matter, as this will cause the plugin to fail with regards to the two modes “Full album” and “Single photo”. The “IFrame full album” is not affected by this value as it does not use it.

6. That’s it!

Usage

1. Write a new post, or manage an existing post.

2. Click the JAlbum icon, now present in the Wordpress editor (available in rich editor mode).

3. Choose an album mode:

3.1 Full album mode

This mode displays the album using the Wordpress theme. It allows for both public and protected albums.

3.1.1 Access restriction

Choose “Public access” if you have not made the album login protected.

Or, choose “Login required” if you have placed a .htaccess file or require Windows Integrated Authentication etc.

3.1.2 Number of thumbnails to display

Choose 1, 2, 4, 8 or 16 if you wish to only display a limited number of thumbnails from your album in the post. Or choose “All photos” for the whole shabang. Choosing a limited number is a good idea for large albums.

3.1.3 Webserver root filepath

Here you should enter the absolute web server root path (see notes for installation above). The value is defaulted from the JAlbum options value. You can provide an alternate path here - if for instance yóur machine is running multiple web servers (multiple document roots). If this is the case you most likely know what you’re doing, and should have no trouble entering an alternate path. Just mind that again, it has to be the root of the web server (public_html folder, www or inetpub are typical root folder names) - and not the album subpath!

3.1.4 Root relative JAlbum filepath

Here you should enter the root relative subpath of the album. If for instance you are situated on a Linux Apache web server and have uploaded a generated JAlbum here:

/data/myDomain.com/public_html/2007/myAlbum/

… you should enter “/data/myDomain.com/public_html” as the root, and “/2007/myAlbum” as the root relative path.

On a Windows IIS web server the scenario could be:

C:\Documents and Settings\User name\Documents\inetpub\2007\myAlbum\

… in which case you should enter “C:\Documents and Settings\User name\Documents\inetpub” and “\2007\myAlbum” respectively.

3.2 Single photo

This mode displays the album using the Wordpress theme. It allows for both public and protected albums.

3.2.1 Access restriction

Choose “Public access” if you have not made the album login protected.

Or, choose “Login required” if you have placed a .htaccess file or require Windows Integrated Authentication etc.

3.2.2 Webserver root filepath

See section 3.1.3 above.

3.2.3 Root relative JAlbum filepath

See section 3.1.4 above.

3.2.4 Enter photo filename

Here you should enter the original photo filename of the photo you wish to display.

Say for example that you wish to blog this photo (Linux Apache):
/data/myDomain.com/public_html/2007/myAlbum/DSC_3233.JPG

You would have to enter:
Webserver root: “/data/myDomain.com/public_html”
Root relative JAlbum filepath: “/2007/myAlbum”
Photo filename: “DSC_3233.JPG”

And vise versa for a Windows webserver.

3.3 IFrame full album

This mode displays the album using the generated JAlbum theme. It allows for  public albums only.

3.3.1 JAlbum URL

Here you should enter the URL (not filepath) for the desired JAlbum to blog. The album does not need to be hosted on your webserver, it may just as well be placed on another server. Provide the URL you would enter to view the JAlbum in a browser - or provide an URL for any of the slides of the album.

3.3.2 Width

Enter the desired width of the integrated JAlbum in your post. 100% is the default value. This will make the album as wide as your post column, and is most likely the preferred way to go always.

3.3.3 Height

Enter the desired height for the integrated JAlbum in your post. Default is 600px. Vary it as you see fit for your blog post.

Requirements

A PHP capable webserver running a Wordpress 2.0+ blog.

Download

Download the most recent version from the Wordpress Plugin Database.

History

Version 1.0 released (18 july 2007)

Alpha versions 0.1 - 0.4 (june/july 2007)

  • Draft versions of the plugin, steadily building a stable ground for the v1.0 release.

Contact

The JAlbum plugin for Wordpress is written and maintained by Michael Schøler (michael@famschoeler.dk). Contact me with bug reports, ideas and any comments you may have for the plugin. Remember this is free of charge and 100% voluntery work for my part, so naturally my efforts sometimes reflect an otherwise busy schedule. But I am actively involved in the improvement and continous enhancement of this plugin, using whatever spare time I may have to throw at it =)

License

The JAlbum for Wordpress is licensed under the LGPL, or Lesser Gnu Public License. This basically means that the software is absolutely free of charge, and that you use at at your own risk and that you may do with it what you want - including making your own modifications to it, as long as I am creditted for the original work. Another important note is that I cannot be held responsible for any damages caused by direct og indirect use of this software.

2007.07.08

Wordpress and JAlbum

Kategori: JAlbum plugin — Michael Schøler, Kl. 12:23:21

Hello,

I have put together a small plugin for Wordpress, which allows you to integrate JAlbum galleries directly into your posts. Just download the latest plugin version from my site, or from the Wordpress plugin database, and unzip the WP_JALBUM plugin into your Wordpress wp-contents/plugins folder. The Wordpress editor is then automatically extended with the new JAlbum functionality, and you’re ready to integrate JAlbums in your posts through a user-friendly wizard interface.

Setup of the plugin is done through the Wordpress settings control panel.

New features:

  • Integrated fully in the Wordpress settings and editor.
  • Wizard interface, no need to enter HTML
  • IFrame album post integration (use JAlbum theme)
  • Wordpress album post integration (use Wordpress theme)

Screenshots:

Example album (Chameleon JAlbum theme):

Remote example album (flash based JAlbum theme):

Example inline album (uses wordpress theme):


Airshow 2007
Vis hele albummet, 138 billeder i alt, heraf vises nu 8

Enjoy!

Best regards,
Michael Schøler

2007.07.08

JAlbum v0.3, nu også med IFrame integration

Kategori: JAlbum plugin — Michael Schøler, Kl. 10:15:32

Jeg har nu tilføjet en IFrame tilstand også, således at albummet indsættes i det layout/tema man har genereret i JAlbum. Der er fortsat mulighed for integration i Wordpress temaet naturligvis. 

Nye features i JAlbum v0.3 plugin for Wordpress:

  • Integreret fuldt ud i Wordpress konfigurationssystemet og i editoren
  • Wizard interface, ingen behov for at indtaste HTML og tags selv mere
  • IFrame album post integration (benyt JAlbum tema)
  • Wordpress album post integration (benyt Wordpress tema)

Hent WP_JALBUM plugin’et gratis fra Wordpress plugin databasen, under Lesser Gnu Public License vilkår.

Jeg har vist ikke nævnt det nogen andre steder, men det er da værd at tage med, at pluginet er cross-browser kompatibelt. 

Eksempel på IFrame integration af et JAlbum i Wordpress:
[jalbum_iframe_album:/2007/07/TestAlbum/,100%,630px]

Dette’tag’ genereres og indsættes ved blot at indtaste stien “/2007/07/TestAlbum/” som ønsket JAlbum URL i den nye JAlbum integrations wizard:

JAlbum plugin for Wordpress wizard...

Og her er så resultatet - bare klik rundt! =)

Der er et mere “officielt” v1.0 release på vej, som indeholder dansk og engelsk dokumentation samt brugseksempler.

mvh
Michael Schøler

2007.07.08

JAlbum plugin v0.3 til Wordpress

Kategori: JAlbum plugin — Michael Schøler, Kl. 01:35:11

Så er version 0.3 af mit JAlbum plugin til Wordpress klar!

Du kan gratis, under Lesser Gnu Public License vilkår, hente den nye version fra Wordpress plugin databasen af WP_JALBUM, og læse mere om plugin’et, samt hente de to forrige versioner i JAlbum plugin kategorien.

Som en omfattende nyhed er det nu muligt at opbygge et “tag” til et udvalgt JAlbum via en integreret wizard i Wordpress editoren. Du klikker blot på det nye “JAlbum” ikon i toolbaren i din Wordpress editor, så kommer der en wizard frem hvori du kan specificere hvilket album du ønsker vist i din Wordpress artikel.

Mvh
Michael Schøler

JAlbum integrated in Wordpress!