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
post doesn't work(back to index)
hi there,

my post action doesn't work on my website, using this url: www.mydomain.com/fb.php/post
It appears my website again, but without css's.

humm.. sugestions?
thanks.
posted by Bruno Gonçalves on 15 Nov 05 at 6:07 PM
try www.mydomain.com/fb.php/?p=post
posted by geoff on 15 Nov 05 at 10:19 PM
aah... took a look at your site.

you need to change
 
<link href="underphoto.css"to
 
<link href="/underphoto.css"because you can fool the browser with where to look for the css file.
posted by geoff on 15 Nov 05 at 10:25 PM
I am happy I am not the only one here providing support, Geoff. :)
posted by ikue on 16 Nov 05 at 2:26 AM
if I use www.mydomain.com/fb.php/?p=post the css are Ok! The problem is that the post inputs doesn't appear :(
posted by Bruno Gonçalves on 20 Nov 05 at 7:58 PM
What do you mean by "post inputs dont appear"? The pictures you upload dont show up in fb?
posted by ikue on 21 Nov 05 at 2:23 AM
when I access www.mydomain.com/fb.php/?p=post I get the same page by pressing www.mydomain.com/fb.php. I don't have any inputs to fill to upload images.
posted by Bruno Gonçalves on 21 Nov 05 at 5:38 AM
Maybe you didnt switch on that parameter in fb_settings.php, "usealturls" or something like that. You could also try www.mydomain.com/fb.php/post
posted by ikue on 21 Nov 05 at 9:54 AM
I have $use_alt_url = 1;
Using www.mydomain.com/fb.php/post is the same thing! Only the css doesn't work!
I check my source code and there is no inputs..
posted by Bruno Gonçalves on 21 Nov 05 at 5:07 PM
I find it!
I forgot to input the tah <#fbpostform#> on my source :/
oh well! Thanks for everything :)
posted by Bruno Gonçalves on 21 Nov 05 at 6:38 PM
Indeed, that "might" be the problem's reason. ;)
posted by ikue on 22 Nov 05 at 2:36 AM
Post a Reply:

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