You need to edit the templates and PHP for newthread and newreply... as well as make a few templates and custom user fields.
In the php files... add an eval() statement that gets a template (see later) IF the forum ID is right.
I don't remember the syntax for a template eval()... just copy/paste another one.
Make it return a variable like $hackname
Make a hackname (or whatever) TEMPLATE...
It should have the HTML code for a text field that you type in...
Make it something like
Hack Author: < INPUT VALUE=$bbuserinfo[field7] >
Make field7 whatever field is the right custom user field.
Then in the newreply template...
Add $hackname to the appropriate spot where you want the text field to show up.
I'm too tired to try coding this, but this is a start...
|