Adding Fields for posting.php

Discuss the development of future releases of phpBB (phpBB 3.x minor releases) and MODing/Coding related questions.
Post Reply
schdief
New member
New member
Posts: 1
Joined: 08 Jul 2009, 12:27

Adding Fields for posting.php

Post by schdief »

Hi guys,

first of all nice design you got here ;)

I'm pretty new to phpbb3, used to mod phpbb2 back a few years and now I started a phpbb3. I'm trying to change the layout of the "new topic" page (posting.php). Already managed to alter the template to my wishes. I added 2 more fields called "name" and "email" (don't ask why :P). Now I want the posting.php to add them to the messagetext but I can't find the suitable line to alter the code. Where is it??? :D

Any help is appreciated. Thanks!

regards Steve
User avatar
Semi_Deus
Past Contributor
Past Contributor
Posts: 405
Joined: 28 Sep 2007, 23:52
Location: the Netherlands
Contact:

Re: Adding Fields for posting.php

Post by Semi_Deus »

You can add custom profile fields in the ACP, named Name and Email.
Those will be displayed on the posting page if you have got your load settings correct.
You can find these settings on the first page of the ACP, in the sidemenu at the bottom
Then scroll to:

Code: Select all

Custom profile fields
Allow styles to display custom profile fields in memberlist:   Yes No
Display custom profile fields in user profiles:   Yes No
Display custom profile fields on topic pages:   Yes No
Image
Keep an eye on us, were back in business..
Post Reply