Help installing, and adding posts!

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
Nicoolai
Posts: 2
Joined: Mon Feb 20, 2006 3:46 pm

Help installing, and adding posts!

Post by Nicoolai »

<help>

I've installed the MBoard script just as in the readme file, but i have an error when i try to add a new post.

"This is not a valid action."

Can somone help me.....the site is http://www.splyf.com/mboard/mboard.php

</help>
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hi,

You translated a few things too much when translating MBoard, you mustn't change the names of form elements and values of hidden fields.

For example change
<input type="hidden" name="a" value="tilf&oslash;j ny">
back to original one
<input type="hidden" name="a" value="addnew">
Regards,
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Nicoolai
Posts: 2
Joined: Mon Feb 20, 2006 3:46 pm

Reply

Post by Nicoolai »

<hi>

Thanks, i'll try that.

How can i then translate it to my own language?

</hi>
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

You can translate everything in the HTML code EXCEPT:

- form field names
- hidden form field values
- file names
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Locked