Adding field to "Article basis information" form

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
d-lexy
Posts: 76
Joined: Fri 22. Oct 2004, 22:59
Location: Toronto, Canada / Tallinn, Estonia

Adding field to "Article basis information" form

Post by d-lexy »

Hello everybody!

I need to do the following:
Add a field to the "Article basis information" form where I'll be inputting the filename of the "splash" image for every article. I'm planning to store this field value in the MySQL table of the article, and retrieve it on page load.

Could someone point me to the file that contains the form for the "Article basis information"?

Thanks in advance!
d-lexy
Posts: 76
Joined: Fri 22. Oct 2004, 22:59
Location: Toronto, Canada / Tallinn, Estonia

Post by d-lexy »

I found the form, which is the article.editsummary.tmpl.php

Now my next step is to find the file that contains the function to write the form data into the database.

Any ideas?
Thanks :)
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Maybe "article.editcontent.inc.php" is what you are looking for?
Post Reply