skriker

IImage Gallery

autor - malyfred / 1. 12. 2004 /
  • english

Tento plugin pro WordPress je určen pro vkládání jednoduchých galerií do vašich příspěvků viz následující ukázky.

Nejjednodušší galerie vypadá asi takto:

<gallery>
<img src="stop_the_evil.jpg" title="Stop The Evil!" />
<img src="oko3.jpg" title="I See You Baby!" />
<img src="house_of_the_rising_sun.jpg" title="House of The Rising Sun" />
</gallery>

Výsledkem je hejno náhledů obrázků tvořících galerii. Po kliknutí na náhled se dostanete k originálu. Atributy alt a title jsou použity u zobrazeného náhledu, který je vytvořen v okamžiku ukládání příspěvku podle parametrů udaných v souboru iimage-gallery.php.

Výchozí nastavení v tomto případě není nic moc a tak si ukážeme jak ho pro tuto konkrétní galeri změnit:

<gallery crop="true" crop_center="true" max_side="100" quality="95">
<img src="image1.jpg" />
<img src="image2.jpg" />
<img src="image3.jpg" />
<img src="image4.jpg" />

</gallery>

Dostaneme oříznuté obrázky (do čtverce a na střed) s hranou o délce 100px a komprimovaných v takřka nejvyšší kvalitě.

Všechna výchozí nastavení se dají měnit v souboru iimage-gallery.php:

before = '<div class="gallery">'
bude vloženo před každou galerii

after = '</div>'
bude vloženo na její konec

before_each = '<a href="%s" class="gallery_item">'
bude vloženo před každý obrázek
%s se bude postupně nahrazovat hodnotami atributů 'src', 'alt', 'title' (v tomto pořadí).
To se může hodit pro vytvoření vlastní stránky s obrázkem např. takto:
<a href="my-gallery.php?img=%s&alt=%s&title=%s">

after_each = '</a>'
za každý obrázek

cache_dir = '/thumb-cache/'
Adresář do kterého se budou ukládat náhledy. Relativní cesta vůči výchozímu adresáři pro upload.
Plugin se při prvním použití pokusí tuto složku vytvořit, ale nespoléhejte na to.

recreate_when_updated = true
Určuje zda se budou při každém uložení příspěvku generovat náhledy znovu, nebo pouze ty, které neexistují.

default_quality = 90
0..100 - určuje kvalitu komprese náhledů.

default_max_side = 100
Délka nejdelší strany obrázku.

default_crop = false
Mají se obrázky oříznout do čtverce?

default_crop_center = true
Pokud se ořezává, tak na prostředek nebo se vybere levý horní roh?

ig_show_errors = true
Pokud "true" - budou se zobrazovat chybová hlášení na konci příspěvku.

default_sharpening = 0
Povolené hodnoty = 0..100
0 - vůbec se nebude o ostření pokoušet = úspora času
S tímto parametrem prosím opatrně - ostření zabírá hodně času a snadno se může stát, že skript při větším počtu náhledů překročí čas vymezený pro svůj běh

use_permalinks = true
Odkazy na prohlížeč obrázků budou generovány ve formě "hezkých" URL (= iimage-gallery.php/23/3/1/ místo iimage-gallery.php?idpost=23&idg=3&idi=1). Mělo by to fungovat na většině serverů.

Většina těchto nastavní lze změnit pro konkrétní galerii jak ukazuje druhý příklad.

Že si své obrázkové galerie můžete sami nastylovat pomocí CSS je asi zjevné:o)

Teoreticky by plugin měl fungovat s JPEG, PNG i GIF obrázky, ale protože PHP funkce getimagesize() funguje korektně (přes HTTP) jen s JPEGem (možná bug?). PNG a GIF na mém serveru nefungují. Ale JPEG většinou stačí:o)

Obrázky v galerii mohou být uloženy na jakékoli adrese, kam se lze přes HTTP dostat. Náhledy budou uloženy ve vámi definovaném adresáři (výchozí thumb-cache).

Pro vkládání obrázků do galerií je vhodné použít IImage Browser. Také nezapomeňte vyzkoušet IImage Panorama pokud fandíte panoramatům. Jestliže byste chtěli provozovat svůj web ve více jazycích, je Polyglot pro vás jako dělaný. Postrádáte-li skutečný náhled na příspěvek (se vším formátováním atd.) v nabídce WordPressu - JÄÅ Preview plugin čeká jen na vás.

Download:

iimage-gallery1.9.zip

iimage-gallery-integrated-template.php_ - šablona pro prohlížeč, která převezme vzhled zbytku vašeho webu. Soubor po stažení přejmenujte na iimage-gallery-template.php

Prohlížeč

Od verze 1.3 obsahuje IImage Gallery zabudovaný prohlížeč obrázků v galerii. Zkuste si to zde:

Díky použití šablony si můžete sami kompletně definovat vzhled tohoto prohlížeče v iimage-gallery-template.php. Pokud si vytvoříte nějakou pěknou šablonu - neváhejte mi ji prosím poslat na můj e-mail (dole na stránce).

Pro danou galerii můžete přepsat nastavení, zda prohlížeč použít či ne pomocí:

<gallery stand_alone="false">

</gallery>

Výchozí nastavení je definováno jako - $ig_settings['ig_default_stand_alone'] v iimage-gallery.php

Známé chyby: zatím není spolupráce IImage Gallery a pluginu Polyglot úplně nejlepší, ale jsem si toho vědom.

Instalace:

Rozbalte stažený soubor do svého adresáře s pluginy a aktivujte ho.

Před prvním použitím lze doporučit ruční vytvoření adresáře pro náhledy thumb-cache ve vašem výchozím adresáři určeném pro upload. (~ wp-content)

Pro pár ukázek vlastních šablon pro generovaný kód se podívejte na: Custom pattern examples for IImage Gallery

Komentáře

  1. Trevor 4. 12. 2004 / 23.18

    This doesn’t work for me. I’ve installed it, it claims it writes the files (chmod 777 on directory too) and puts the correct hash in the img tag, however.. the image is never created. Weird, huh?

  2. malyfred 5. 12. 2004 / 14.28

    Well, maybe some problem with GD library or…? If you have installed IImage Browser - does the creation of thumbnails work there? The function in IImage Gallery is similar but in IImage Browser you can see all warnings etc.

  3. ms$ 9. 12. 2004 / 11.34

    Does it work with PHP safe mode on?

  4. malyfred 9. 12. 2004 / 15.05

    It could work in safe mode, but it depends on your local configuration. It needs to have right to create files and that could be problem. Try it.

  5. Blind Midget 13. 12. 2004 / 3.31

    skriker thanks for the cool image plugins. I really like the image browser.
    I am having trouble with the image gallery as you can see on my site http://www.blindmidget.com . I am not sure if I am doing things correctly, but I have the plugin uploaded and activated, and I used the gallery code in my post like your examples, but no gallery is showing up. Also there are no thumbnails being created. Any ideas? Thanks in advance.
    (Here is the code I have in my post)

    Signatures for Pronetworks members:

    My Own Signatures on ProNetworks:

  6. malyfred 13. 12. 2004 / 16.17

    Have you created thumb-cache directory? Is your PHP script allowed to write in this directory? The problem of this plugin is, that no warnings or errors are shown, but I cannot change this. Basically - if the IImage Browser creates thumbnails on your server - IImage Gallery should work (they use similar functions) and the problem must be somewhere else. Maybe collision with other plugin. Look into generated HTML code if there is “<div class=”gallery”>…</div>” - it means that plugin is working. If there is something else - collision of plugins!

  7. malyfred 13. 12. 2004 / 16.44

    Another thing - you have to insert full path to images! Something like “http://blabla”. Relative path usually doesn’t work. I don’t use it in my example because it’s too long but I should.

  8. Ingrid 19. 12. 2004 / 3.17

    What a great plugin, thanks ! Works like a charm.

    I have one little remark : the alt text doesn’t show up on the thumbnails. Is it because the title tag is set to empty ?

  9. malyfred 20. 12. 2004 / 11.26

    No, that’s because alt and title are defined separately. I have enhanced the first example - so it shows everything you need.

  10. Ingrid 21. 12. 2004 / 15.32

    Ok, I can see I should be using the title tag instead, then it will show. Thanks for the explanation ! I really really like this plugin. Simple but effective.

  11. Stefan 29. 12. 2004 / 18.28

    Nice little smooth plugin, thank you.
    Is it possible to include somthing like target=”_blank” when clicking on a thumbnail?

  12. malyfred 30. 12. 2004 / 20.46

    >Stefan Of course. Just edit $before_each = ‘<a href=”%s” class=”gallery_item”>’; to something like this $before_each = ‘<a href=”%s” class=”gallery_item” target="_blank">’;

  13. Stefan 1. 1. 2005 / 10.39

    Uups. Stupid me ;-). Thx.
    Works perfect!

  14. Alister Ferguson 6. 1. 2005 / 15.52

    that is SWEET! so much better than messy tables. thanks!
    just one question - how did u space out the images in your above example?

  15. malyfred 6. 1. 2005 / 16.19

    >Alister Add to your CSS file: .gallery_item img{
    display: inline;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 6px;
    }
    or just
    .gallery_item {margin: 6px 3px 0px 3px;} or something similar.

  16. dan 6. 1. 2005 / 23.51

    Im having a bit of a problem with teh plugin. no thumbs are being created and the <gallery> tag doesnt seem to be getting processed, im ending up with it comming through in the posts any ideas ?

  17. dan 7. 1. 2005 / 0.03

    a bit of progress ! im getting the followingin the post, no thumbnails created, the thumb-cache directory is there and chmod 777 but it now seems to be processing the gallery tag…

  18. malyfred 7. 1. 2005 / 10.50

    >dan As I said before the problem of any plugin is, that you cannot see any warnings or errors. So I have to ask again - Have you tried IImage Browser? Does the thumbnail creatin work there? If not - the same problem is in IImage Gallery but you’ll get some warnings or errors and these could help. See previous comments. I’ll add some debuging functions in future version.

  19. malyfred 7. 1. 2005 / 11.36

    >dan&all I have created IImage Gallery 1.1 beta. It shows errors if any at the end of your post. Test it and let me know how it works.

  20. Alister Ferguson 7. 1. 2005 / 18.36

    re. entry 15 - sorry mate, which CSS file? i’ve tried putting it in wp-admin.css & in wp-layout.css, but no luck. sorry, im new to this so im probably missing something really obvious..

  21. malyfred 7. 1. 2005 / 23.27

    >Alister wp-layout.css - try the first example first:o) For more information and examples: http://www.w3schools.com/css/

  22. Shambler 8. 1. 2005 / 1.26

    I have a problem installing the plugin. I copied it into the plugins dir and activated it. But when I want to start writing a post I always get this error:

    Fatal error: Cannot redeclare iimage_gallery_create_thumbs() in /home/shambler/www/wp-content/plugins/iimage-gallery.php on line 69

    Any suggestions?

  23. dan 8. 1. 2005 / 1.40

    the plot thickens !

    I installed the 1.1 beta and am not getting any errors in the post - just an empty gallery div…

    so i installed IImage browser and that seems to work fine…

    any other ideas ?

  24. malyfred 8. 1. 2005 / 12.07

    >dan Actually it is good news. Let’s check syntax. Every single image should look like: <img src="http:/..." />. You have to use quotes not apostrophes and no spaces between = and “. It’s better to have one image per one line.

  25. malyfred 8. 1. 2005 / 12.10

    >dan The code produced by IImage Browser is good enough.

  26. malyfred 8. 1. 2005 / 12.16

    >Shambler It seems that some other plugin uses my function iimage_gallery_create_thumbs() try to deactivate some other image plugins. If it were all right - you could rename this function and all callings of this function - I could help you.

  27. dan 8. 1. 2005 / 12.24

    Malyfred - thanks :-)
    now i get this….

    Errors: http://www.dantheman.co.uk/pictures/dizzycat.jpg is not accessible or supported

    however if i copy the URL to the address bar in the browser the image gets downloaded ?

  28. malyfred 8. 1. 2005 / 12.37

    >dan It means that PHP function getimagesize() cannot acces this file - discuss it with your admin.

  29. Shambler 8. 1. 2005 / 13.26

    Well, actually there is no other plugin installed so far.

  30. Alister Ferguson 8. 1. 2005 / 15.06

    thanks, i was putting the wp-layout.css file back in the wrong directory - thought it lived in wp-admin but it doesnt.. doh..
    workin a treat now, cheers, thanks so much for responding to my silly questions…. starting to get a slight grip on how this all fits together at last :)

  31. malyfred 8. 1. 2005 / 18.45

    >Shambler uhhh:o( what should I say… It means that WordPress is calling the same plugin twice and I don’t know how to fix this - have you tried to deactivate and activate it again?

  32. Shambler 10. 1. 2005 / 0.20

    Yup, I tried that. After deactivating and activating again I looked inside the table with phpmyadmin and discovered, that the plugin is loaded 5 times!?

  33. malyfred 10. 1. 2005 / 1.23

    >Shambler Wicked! Some WP bug… I cannot imagine how IIG can do that.

  34. Shambler 10. 1. 2005 / 9.39

    At the moment I’m using version 1.2.2 of WP. Will try to update to a newer version…

  35. Shambler 10. 1. 2005 / 16.59

    Ok, with the latest nightly build it works! Strange though. But I still got another question: which path do i have to set with “img src=…”? Because my pictures reside in wordpress/wp-content/pics/*, but whenever I use the Gallery nothing is shown in Wordpress but the title.

  36. Michael 10. 1. 2005 / 17.04

    Ok I’m being stupid here, once the plugin is activated do I simply insert a tag and your plugin does the rest? Or do I have to put the whole script which is posted in the examples at the top of the page?
    I believe that you are unable to have both Image gallery & browser plugins running at the same time, true?

    Thanks

  37. Michael 10. 1. 2005 / 17.07

    oops after …insert a… it should say ‘image’

    i have trid this but didn’t work just displayed the original size! I have created a image-cache dir and thumbnails do work in image browser.
    thanks

  38. dantheman 10. 1. 2005 / 17.52

    malyfred - RE: getimagesize() not being able to access the file, ive checked double checked and triple checked all permissions and all files are chmod 777 - ive broached this with my admin and they said they files should be accessable and they have checked the permissions to. is ti likley to be anything other than permissions ?

    Thanks
    Dan

  39. malyfred 10. 1. 2005 / 21.09

    >Shambler&Michael You should add to your post this:
    <gallery>
    <img src="http://fullpath/image_name.jpg" />
    </gallery>

    Then - when you save the post - thumbnails are created.

  40. malyfred 10. 1. 2005 / 21.12

    >Michael#36 You can use IImage Browser & Gallery at the same time, there should not be problem.

  41. Shambler 10. 1. 2005 / 21.22

    Ok, but let’s assume this: Wordpress is directly accessible through http://shambler.redtown.de.
    When I do a:

    <gallery>
    <img src=”http://shambler.redtown.de/wp-content/warschau.jpg” />
    </gallery>

    it results in nothing…

  42. malyfred 10. 1. 2005 / 21.38

    >dantheman#38 Actually if you use full path (”http://yourdomain/…”) you don’t need to change/check permissions because PHP will try to connect to that address as a browser. So I think that your admin maybe restricted this http access. You can try to use relative paths to avoid using http and check if thumbnails are created.

  43. malyfred 10. 1. 2005 / 21.46

    >Shamble#41 if you want to write some tags here you must write it like this: &lt;tag&gt;

    It results in nothing means what? Open the source code of the page if there is <div class=”gallery”>…</div> - plugin is working. Try beta version if it’ll produce some errors.

  44. Shambler 10. 1. 2005 / 22.42

    What do you mean whith tags?
    Well, yes, the

    stuff is in the source code.
    I tried the beta version, but it doesn’t show me errors…
  45. Michael 11. 1. 2005 / 0.35

    Thx malyfred.

  46. Michael 11. 1. 2005 / 0.42

    So basically if I knew how I code add a quick tag option to the java file in WP?

  47. Michael 11. 1. 2005 / 10.43

    I have now managed to add the <gallery></gallery> tag to the quick tag links in the post page.

  48. Michael 11. 1. 2005 / 10.45

    soz it should be <gallery> …hopefully it worked if not it should the gallery tags

  49. Michael 11. 1. 2005 / 11.15

    Sorry to say I’m now getting the same prob’s as Dan. I’me just going to get in touch with the host but I know for sure that i have full access & rights….I think we are certainly keeping you busy Malyfred..Thank you for your help.

    Michael

  50. Michael 11. 1. 2005 / 11.41

    Just a thought I’m on a windows servers and I know chmod don’t play a part as that is a linux thing. Dan are you windows?

  51. Ryan 11. 1. 2005 / 12.29

    Is this plug-in need GD? I got so many warnings.

    Warning: imagecreatetruecolor(): requires GD 2.0 or later in iimage-gallery.php on line 275

    Warning: imagejpeg(): supplied argument is not a valid Image resource in iimage-gallery.php on line 305

    Warning: getimagesize: Unable to open ‘Tale.jpg’ for reading. in iimage-gallery.php on line 205

    Warning: chmod failed: No such file or directory in iimage-gallery.php on line 324

    Warning: Cannot add header information - headers already sent by (output started at iimage-gallery.php:275) in wp-admin/post.php on line 342

  52. dantheman 11. 1. 2005 / 14.57

    malyfred - thanks again for all the help, i spoke to my admins about restrictions and they say this..

    “allow_url_fopen is set to On on the servers, there should be no issues with using http protocols within a fopen command.”

    is there anything else I can try ?

  53. malyfred 12. 1. 2005 / 0.50

    >Michael&dantheman I will prepare you some testing script to show your admins what exactly is the problem.

  54. malyfred 12. 1. 2005 / 0.51

    >ALL I go tomorrow to Berlin then Goteborg and on friday to Uppsala (for 6 months) - so I’ll be back on Saturday. Stay tuned boys:o)

  55. malyfred 12. 1. 2005 / 0.53

    >Ryan Yes you need GD library, there is no way how to do that without GD or something similar.

  56. dantheman 12. 1. 2005 / 11.47

    malyfred - thanks again for all your help, this is the smartest lookgin gallery ive seen for wordress and i REALY want to get it running…

    and happy travels !

  57. Michael 12. 1. 2005 / 11.54

    Thanks Malyfred for all your help, have fun.

  58. Alister Ferguson 14. 1. 2005 / 12.50

    hi,

    is there a way to allow linking to images that exist somewhere other than my specified gallery folder? i tried, but wordpress just wont accept it at all - as soon as you put <gallery> tags around an off-site image, it wont even save it as a draft.

  59. Marco 15. 1. 2005 / 3.25

    i have some problems with thumbnail creation. I`m already using the beta version, but no error is reportet at all.

  60. malyfred 15. 1. 2005 / 20.29

    >Marco As usual I have to ask if you have tried IImage Browser and if the thumnails are created there.

  61. malyfred 15. 1. 2005 / 20.34

    >Michael&dantheman I am back! Download this file: Troublemaker rename it to .php and try to run it on your server. It should look like this: My own Troublemaker. If it shows anything else - contact your admin and show him the source code. It’s as simple as possible so he could understand what’s the problem.

  62. malyfred 15. 1. 2005 / 21.11

    >Alister#59 Huhhh. That sounds strange - try to paste this code to your post and it should produce gallery with one image from my site - that’s definitely out of your gallery folder:o) (the trick is that you use full path):

    <gallery>
    <img src="http://fredfred.net/skriker/images
    /fred/2004/plzen_nadrazi.jpg" />
    </gallery>

    If you were talking about something else - explain better your problem please.

  63. Marco 15. 1. 2005 / 21.44

    Thumbnails in Image Browser don`t work. I`ve also tested toublemaker.php, and it`S working perfect. Same output as on your server.

  64. malyfred 15. 1. 2005 / 23.42

    >Marco You have got me! Uhhhhh - that hurts! I don’t know how could I help you. It must be some GD library bug or some very strange configuration on your server or some very hidden error in my code that shows only to you:o(
    Of course I suppose you have tried to check everything that have suggested to other people twice…

    If you have some PHP experience look into IIG code and try to “debug” it a little. You can use $error variable for this purpose.

    >ALL Troublemaker is for those who get “is not accessible or supported” error.

  65. malyfred 15. 1. 2005 / 23.48

    >Marco&ALL Look into final xHTML code and look if there are <img> tags where they should be and they look like on this page. Then you know that syntax is OK.

  66. Marco 16. 1. 2005 / 0.30

    Shame on me :)
    I`m using the CVS version of wordpress. The filtername has been chaged recently.
    So I had to change the “add_filter” to this:

    add_filter('content_save_pre', 'iimage_gallery_create_thumbs');

    Image Gallery is working now.

  67. Simon 16. 1. 2005 / 22.20

    Malyfred, first of all, thank you for those great scripts! But, I have some problems using the iimage-gallery on blog.simon-kuenzel.de. Only one picture works and produces a thumb in my thumbs-dir: the one that’s on your server! ;)
    Several other pictures from several other servers i have access to don’t work. Any suggestions? What is the difference in your config that all those other servers don’t have?

    Thanx again, in advance…

  68. Simon 16. 1. 2005 / 22.34

    Forget comment no. 68: It’s working fine. Some browser-cache problems… Stupid me ;)

  69. Hapax 16. 1. 2005 / 22.41

    I use Image Browser and all works perfect. I have upload Image Gallery, I have activate it, I have create thumb-cache directory, I have made a quicktag for easier way. It doesn’t work. I have look in source code and div tags are created. I have read all the comments here but I can’t find a solution. Is there someone to help me ? It doesn’t create the thumbnail, so it doesn’t appear and the thumb-cache stay empty… ???

  70. malyfred 16. 1. 2005 / 23.19

    >Hapax If the “div tags are created” means that
    <div class="gallery"> is there but empty - check syntax of <img>. If it is not empty but thumb-cache is emtpy - try to download beta version - it should show you some errors produced during thumbs creation.

  71. Hapax 17. 1. 2005 / 3.03

    >Malyfred I have installed the beta version but it makes the same. When I look my source page, I see : (div class=”gallery”)(/div) with nothing in it. When I go back in the admin backend, I see the code of images produce by Image Browser (whitch is a great thing !)… :
    (img src=”http://www.mysite.com/site/voir/zozo.jpg” width=”700″ height=”409″ alt=”" title=”" /)
    (img src=”http://www.mysite.com/site/voir/herve.jpg” width=”500″ height=”379″ alt=”" title=”" /)

    I didn’t understand.
    In Image Browser, the thumb-cache directory appears and I can upload images inside !… ???
    The code of images disappear when I blog.

  72. Hapax 17. 1. 2005 / 3.21

    I have found something ! : if I paste my images codes one after another in the admin field, images don’t appear. BUT if I make a break (yes ! just a break) to put my images codes one UPPON another, it works !
    It is strange and perhaps a good thing if you can correct this phenomenon. ;-)

  73. malyfred 17. 1. 2005 / 16.47

    >Hapax Well it should not happend. It works for me without breaks - I’ll try to find what’s the problem. thanx anyway

  74. dantheman 19. 1. 2005 / 12.15

    Same problem as marco#64 :-(

    malyfred - what version of wordpress have you developed the gallery plugin using ?

  75. dantheman 19. 1. 2005 / 12.52

    ok some progress, itseems to work fine if i use an image hosted on your server malyfred, i.e the trouble.php as is, however if i use an image hosted on my server then getimagesize() seems to get a 404 trying to open the stream, dispite the URL being correct and valid ??

    ive passed it on to the admin team and will let you knwo there findings….

    thanks again…

  76. dantheman 19. 1. 2005 / 13.50

    finaly sorted !

    the DNS server referenced by the webserver had an out of date entry for my domain and thus could not resolve the url of the image !

    thanks for all your help malyfred

  77. jeff 23. 1. 2005 / 8.49

    All your plugin downloads seem to be off. Are you updating things? When will they be available for download again?

  78. malyfred 23. 1. 2005 / 13.51

    >jeff Thanx. The problem is with my webhosting company. You can use mirror now!

  79. Juan 24. 1. 2005 / 4.22

    I am very interested in these plugins, they are EXACTLY was I was looking for, so thank you for all your work. I have installed the latest WordPress nightly (jan 23), and have added and activated both the IImage Gallery 1.1beta and IImage Browser 1.4.1 plugins… well, nothing is happening, as far as seeing an extra button on in the editing panel… what should I do? I am a total newbie… does these work with WP 1.5? Thank you.

  80. malyfred 24. 1. 2005 / 4.46

    >Juan These plugins are not tested under WP 1.5 but IImage Browser should work almost everywhere. They have changed names of “hooks” in WP 1.5 as says comment #66. I have updated IIG 1.1beta version - downlad it again please and let me know.

  81. Juan 25. 1. 2005 / 3.37

    Thank you MalyFred for the quick answer. I did as you suggested, re-downloaded and installed IIG 1.1beta, and changed the “hook” line to what was suggested in post #66. As soon as I activated the plugin, I got 4 error paragraphs referring to lines 7 through 10:
    Warning: Cannot modify header information - headers already sent by (output started at /home/neoblog/public_html/wordpress/wp-content/plugins/iimage-gallery.php:1) in /home/neoblog/public_html/wordpress/wp-admin/admin.php on line 7
    I also tried the gallery command within a post, but the thumb is not created in the thumb-cache directory I created in the wp-content folder.
    Any help appreciated! Thanks.

  82. malyfred 25. 1. 2005 / 16.17

    >Juan I am sorry but i cannot help you at the moment - maybe during weekend I will have enough time to test new WP 1.5… it seems that they are changing everything so fast!

  83. Mads 25. 1. 2005 / 18.59

    I have both wordpress 1.2 and 1.2.2 running on my server, and it seems as though iimage-gallery doesn’t work on 1.2.2 - anybody else have trouble with 1.2.2 ? The problem seems to be that it doesn’t regonize the tags when running in 1.2.2, so no thumbs are processed and when viewing the gallery it only posts the content of $ig_before

  84. malyfred 26. 1. 2005 / 1.25

    >Mads Somebody said that he had a problems when there were no breaks between <img> tags - try it, it should work without breaks too, but… Or it could be some collision of plugins.

  85. hfcoma 31. 1. 2005 / 23.43

    Hey malyfred, it is running like a charme. However pictures are not being cropped. I do not receive any errors. I have not had the time to jump into the code to see if you catch missing libraries. However the thumbs are generated fine. Is this a normal behaviour?

  86. malyfred 31. 1. 2005 / 23.51

    >hfcoma Cropping depends on parameter crop=”true”. Or you can change default value in iimage-gallery.php. You don’t need any supporting library for cropping, just set the parameter.

  87. hfcoma 1. 2. 2005 / 1.52

    >malyfred The following gallery tag is deployed:

    <gallery crop=”true” crop_center=”true” max_side=”80″ quality=”40″>

    Within a gallery there are pictures sized 640×480 and pictures sized 480×640. I would expect to have resulting tumbnails 80×80, where the 80×80 viewport is showing something from the middle of the pictures. However this is not the case.

  88. malyfred 1. 2. 2005 / 2.50

    >hfcoma You cannot paste the tags here directly, you should write something like this: &gt;tag&lt; to avoid removing of it. But try to change default value in iimage-gallery.php just to check if cropping is working. Then check the syntax twice! No space between ‘crop’ and ‘=’ and ‘”‘

  89. malyfred 1. 2. 2005 / 11.29

    >hvcoma You are right. It should be cropped… Try to change default value for cropping directly in the file, please.

  90. hfcoma 2. 2. 2005 / 4.04

    >malyfred Changing it within the file works - strange. I will give the code a look as soon as I am less stressed. Ever thought about adding navigation when an enlarged picture is shown? Should not be too hard to accomplish. In case I find some time I may write some code and submit it to you. Thanks for your help och helsa Göteborg från mig.

  91. malyfred 2. 2. 2005 / 11.57

    >hfcoma First bit of my ideas about navigation could be seen in $before_each. But I haven’t found some nice and simple way how to handle this for big galleries.

  92. hfcoma 2. 2. 2005 / 16.46

    >malyfred
    Well, what about a page template. Enlarged Picture in the middle and dynamic generated prev and next buttons when the page is opened. One may configure the number pattern e.g. <name>####.<suffix> which makes the calculation of prev and next link targets an easy task. The parsing of the pattern with a regular expression is not that hard either.

  93. malyfred 2. 2. 2005 / 19.03

    >hfcoma I have replied by e-mail.

  94. Michael 3. 2. 2005 / 16.14

    My apologies malyfred, only just got around to looking at the image gallery plugin, thanks for the troublemaker file, I’ve uploaded it and I get an error, something to do with the ‘getimagesize’. Anyway you have helped enough so far so I’m leaving this for my admin to sort out ;)

    Thanks again for all your help
    Michael

  95. [hf]coma and his daily life 4. 2. 2005 / 4.52

    TrackBack: [hf]coma and his daily life » IImageGallery, a nice plugin…

  96. Jonathan 22. 2. 2005 / 15.33

    Hi Malyfred,

    I am trying to decipher what everyone has said thus far and I am having a difficult time. So I am going to ask a few questions if you don’t mind.

    1. I am trying to upload pictures and I am getting a message that the admin disabled this function. I don’t see a place in the code to change this.
    2. How do I allow a user to navigate to a folder in the root?

  97. malyfred 22. 2. 2005 / 15.46

    >Jonathan You are talking about IIB right? Please, try: IImage Browser post and comment #110

  98. WO 24. 2. 2005 / 18.07

    Asi budu za debila, ale nepochopil jsem, jak vložit galerii do stránky. Když uzavřu obrázky mezi tagy gallery /gallery, tak tam dostanu jen odkazy. Když tam ty tagy nedám, dostanu samozřejmě plné obrázky.

  99. WO 24. 2. 2005 / 18.46

    Krpa bude někde u $type = @getimagesize($file) protože dostávám Error: ….is not accessible or supported filetype. To bude něco na serveru, ale nevím co. Jiné galerie chodí, browser taky.

  100. malyfred 25. 2. 2005 / 3.25

    >WO správně, to je někde na serveru a ptal bych se svého admina jestli PHP náhodou nemá zakázanou komunikaci přes HTTP. Viz troublemaker.php výše.

  101. WO 25. 2. 2005 / 13.33

    Trabl mejkr je bezva, ale z mého webu jak tvůj, tak můj obrázek vyjíždí včetně všech hlášek skvěle. Tudy cesta nevede. Takže nevím, zatím to dávám k ledu. Jinak díky, tvůj iimgbrowser mi chodí úplně dobře, jen nevím, jak si budu prohlížet 100 obrázků v plné velikosti…

  102. xy77 2. 3. 2005 / 22.42

    Doesn’t work for me. I get all these >gallery<… stuff in webpage source. any ideas?

  103. xy77 2. 3. 2005 / 22.43

    I mean <gallery> …

  104. malyfred 3. 3. 2005 / 10.09

    >xy77 I have lots of ideas but you have to specify what doesn’t work. Have you tried to read older comments? Have you got any error? Does it produce just empty <dir class="gallery"></div>? etc.

  105. Steve 7. 3. 2005 / 10.41

    Hey, thanks for badly needed plugins!

    I noticed a bit of a problem when using your IImage Gallery and IImage Browser. When I stored my photos in a folder “http://some.place.com/file/folder with a space/“, Browser would not convert the ” ” (space) to a %20 (percent-20). I didn’t think this would be a problem, but thumbnails are not generated when these links are used with Gallery. It worked after I manually changed the space to %20.

    Hope that helps!

    Cheers.

  106. malyfred 7. 3. 2005 / 13.59

    >Steve Thank you for your “bug report” - I’ll fix it in next version.

  107. dws 7. 3. 2005 / 14.37

    very useful post! just setting up my new blog on wordpress.
    will let you know how it works!!

  108. sun 8. 3. 2005 / 11.42

    porad nechapu proic mi to pise vse jsem udelat jak bylo popsano..

    dekui za radu
    Errors: mistnost1.jpg is not accessible or supported filetype.

  109. malyfred 8. 3. 2005 / 12.50

    >sun Zkuste „Troublemakera” z komentare cislo 61. Pravdepodobne bude nekde drobny problem s konfiguraci vaseho serveru.

  110. Ian's Blog - IImage Gallery 19. 3. 2005 / 7.14

    Trackback: Ian’s Blog - IImage Gallery

  111. IImage Browser | skriker 21. 3. 2005 / 5.32

    […] e function for thumbnail offered at the bottom of its own menu. Don’t forget to try IImage Gallery as well. Plugin for creating picture galleries in your posts. And IImage Pano […]

  112. IImage Panorama | skriker 21. 3. 2005 / 5.52

    […] lugin for WordPress and I hope you will like IImage Panorama as much as IImage Browser and IImage Gallery which are used by hundreds and hundreds of WordPress fans. In the age of digi […]

  113. sv blog - Blog Archive - This blog is made of 21. 3. 2005 / 21.18

    […] nally, I’m using the plugins Iimage-Browser to upload pictures onto my webserver and Iimage-Gallery to generate the Galleries. Both plugins are developed by malyfred. My theme […]

  114. Blogging Pro - Blogging Pro's Theme Gallery 22. 3. 2005 / 16.38

    […] f 20 to make the page a little faster loading. The gallery uses a very cool plugin called IImage Gallery which at first was not going to work the way I needed but the author was kind […]

  115. Mark 24. 3. 2005 / 16.52

    Image Browser works fine, but Image gallery has problem to create thumb. I am sure the authority of directory is ok, and the TroubleMaker test is ok too. It keeps saying “Errors: xxx.jpg is not accessible or supported filetype”.

  116. Mark 24. 3. 2005 / 18.35

    Amazingly, it works. I have no idea what I did to make it work. Perhaps, changing directory permission again or add full URL path…

    Thanks for the great plugin.

  117. Dydric 24. 3. 2005 / 21.05

    hi, great script!
    but is it possible to open the original pictures in a page-template. (or in a popup-screen)… (hope someone can help me?)

  118. malyfred 25. 3. 2005 / 10.07

    >Dydcric Pop-up should not be problem - custom page as well. Just use custom patterns. If you don’t know anything about PHP or javascript - let me know. I can post some examples.

  119. Dydric 25. 3. 2005 / 11.04

    Please send me some examples…. I’m not very known with javascript, and I am not an expert with php!

  120. Dydric 26. 3. 2005 / 0.22

    mail@dydric.com

  121. Iimage Gallery Test Post: Seattle 27. 3. 2005 / 7.09

    […] led, the problem of What To Do With The Photoblog remains. This post is mostly to test out IImage Gallery - which could be a swell plugin. And I still have a few pictures laying aroun […]

  122. Dydric 29. 3. 2005 / 18.32

    malyfred: I can post some examples. Can you please send me those examples so I can go further with IImage Gallery…. Thanks alot!!!

  123. Zack Scott 30. 3. 2005 / 20.15

    I would be very interested in seeing the examples too. I’m trying to use your plugin to have a gallery similar to what I already have on my site.

  124. IImage Gallery - custom patterns | skriker 30. 3. 2005 / 23.01

    Custom pattern examples for IImage Gallery.

  125. Dydric 31. 3. 2005 / 11.17

    thanks… this will help!!!

  126. Polyglot | skriker 31. 3. 2005 / 20.17

    […] orting of this plugin has no priority in my schedule. Some others have:o): IImage Browser, IImage Gallery, IImage Panorama Known bugs Under certain circumstances doesn’t work au […]

  127. Xiao Lü 2. 4. 2005 / 2.46

    Very nice plugin, I do thank you for it.

  128. pdx 2. 4. 2005 / 21.04

    is it possible to add a border to the thumbnails? i’ve tried using but it didn’t work. $ig_each = ”;

    also when i’ve created my first gallery it didn’t look anything like your example, but all the images were stuck together. is there a way to make spacing between the rows and colums equal?

  129. malyfred 2. 4. 2005 / 21.34

    >pdx Both is possible by CSS - for more info about CSS visit: http://www.w3schools.com

  130. pdx 2. 4. 2005 / 22.56

    i’m not so strong with css, especially integrating css into wordpress plugins :(

  131. malyfred 3. 4. 2005 / 0.05

    >pdx You can try comment #15 and following

  132. pdx 3. 4. 2005 / 13.52

    thanks, malyfred. however, that css only works in opera and firefox, while ie still deisplays about 6 pixels between the columns of thumbnails, and about 2 or 3 between the rows, or in other words the distance is not equal

  133. malyfred 3. 4. 2005 / 22.31

    >pdx That’s quite famous bug in IE boxing model… you can use some css tricks to fix that - use google.com

  134. gh 8. 4. 2005 / 9.38

    I tried to read all the posts here, another user seems to have similar problem but I cannot see a solution to it:
    When I post, I get the following errors. I have already created the “thumn-cache” folder.

    Warning: imagecreatetruecolor(): requires GD 2.0 or later in

  135. malyfred 8. 4. 2005 / 11.05

    >gh Bad news is that this problem has no solution without admin’s help. Your webhosting doesn’t support GD (graphic) library 2.0 in PHP. Ask your administrator about that.

  136. Noémio Ramos 14. 4. 2005 / 0.47

    how to pass the real dimension to the popup?

  137. malyfred 14. 4. 2005 / 2.04

    >Noémio Ramos (I’ve edited your comment) As you seem to be quite familiar with PHP I can give you this easy advice:
    Add something like this to line 171:
    $ig_patterns[4] = '/\%width/i';
    and then something like this to line 194/195:

    $size = getimagesize($src);
    $ig_replacement = array(0 => $matches[$i][1], 1=>$alt, 2=>$title, 3=>$src, 4=>$size[0]);

    For height do the similar thing.

  138. Noémio Ramos 15. 4. 2005 / 0.12

    Ok, I ‘m using

    getimagesize( $matches[$i][1]) not $src =(thumbnail)

    and in the javascript
    x = parseInt( width) + 50;
    y = parseInt( height) + 120;

    Thanks

  139. Alex 15. 4. 2005 / 4.30

    Relative references to the images doesn’t work because the scripts execute in the wp-admin directory. I store my images in the wp-content directory, so I modified the script like this:

    In function iimage_gallery_create_thumbnail, at the file line, I added:

    $file = ‘../wp-content/’ . $file;

    Ok, so its a hack but it works.

  140. honza 15. 4. 2005 / 11.52

    ahoj prosimte muzes mi jako laikovi popsat, jak se instaluje ta “image-galerie”???
    diky honza

  141. hentaidan 17. 4. 2005 / 13.46

    > Alex you are a genius, thanks.

  142. Clark 17. 4. 2005 / 21.28

    I am trying to use Iimage Gallery (IIG) to insert images into my WP1.5 posts. I have the plugin working and have great results. Props to all involved for a great plugin.

    I, of course, am not quite satisfied. My main gallery that runs all immages on my blog is Simple PHP Gallery (SPG). I love it, but also want to use the quick and simple IIG in posts. Is there a way to call the base image in the <<>gallery<t>> tag, have it display the created thumbnail, but link somewhere else than the base image? I tried to include the desired SPG link like so:

    <gallery crop=”true” crop_center=”true” max_side=”100″ quality=”95″>
    <a href="http://www.wvofuels.com/wp-gallery/file/strong/punch.JPG"> <img src="http://www.wvofuels.com/wp-gallery/thumbs/strong/_punch.JPG" alt="Punching out the 3/4" plug" /> </a>
    </gallery>

    I also tried to use the target idea:

    <gallery crop=”true” crop_center=”true” max_side=”100″ quality=”95″>
    <img src=”http://www.wvofuels.com/wp-gallery/thumbs/strong/_punch.JPG” target=”http://www.wvofuels.com/wp-gallery/file/strong/punch.JPG alt=”Punching out the 3/4″ plug” />
    </gallery>

    Neither seem to work. Any help would be greatly appreciated!

  143. Bud Wiser 19. 4. 2005 / 17.50

    Hello, I installed olug in, activated it, but can not find it any where, I do I call it up to start using it. I can’t find any new buttons of links any where. Thx

  144. malyfred 20. 4. 2005 / 0.31

    >honza Staci aktivovat plugin a pak do prispevku napsat neco jako je uvedeno v clanku. Galerie se sama vytvori.

  145. malyfred 20. 4. 2005 / 0.36

    >Bud Wiser Just try to write something like examples in this post (<gallery>...</gallery>) and you will probably see the result. There is no button or link or anything… it works automatically.

  146. malyfred 20. 4. 2005 / 0.46

    >Clark&all look at: Custom pattern examples for IImage Gallery

  147. Silverboy 4. 5. 2005 / 3.01

    Hi. I have the plugin installed but when i write the script, no thumbs are created. The outline of where the thumbs will go is there and they are clickable and you get sent to the full size image…….just no thumb. What am i doing wrong? Thanks alot.

  148. Silverboy 4. 5. 2005 / 3.07

    Hi me again…. I forgot to mention that i get the following error:

    Error: http://www.seattleorbust.com/wp-content/thefrog.jpg is not accessible or supported

  149. Nick 8. 5. 2005 / 20.00

    I installed the plugin properly, but have since discovered that my web host has closed the fopen_url functionality due to it being a security concern of theirs. they do, support the curl library. do you have any plans on upgrading iimage gallery? or are we left to our own devices in trying to edit the plugin ourselves? TIA

  150. waphle 8. 5. 2005 / 20.30

    hi - great plugin, but I’ve got the same problem as Silverboy. I keep getting the error that says

    http://www.waphle.com/images/seattle/loveshoes.jpg is not accessible or supported filetype

    what’s wrong?

  151. malyfred 8. 5. 2005 / 20.58

    >waphle Try comment #61

  152. Christopher 8. 5. 2005 / 21.45

    Having the same problem as Silverboy also- looking around the web for info ALOT of people are having this problem. IG creates a “black box” where the thumbnail should be but does not draw the thumbnail- when you click the empty box you then get the full size image. Cant understand it- please help!

  153. waphle 9. 5. 2005 / 2.05

    Troublemaker tells me:
    “http://fredfred.net/skriker/images/fred/2004/
    plzen_nadrazi.jpg is not accessible or supported filetype.”
    but shows me the image underneath.

  154. Tom Baker 9. 5. 2005 / 8.00

    I downloaded iimage-gallery.php into my /public_html/wp-content/plugins folder and activated the plugin just like I did with image-browser. Nothing shows up, image-browser had a button IImage-Browser but I see nothing in my post screens for IImage-Gallery, how do I bring it up? I know this is a newbie question but I am only on my second day with WP. I am rehosting from my Typepad Blog at http://www.warmrain.typepad.com

  155. malyfred 9. 5. 2005 / 8.48

    >Tom Baker That’s fine. There is no button for IIG or whatever! Just write the post and use the code similar to one of the examples.

  156. malyfred 9. 5. 2005 / 8.50

    >waphle Well, have you read Comment #61 properly? Ask your admin! You are probably not allowed to use some of PHP functions on your server and I cannot change that.

  157. malyfred 9. 5. 2005 / 9.00

    >Christopher Look into the code of the final WP page what does the code for thumbnails look like - then you probably realise what’s wrong. Also check through ftp if there are some thumbnails in the thumbnail directory. Otherwise you should get some error messages.

  158. Kopyto 9. 5. 2005 / 15.04

    Cau Frede,
    taky sem mel problemy s pluginem a vytvarenim nahledu (adresare byly 777, troublemaker.php fachal stejne jako na tvem serveru, ale furt nic; jen hlasky typu Errors: XXXX is not accessible or supported).

    Mno a tak sem se v tom zacal babrat a na radku 82, kde je:
    $ig_real_path = get_settings(’fileupload_realpath’).$ig_cache_dir;

    jsem na tvrdo dal cestu na mem hostingu, tj. neco jako:
    $ig_real_path = ‘/DISK2/WWW/
    domena.pripona/www/obrazky’.$ig_cache_dir;

    Proste sem si nechal vypsat phpinfo(), mrkl se na _SERVER[”SCRIPT_FILENAME”] a podle toho upravil cestu.

    A hotovka :)

    PS: Jo jeste mam pocit, ze kdysi se mi v phpku nedarilo pracovat s GD knihovnou s prilis velkymi obrazky, treba tak okolo 2MB. Kdyz jsem je zmensil cca na pulku, tak uz sem byl schopen thumbnail vytvorit.

    Toz tak. Snad to pomuze aspon nekomu

  159. malyfred 9. 5. 2005 / 19.13

    >Kopyto Tu cestu lze meni v administraci a vetsinou ji WP sam spravne nastavi, takze to by nemel byt problem, ale ty prilis velke obrazky bych mozna mel zminit, protoze uz jsem se s tim taky setkal. diky

  160. warmrain 9. 5. 2005 / 21.36

    I insert the following code generated from IImage-Browser to bring up a single image from the iimage_files directory. What would be the code look like if I wanted to display all the images in IImage-Browser?

  161. warmrain 9. 5. 2005 / 21.40

    Woops, looks like the code for my previous post is missing, here it is.
    |

  162. malyfred 10. 5. 2005 / 0.46

    >warmrain Whatever your code was… IIG doesn’t support anything like make-gallery-from-directory at the moment so you have to insert the <img /> for every single image that you want to have in your gallery. Is it what you wanted to know?

  163. David 13. 5. 2005 / 5.50

    I’ve been trying to get this excellent sounding (and looking) plugin working for the last 5 hours, without success. I’ve tried all the stuff in the above posts, and what I’m getting at the moment is different from all of them. Ready for this?

    - I get thumbnails.
    - When I enter just the src=”…img.jpg” stuff, I get nothing.
    - When I enter it with alt=”whatever”, I get links that go to the picture with the text I put in for the alt tag.

    I’m running all this off my personal computer, running the latest version of apache2triad (which includes apacheHTML, PHP and mySQL). I’m pretty sure I have that GD library, and I’ve got all access wide open. I’m trying to view it in both Opera and Firefox (IE = suxxors).

    Any suggestions?

    TIA,

    David

  164. David 13. 5. 2005 / 5.54

    Oh, and my directory structure is a little wierd too… it goes C:\apache2triad\htdocs\blog\wp-content\ with stuff in htdocs being visible to the public. I know this is messing up IIB for me, because the image src’s are all missing the “blog” part in their addresses.

  165. alex 13. 5. 2005 / 9.50

    How do I change the function that sets the directory. All the images are in their correct directories… iimagebrowers creates something likes this: /wp-content/images-content/mai/100_0033.JPG all that’s missing is a dot to move one directory up. Manually edited –> ./wp-content/images-content/mai/100_0033.JPG it works perfectly.

    What function do I have to edit?

  166. malyfred 13. 5. 2005 / 10.44

    >David So - you get thumbnails in the thumb directory but the path in the final code is probably not correct and you don’t see them?

    Check if “URI of this directory” in admin area > options > miscellaneous is FULL and correct.

    Definitely working hack is to edit line #154:
    $abs_path = get_settings('fileupload_url').$ig_cache_dir;
    and write there URL of your thumbnail directory manually.

  167. malyfred 13. 5. 2005 / 10.51

    >alex You are talking about IIB, right? You have to use fullpaths or add the missing dot to your custom pattern or edit line #73 and add it there.

  168. David 13. 5. 2005 / 17.42

    SWEET! It works now!! It was the “Check if “URI of this directory” in admin area > options > miscellaneous is FULL and correct” suggestion that did it for me.

    Thanks a ton!

  169. The Examined Life | Blog Archive 14. 5. 2005 / 18.22

    […] l size images. For other wordpress users the two plugins I am using are IImage Browser and IImage Gallery.

    This entry was noted in the early morning on Sat […]

  170. station 21. 5. 2005 / 18.54

    Hello Malyfred, Thanx alot for your plugins, great work!
    I unfortunately have yet to get Iimage gallery working. When using your Troublemaker file all works perfect. I’ve also used the image from your server in a gallery which also works. The thumb is created in thumb-cache. My question, when I did the gallery with the image from your server, I assume that the thumb creation is done on my server. This would tell me that all is well with my setup. Is it possible that the GD has problems with jpg images made on a mac? My images are not progresive, should they be?
    I would be happy to solve this mystery. Also I have a suggestion: I think it would be a great function to have a quick tag which poped up a window where you could define the gallery options, and select the images to be added. I guess this would involve joining Iimage browser with Iimage gallery.
    Thanx again for the plugins and any assistance or suggestions.

  171. malyfred 21. 5. 2005 / 21.20

    >station I’ve experienced problems with png files created by Gimp so it could be possible reason. What kind of error message do you get? Do you use full paths to the images? Could you send me a link to one problematic image?

  172. Eric 22. 5. 2005 / 11.31

    malyfred,
    Like many people, I have had the same problem to see the thumb-nails because my “URI of this directory” was wrong.

    I believe that many people could not even see blank thumb-nail boxes if they are using Firefox, and therefore it is not easy to figure out what went wrong.

    I noticed my error only after I switched to IE and saw blank boxes (with an [X] in the middle of each box) instead of thumb-nails. Seeing the ugly blank boxes help me to understand that the addresses of the thumb-nails must be wrong. I then right-clicked on one of the blank boxes and checked the properties. And, it does show an incorrect address, which leads me to fix the “URI of this directory”.

    It is a very simple fix. However, it took many people much time to figure out what went wrong. Therefore, I would like to suggest putting a note about this issue on the Installation section.

    Thanks for the great plugin!!

  173. malyfred 22. 5. 2005 / 12.23

    >Eric I feel a bit stupid that I have not added this there earlier:o)

  174. Training Today’s Athlete » WordPress Plugins 23. 5. 2005 / 5.06

    […] kriker/index.php/iimage-browser IImage Gallery as the simplest gallery for WP that I know. fredfred.net/skrike […]

  175. JÄÅ Preview | skriker 23. 5. 2005 / 16.57

    […] lugins directory and activate it. P. S. You should also try these plugins: IImage Browser, IImage Gallery, Polyglot, IImage Panorama BTW do you know how to pronounce JÄÅ? No? Ok - j […]

  176. apan » Blog Archive » Galleri 25. 5. 2005 / 15.04

    […] plugin, plugin 2, plugin3 ( exempel), Slideshows iimage-gallery Lazy Gallery Exempel 1, 2, 3 (Snyggt tema också! […]

  177. Kizza 26. 5. 2005 / 17.13

    I am having the same issue as Alister was. I want to insert this into my wp-layout.css apparently:
    .gallery_item img{
    display: inline;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 6px;
    }

    But where is the wp-layout.css?

  178. malyfred 27. 5. 2005 / 0.23

    >Kizza Since WP is using themes - you have to add it to the style.css in your theme.

  179. apan » Blog Archive » Galleri 30. 5. 2005 / 14.33

    […] y2.php”>exempel 1, exempel 2

    Flickr: plugin, plugin 2, plugin3 (exempel), Slideshows

    iimage-gallery
    Lazy Gallery: Exempel 1, 2, 3 (Snyggt tema också!)
    Wikiartikel om ämnet
    […]

  180. Denis de Bernardy 3. 6. 2005 / 2.31

    I’m getting a couple of errors with beta-2.

    in iimage_gallery_create_thumbnail(), adding the line:

    $file = ABSPATH.$file;

    solved a couple of them.

    the other was due to my changing:

    $ig_cache_dir = ‘/thumb-cache/’;

    to:

    $ig_cache_dir = ‘/wp-content/thumb-cache/’;

    you might want to change the comment:

    //relative to your upload directory

    to:

    //relative to your wp-content directory

  181. malyfred 3. 6. 2005 / 10.26

    >Denis de Bernardy - I guess you had these problems just because you are not using full paths in administration> options> miscellaneous or they are not set properly. Read Installation carefully.

  182. oscar 7. 6. 2005 / 20.50

    Hi, Help me please..
    I have the following error
    Errors: http://www.desdeguate.com/blog/wp-content/blog/macONintel.jpg is not accessible or supported filetype.http://www.desdeguate.com/blog/wp-content/blog/survivor_guatemala.jpg is not accessible or supported filetype.

    Help me, I think this would be an amazing gallery!!!
    Sorry for my short and bad english..

  183. malyfred 8. 6. 2005 / 11.30

    >oscar try comment #61

  184. tash 10. 6. 2005 / 4.51

    HELP PLZ!!!

    I really need help with this one. I am not an expert, infact I am just learning, so bear with me.

    I have downloaded and activated the plugin and followed everything in the readme files and on your website.

    I have uploaded the images and I have created a folder “thumb-cache” and I have even set the permissions to this folder to chmod 777 but it just wont create thumbnails for the images no matter what I do. It just displays a small box with a red cross on it and if I click on it, it displays the image on the same window.

    What am I doing wrong here?

  185. tash 10. 6. 2005 / 4.55

    Sorry, I forgot to mention that it gives me the error

    Errors: Filetype not supported. Thumbnail not created.

    The files are in jpeg and jpg format

  186. malyfred 12. 6. 2005 / 22.11

    >tash It seems that you are not allowed to use GD2 library on your webhosting. That is library of graphic functions that are necessary for this plugin. This library is widely supported almost everywhere - ask your administrator about that.

  187. IImage Gallery 1.3 | skriker 14. 6. 2005 / 11.35

    […]
    skriker

    IImage Gallery 1.3
    author - m […]

  188. JT 14. 6. 2005 / 17.12

    I can’t see anything. I put it in the plugins folder, and activated it..and I can’t see anything diifferent. where do I go to create the gallery? Do I have to insert the code above? Sorry, I’m a noob…didn’t know that did you?

    thx, JT

  189. malyfred 17. 6. 2005 / 0.29

    >JT - You cannot see anything:) Write a new post with some cool jokes and add there something like:
    <gallery>
    <img src="http://path/to/image" />
    <img src="http://path/to/image" />
    </gallery>

    You’ll see miracle then…

  190. Garry 21. 6. 2005 / 3.13

    I’ve noticed quite a few comments citing error messages like “filetype not supported” or “thumbnails not created”. One quick fix is to check your php.ini file and make sure the extension module for gd2 is uncommented. It is turned-off by default. You WILL get the file type not supported, and thumbnails not created, errors if the gd2 module is not “turned-on”.
    Hope that helps someone.

  191. marek 21. 6. 2005 / 15.48

    I want to turn http://futureface.org into WP, which been testing and really like. However, I want the startpage to be similar to the above url, that is a grid of images 8 pictures wide by Y pictures high, with a new row of images appearing every time there is a meeting. I cant figure out how to do this without there being a space between each row for each new post of 8 images. (each meeting’s topic will have its own page, so people can comment there, and each image will open up a single page, with comments etc at the bottom).
    Thanks for any pointers.

  192. malyfred 23. 6. 2005 / 10.27

    >marek I think this is more question of CSS. That allows you to design it exactly as you need - no spaces etc. What you need to change in IIG are just custom code patterns.

  193. greengrrl 25. 6. 2005 / 2.02

    well i downloaded and installed your plugin — it seems to be generating the code for the thumbnails but i get the error “thumbnail path invalid”. i’ve double and triple checked and the code seems to be pointing to where it should be. and i made sure the thumb-cache file is set to chmod 777. what am i missing here?

  194. malyfred 25. 6. 2005 / 2.17

    >greengrrl Check if the “admin> options> miscellanous> Destination directory” is set properly and WITHOUT closing slash. Also check if ig_cache_dir is set as it is supposed to be in iimage-gallery.php. Both slashes in this case. This error actually says that directory for thumbnails doesn’t exist.

  195. greengrrl 25. 6. 2005 / 2.35

    it was an error in my destination directory — looks great, thanks so much!

  196. midshipman.org » 25. 6. 2005 / 20.41

    […] for($i=1;$i< =$ig_images_count;$i++){ echo $ig_gallery[’thumb’][$i]; } } ?> Powered by IImage Gallery

    No comments yet. Be the […]

  197. Verbie 27. 6. 2005 / 10.13

    Thanks for the nice lil plugin. I had a few flaming barrels roll my way, but by reading through the previous comments I solved those problems.

  198. DisappearingBoy 29. 6. 2005 / 7.14

    Diky Kamo !

    Plugin pracuje perfectne. Zatim jsem to pouzil jenom na ‘test posts’ (driv jsem pridaval fotky k posts manually, a tvoril thumbnails v paintshop), ale v budoucnosti rozhodne necham tu drinu tvimu plugin.

    Ciao

    Petr M

  199. Katina » WP 1. 7. 2005 / 5.46

    […] 주셔도 감사하겠습니다. 다시 도전해 보게요. 현재 염두에 두고 있는 것은 http://fredfred.net/skriker/index.php/iimage-gallery 요것인데…설명을 봐도…뭔 소린지…orz…그냥 따라하기 식� […]

  200. Hapax 2. 7. 2005 / 3.57

    Still trying to make the plugin works. I have the same problem than some months ago : whithout breaks in code, I have no thumbnail. But it’s not heavy ;-). My problem today is that you you click on a image, it makes a 404. So first, where must I put the image-gallery-template.php file ??? Perhaps it’s my bug. I have put it in the plugin folder… Thankx in advance… I’m tired… I go to bed… good night to everyone (Bonne nuit les petits ! signé : nounours).

  201. malyfred 2. 7. 2005 / 10.48

    >Hapax 1) image-gallery-template.php is supposed to be in plugin directory - that’s ok.
    2) Check TWICE if “URI of this directory” in administration> options> miscellaneous is FULL address like: http://domain/blblabla

  202. Hapax 2. 7. 2005 / 12.31

    I have already done that. All is checked. When I click on an image of the thumbnail, it goes at this adress : http://www.mysite.com/wp-content/plugins/iimage-gallery.php?idpost=30&idg=1&idi=2 and it is a 404 because the path miss a folder (and I don’t know why. How can I help you to help me ? :-x IImagebrowser works like a charme…

  203. Hapax 2. 7. 2005 / 12.38

    An idea : Is it works whith pages in W1.5 ? I only use pages and not articles.

  204. malyfred 2. 7. 2005 / 13.32

    >Hapax You can set the proper path manually $ig_settings['path_to_plugin'] in iimage-gallery.php.

  205. Hapax 2. 7. 2005 / 13.43

    Thankx for your guidance. I have change the path in the plugin (but it is wired because the good path is in the miscallenous options). I obtain the gallery but with nithing inside and this sentence : “There is no gallery in this post.”. But it isn’t a post, it’s a page, and there is images… “Patience et longueur de temps font plus que force ni que rage.”…

  206. Hapax 2. 7. 2005 / 13.50

    I put nothing in alt and title in the tag image. Perhaps it’s why I need breaks in code to make thumnail appears ? I suppose everything whitout knowing.

  207. malyfred 2. 7. 2005 / 18.52

    >Hapax I’ve fixed the bug about static pages - download the latest version again.

  208. Hapax 2. 7. 2005 / 20.29

    Great ! It works now. But I must always change the path directly inside the plugin. Is it a bug too ? Thankx anyway !

  209. Hapax 2. 7. 2005 / 20.44

    Sorry, it’s my fault : My blog homepage is different than the directory I installed WordPress. So I put this URI in options and the plugin fails. Perhaps you should change something in the plugin to make it appeal in options the URI of Wordpress instead the URI of the blog ! It will make the same and whitout bug when there is a difference between the 2 URI. No ? :-)

  210. malyfred 3. 7. 2005 / 0.46

    >Hapax That is a good idea, but I would like to keep compatibility with WP 1.2 as long as possible and this feature is available only in WP 1.5:(

    But you can change it manually - use “wpurl” instead of “url” in get_bloginfo() function.

  211. Hapax 4. 7. 2005 / 0.18

    I understand. Another question, about custom pattern : I have read the post dedicated to them but I want something else. I would like to have the thumbnail, when you click on an image it opens a popup resized to the image size AND WHITH the previous and next links of iimagegallery ! (AND WHITHOUT the thumbnail of the plugin, whitch is simple to desactivate in the code). So after, you will be able to click once and to navigate through the full images in the popup, the thumbnail behind. Do you think it is possible ? I haven’t found how to make this. I have everything but the next and previous links.

  212. malyfred 4. 7. 2005 / 20.11

    >Hapax It’s easy - you have custom patterns for browser version as well: ig_before_each_stand_alone etc. Just use some of the recommended patterns there.

  213. StBlaiz 5. 7. 2005 / 10.00

    I have installed and created a gallery, which I can see on the index and post page just fine. But when I click on the thumbs, I get to a page with the style from image-gallery-template.php, but no images, just a message “There is no gallery in this post.”

    The address for this page is
    http://www.mydomain.com/my_wordpress_dir/wp-content/plugins/iimage-gallery.php?idpost=55&idg=1&idi=4

    My upload setting (”URI of this directory”) is
    http://www.mydomain.com/my_wordpress_dir/wp-content/images

    and I have “gallery/thumb-cache/” for the ig_cache_dir, and both are set to 777

    I have the photos for this gallery in wp-content/images, so I have used the full address in the post’s img tags

    I’ve read all the comments here, and tried everything I could think of. Nothing works — most made it worse. What is wrong? Please help me out. Thanks. I love the plugin otherwise!

  214. malyfred 5. 7. 2005 / 20.07

    >StBlaiz Do you use Polyglot plugin? This error means that stand-alone browser doesn’t get the content of the post with tags <gallery>...</gallery> inside.

    That could be result of collision with some other plugin. Try to delete line 486:
    $ig_text = apply_filters('the_content', $ig_post->post_content);
    and try if it works.

  215. StBlaiz 5. 7. 2005 / 21.06

    Re: 214
    That had no effect. No, I don’t have Polyglot. But I do have several other plugins. I’ll deactivate them one by one and see what happens. If you have any other ideas, I’m open to them.

  216. malyfred 5. 7. 2005 / 21.54

    >StBlaiz If you know a bit about PHP - try to print out the $ig_text and check if the gallery tags are there.

  217. Hapax 6. 7. 2005 / 3.06

    Outch ! code is interpreted.

    “…

    by this :

    $ig_settings[’ig_before_each’] = ‘(a href=”%src” onClick=”JavaScript:window.open(’%src’, ‘%title’, ’scrollbars=yes’); return false” class=”gallery_item” target=”_blank”)’;

    …”

  218. malyfred 6. 7. 2005 / 18.43

    >Hapax as I said - ig_before_each_stand_alone is what you need:
    $ig_settings[’ig_before_each_stand_alone’] = ‘(a href=”%sasrc” onClick=”JavaScript:window.open(\’%sasrc\’, \’%title\’, \’scrollbars=yes\’); return false” class=”gallery_item” target=”_blank”)’;

  219. fox 6. 7. 2005 / 22.46

    I installed the plug in and works fine. Great plug-in!
    I’ve got a slight problem: the gallery is not appearing when I visit the Archives, I’m getting “…” instead of the gallery. Is there a way to fix that?

  220. LHK 7. 7. 2005 / 3.45

    Hi,

    I have the same problem as St.Blaize and Hapax, where I place the gallery in the post I see the gallery with thumbnails. When I click on a thumbnail I get “There is no gallery in this post” if I have the standalone set to true. If I set it to false I get the picture called in the same window.

    I would like to be able to use the standalone, as I dislike people having to constantly click the backlink to check for other pictures and I hate to install a popup.

    I’m running - apart from the gallery (version 1.3) - Adhesive, Countdown and the EventCalendar.

    Any ideas?

    And no, I’m no PHP wizard ;-)

  221. LHK 7. 7. 2005 / 12.49

    Hi again,

    VERY curious thing - after I uploaded version 1.4 everything worked as it should!

  222. malyfred 8. 7. 2005 / 18.29

    >fox Could you open the source of that page and tell me what exactly is there instead of gallery?

  223. fox 9. 7. 2005 / 0.24

    malyfred, it turned out to be an issue related with Wordpress only displaying the summary of an article instead of the full text. I got it fixed.

  224. John Foulds 12. 7. 2005 / 6.35

    I have installed the script and everything is working fine. However I tried without success to follow your instructions in comment #137 to extract the height and width of the large image. I’m using the latest beta: would it be possible for you to lay out the instructions for a relative php dummy to follow?

    TIA

  225. Marek 12. 7. 2005 / 14.01

    Tak jsem to nainstaloval dal jsem par veci do galerie a jde to. Ale nefunguje mi ten zabudovany prohlizec ? Da mi to chybu “There is no gallery in this post” Nebo musim snad nainstalovat jeste externi prohlizec.

    Jo da se to hackovat tak aby se nemusel davat porad full path na kazdy obrazek.

  226. .sit 12. 7. 2005 / 17.27

    I have problems on my local testing server.
    When I upload the images, it gives me an error about creating thumbnail “file not supported”. I used *.jpg and *.jpeg files coming out from Photoshop. The result is that when I try to create the gallery it does not work! :-(

  227. marek 12. 7. 2005 / 21.59

    Takze jsem nainstaloval 1.4 beta verzi a prohlizec funguje, takze zazrak je tam.
    Cao :-)

  228. Roberlan Borges 14. 7. 2005 / 15.40

    I installed the plugin, after some adjustments on the file path, aparently, works. But with a little problem: dont´show de image, instead of the images, only show the “alt” text. What i doing wrong?

  229. Kizza 15. 7. 2005 / 7.54

    I just upgraded to 1.3
    My old posts using the gallery are working fine, but new posts don’t make thumbnails. I checked in the directory and there’s no thumbs and there’s nothing between the div=gallery tags on the page when I view the post.

    There’s no error messages either, it’s set to display ‘em.

    Any thoughts?

  230. Kizza 15. 7. 2005 / 8.12

    Just tried 1.4 beta, same results.

  231. Kizza 15. 7. 2005 / 8.46

    Shit! I just went back to 1.1 and it’s not doing anything either. wtf?

    No errors, no thumbs, haven’t changed anything since when it was last working. :(

  232. Kizza 15. 7. 2005 / 9.37

    Sorry for all the posts.
    I managed to find a copy of v1.2
    It works!

  233. Kizza 15. 7. 2005 / 10.08

    I’m cursing my head off.
    EVERY version now works, if I use DOUBLE QUOTES, instead of SINGLE quotes. I usually write double, sometimes single, the IMG button makes ‘em double, but the tag that UPLOAD gives you is single quoatation marks.

    I hate when it’s something so simple.

  234. LHK 16. 7. 2005 / 10.38

    Hi again,

    is there a means to insert (in the standalone gallery page) a link back to the page from which this standalone gallery was called?

    With single photogallery pages I can provide backlinks by name below the standalone gallery. But if I call the standalone gallery from a variety of posts and pages, this list is bound to become very long and each time I need to edit the source code of the standalone template.

    I’d prefer an automated method.

  235. Madarco 16. 7. 2005 / 16.20

    There is a strange conflict with “Show/Hide More” plugin:
    If someone only need the Show/Hide Comments like me, its possible to make it work adding the show/hide javascript (you can find it after ) directly in the template and deactivate the show/hide plugin.
    Hope will help.

  236. Montie 20. 7. 2005 / 14.52

    Hello Malyfred!

    I was wondering if you could help me out a bit … I have made a plugin called LMB^Box Smileys. Lately Markus was having problems with it and asked me to take a look. I found what was the problem! In fact it has nothing to do with LMB^Box Smileys, it has to do with your IImage Gallery. Markus was using both IImage Browser and IIMage Gallery.

    What’s happening:
    Your IImage Gallery parses the post’s text to find the tag and the images to go with it. The problem is that you don’t restore the white space in the text (single spaces). My Smileys plugin depends on these spaces! I have already found a fix for the problem, but it could be refind to be clearner. Here it is:


    207 else {$line .="\n";}
    change to:
    else {$line .=" \n";}

    215 $text = implode("",$lineout);
    change to:
    $text = implode(" ",$lineout);

    I was wondering if you would constider including this in IImage Gallery from now on. Also if you would take a look at the changes to see if there is a better way. You can email me if you would like … tmontague AT lmbbox DOT com. Thanks,

    Montie

  237. Netlex News » Blog Archive » Test 22. 7. 2005 / 12.25

    […] >

    Test For testing IImage Gallery WordPress plugin : IImage Gallery […]

  238. oliver-emmler.de » Image Gallery 23. 7. 2005 / 18.38

    […] dafür aber auch ca. 25 EUR/Monat. Für hin und wieder mal ein Bild auf der Seite ist die Image Gallery von Skriker. Leider funktioniert die relative Verlinkung nicht - irgendwoher k […]

  239. Julio Nobrega 23. 7. 2005 / 18.55

    troublemaker.php showed me that getimagesize() was failing. Opening files/images on my server is forbidden. The gallery script use this function on line 255. If, when editing my post, I changed the src=”" value to point to the absolute path to the image:

    src=”http://www.inerciasensorial.com.br/wp-content/thumb-cache/coh/Kronos%20Class%20Titan.jpg”

    src=”/abs/path/wp-content/thumb-cache/coh/Kronos%20Class%20Titan.jpg”

    Everything was ok. A little hack, which probably only works with the Apache webserver, did the trick for me. Before line @getimagesize() on line 255 add this:

    $file = str_replace(array(”http://” . $_SERVER[”SERVER_NAME”] . “/”, “%20″), array($_SERVER[”DOCUMENT_ROOT”], ” “), $file);

    Basically is replaces the domain name with the absolute path, and URI spaces (%20) on the file name with “real spaces”.

    If the above doesn’t work, try something like:

    $file = str_replace(array(”http://www.yourdomain.com/”, “%20″), array(”/abs/path”, ” “), $file);

    WP 1.5, Image Gallery 1.3

  240. Cottonijoe.de » Blog Archive » …und nun zu den Plugins. 26. 7. 2005 / 0.42

    […] the post. Das Ding ist unumgänglich wenn man öfter mal Bildchen im Blog haben will. IImage Gallery This plugin for WordPress should help you to add simple but nice gallerie […]

  241. malex.org notes » Foto Venezia 26. 7. 2005 / 12.57

    […] malex @ Giovedì 3 Marzo 2005, 12:11 Questa è una prova del plugin iimage gallery per WordPress. […]

  242. malyfred 26. 7. 2005 / 17.31

    >LHK Search on the web for javascript:history.back()

  243. malyfred 26. 7. 2005 / 17.44

    >Montie Hi! This fix didn’t hurt so much:) so I have added it to the version 1.4.

  244. Do..Re..Me.. » 試一試個新wp plugin 28. 7. 2005 / 18.38

    […] age-gallery.php?idpost=134&idg=1&idi=2″ class=”gallery_item”> 參考網站: 1. http://fredfred.net/skriker/index.php/iimage-gallery Permalink […]

  245. Djuki 30. 7. 2005 / 16.13

    I do everything like u said.
    I have … code im my html
    I chimode dir thumb-cach on 777

    after post in thumb-cach their is nothing.

    when i open:
    http://djuki.padrino.co.yu/blog/wp-content/plugins/iimage-gallery.php?idpost=18&idg=1&idi=1

    i have error:
    Fatal error: Call to undefined function: get_bloginfo() in /home/djuki/public_html/djuki/blog/wp-content/plugins/iimage-gallery.php on line 86

    Do u have any idea ?

  246. Djuki 30. 7. 2005 / 16.29

    when i open
    http://djuki.padrino.co.yu/blog/wp-content/plugins/iimage-gallery.php?idpost=18&idg=1&idi=3

    i get thet error

    this link is in my html page,
    but their is no gallery (folder thumb-cach is empty)

  247. malyfred 30. 7. 2005 / 16.32

    >Djuki It seems that you have found your way:)

  248. Djuki 30. 7. 2005 / 16.35

    i see error i have extra & in path but when i post hire their is no &

    when i open in new window browser “eat” amp becouse it don’y have initialisation and open page with no errors.

    but folder thumb-cach is still empty…

  249. Djuki 30. 7. 2005 / 16.46

    in my post their is no gallery.
    Pluginn dont create amall pictures.

  250. malyfred 30. 7. 2005 / 18.49

    >Djuki Actually there si gallery in your post and it looks exactly as it should. There are just thumbnails missing in thumb-cache directory.
    It’s quite strange situation because there are no errors shown in the post and they would be there if something has occured during creating of thumbnails:(

  251. Djuki 31. 7. 2005 / 12.02

    Link is not ok too.
    in link i have & amp ;
    but when i write ih hire html hide it becouse of & and ; and withouth amp link works ok, but in link i have amp
    amp variabla is in link and don’t have value,
    thet’s not ok.

    I know what’s for amp, and why do’t have value.

  252. Djuki 31. 7. 2005 / 12.09

    I mean u know what amp variabla is for, and whz don’t have value.

  253. Djuki 31. 7. 2005 / 12.13

    in my post i have this

    Errors: Thumbnail path invalidThumbnail path invalidThumbnail path invalidThumbnail path invalidThumbnail path invalid

    This links are ok, there are pictures, i don;t know how path can be invalid ?

  254. Johannes 31. 7. 2005 / 12.51

    Hi. Is there a possibility that the files which are used in the gallery are automatically fixed on a maximum size. Else I have to edit every big 2000×3000px file.

  255. David 31. 7. 2005 / 14.00

    LHK - I used the following in my iimage-gallery-template.php to create a back link to the originating post.

    Back to post | ‘;

    malyfred - congrats on a great plugin!

  256. malyfred 31. 7. 2005 / 14.10

    >Johannes You can use IImage Browser to resize your images quite easily or use some a bit advanced PHP code in the template.

  257. David 31. 7. 2005 / 14.15

    Oops.

    LHK - The content of that back link should read

    href=”‘ . get_settings(’home’) . ‘/?p=’ . $idpost . ‘”

  258. malyfred 31. 7. 2005 / 14.16

    >Djuki These errors are actually good news. Check againg if you’ve set proper path in administration > Options > Miscellaneous > Destination directory. And if $ig_settings['ig_cache_dir'] in the iimage-gallery.php is set properly as well.

  259. Djuki 31. 7. 2005 / 15.49

    Destination dir:
    /home/padrino/public_html/djuki/blog/wp-content

    $ig_settings[’ig_cache_dir’] = ‘/thumb-cache/’;

    Is this ok ?

  260. Djuki 31. 7. 2005 / 18.48

    Stupid mistake.
    I change hosting provider and upload path was old.

    /home/padrino/public_html/djuki/blog/wp-content
    is bad

    /home/djuki/public_html/djuki/blog/wp-content
    is right

    Thanks for great plugin

  261. Gros Pécule » Archive du blog » Idées pour le blog 5. 8. 2005 / 7.42

    […] artinet.nl/wp-site/simple-image-gallery http://redalt.com/downloads/ (celui nommé Exhibit http://fredfred.net/skriker/index.php/iimage-gallery < ?php the_meta(); ?>

    […]

  262. Geir Olav 6. 8. 2005 / 22.56

    Hi,

    I like your IImage Gallery and Browser, and i like your stand alone browse feature.

    When the user is browsing the stand alone gallery, there is no easy way for them to come back to the original post or page.

    What have I missed?

  263. Wayne 9. 8. 2005 / 9.09

    David,
    Where exactly would I put that code in the templet?

    IImage Gallery is great btw.
    Thanks.

  264. The World According To Wayne » IImage Gallery 9. 8. 2005 / 9.28

    […] age of giving me some time to fiddle with some of these plugins. I’ve managed to get IImage Gallery to work now. If you would direct your attention to This Post you can see it i […]

  265. malyfred 10. 8. 2005 / 0.18

    >Wayne&Geir Olav
    Put this code:

    <?php echo '<a href=”' . get_settings('home') . '/?p=' . $idpost .'”>Back</a>';?>

    anywhere you want in the iimage-gallery-template.php - it’s a template - you can refine it as you want.

  266. Wayne 10. 8. 2005 / 4.10

    Thank you!

  267. MSS - T. Joe’s Weblog » Blog Archive » Le 1er xtra 12. 8. 2005 / 14.06

    […] pression avec une console sous Linux Le 1er xtra voila je cherche la photo http://fredfred.net/skriker/index.php/iimage-gallery […]

  268. TonyWorld.net » Blog Archive » Cumpliento 300 con una galeria 13. 8. 2005 / 15.30

    […] web. Por ello, voy a aprovechar para probar un plugin para wordpress. El plugin se llama iimage-gallery, os lo podeis descargar (la versi�n 1.4-beta) desde aqu� directamente. Me gus […]

  269. hansgraudal 16. 8. 2005 / 18.08

    i upgraded to the latest version of wordpress, and all of a sudden, my galleries don’t work anymore.
    The thumbnails are created, and listed in the posts, but when i click a thumbnail to go to the stand-alone browser, it just spits out a plain html file saying: - what do i do?

  270. malyfred 16. 8. 2005 / 20.24

    hansgraudal> Don’t you have a direct link to some non-working gallery? Or at least what exactly the link to stand-alone browser look like? Isn’t there somehting missing or…?

  271. xchylde speakin but mostly writing » Blog Archive » Ein paar Bilder (II) 16. 8. 2005 / 21.05

    […] « Ein paar Bilder (I)

    Ein paar Bilder (II)

    Da das Plugin ein paar Probleme macht, wenn man zu viele Bilder einfügt, hier die zweite Runde: […]

  272. Doug 20. 8. 2005 / 6.35

    hansgraudal> After several hours of banging my head on this one, I found a solution. The problem is caused by the disabling of the ‘register_globals’ directive in the 1.5.2 upgrade — which is required for good security.
    A quick fix requires editing the two iimage-gallery files. In iimage-gallery.php and iimage-gallery-template.php you need to change every occurance of the variables $idpost, $idg and $idi to $idpost1, $idg1 and $idi1 respectively. Doesn’t matter what you rename them (I just happened to use a ‘1′) just as long as the variable names are not the same as the parameter names ‘idpost’, ‘idg’ and ‘idi’ used in the image links.

    ONLY CHANGE OCCURANCES of $idpost, $idg and $idi — NOT (i repeat NOT) occurances of the ‘idpost’, ‘idg’ and ‘idi’ text