Quote:
Originally Posted by Brakkish
Great mod. Our members really love it.
What do I need to change to add the award name to the post title?
PHP Code:
$posttitle = construct_phrase($vbphrase['award_request_post_title'], "$award_request_recipient_name");
I've tried the below code, and it's not doing the trick for me.
PHP Code:
$posttitle = construct_phrase($vbphrase['award_request_post_title'], "$award_name");
|
Any answer on this?
Currently any user requesting more than one award at a time appears like this in the thread's forum;
Award Request for Constara!
Award Request for Constara!
Award Request for Constara!
Award Request for COnstara!
Would be nice if the threads created also included the name of the award for obvious reasons.
Let me know if you don't have any idea how to accomplish this, and I'll resume trying to on my own.
Thanks.