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.
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 :(
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.
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..
I find it!
I forgot to input the tah <#fbpostform#> on my source :/
oh well! Thanks for everything :)
Indeed, that "might" be the problem's reason. ;)
posted by
ikue on 22 Nov 05 at 2:36 AM
Post a Reply:
(back to index)