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
fb tag for link to current picture?(back to index)
i wish i could search the discussion threads...
i tried <#fblink#> but that didn't work. any ideas?
posted by skritten on 6 Oct 05 at 12:06 PM
I solved my own question by creating another tag in the fb.php file (where all the other tags are listed). It looks like this:

"<#fbthislink#>" => $images[$thisimage] ? linkPrefix() . $images[$thisimage][0] . "/" : $emptylink,

make sure the line goes *before* the last line with the semi-colon. then i use the <#fbthislink#> tag in a link that i put around the caption like this:

<#fbcaption#>

notes: i put my title in the caption, i don't use long captions. also, i am using a modified version of the almanac template for fb3.
posted by skritten on 10 Oct 05 at 3:23 PM
er, let's try that last part again. the link should read:

<#fbcaption#>
posted by skritten on 10 Oct 05 at 3:30 PM
fiddlesticks. well, if you don't know what i'm talking about you can leave a comment on my photolog with your email address.
posted by skritten on 10 Oct 05 at 3:31 PM
Post a Reply:

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