folderblog
What is folderblog?
Folderblog is a free PHP script that automatically displays the images placed in a given directory, no database needed. It can be used as a blog or gallery — and anything in between.

» demo blog   » learn more   » download now

Discussion
Problems with IE5.2 on Mac(back to index)
Main images are not displayed, only thumbs below it.
Any ideas? Does it work at all on Mac?

thanks.
posted by Dim on 18 Oct 05 at 1:33 AM
using ie5 with mac ....

hum hum never work ;)
posted by romu on 18 Oct 05 at 3:08 AM
Dim, I would advise you to simply clean up the responsible IMG-Tag in your main-template. Should not be that difficult to get it working with a Mac...
posted by ikue on 18 Oct 05 at 4:55 AM
ikue, what do you mean by cleaning up IMG-tag?
posted by dim on 18 Oct 05 at 3:39 PM
Cleaning up means throwing out all the code that is not essential to display the image - and there is a lot. ;)

If I take the code from the relaxation theme as an example, this is it now:

<img src="<#fbimageurl#>" alt="<#fbtitle#> [<#fbtaken#>]" width="<#fbwidth#>" height="<#fbheight#>" usemap="imgmap" class="fotobuzz"/>

--------------------------------------
And this is it after cleaning:

<img src="<#fbimageurl#>" alt="<#fbtitle#>" width="<#fbwidth#>" height="<#fbheight#>"/>

Of course, this is a matter of taste and functions you want to have in your blog. But better working than not working. ;)
posted by ikue on 20 Oct 05 at 3:36 AM
Post a Reply:

Name:    Remember me
URL:    
(include http:// or mailto:)
(back to index)