I am using the option to create a thread with award requests in a forum. Anyone know how to put the name of the award that is being requested into the title?
I am not good with PHP is the problem, but I know it involves editing "request_award.php" and the template.
I have gotten it to show the request reason by editing this line:
Code:
$posttitle = construct_phrase($vbphrase['award_request_post_title'], "$award_request_recipient_name", "$award_request_reason");
The problem is the award_request_reason variable is already defined, along with the award_id, but I can't seem to figure out how to tell it to use the award_name...
I know it's can't be hard, I just don't have that PHP / vbmod background