Quote:
Originally Posted by Mr.T
Hello,
first thank you for this great hack. But I've one question.
The title of the automatic post shows the username of the person, who requests an award for another user. But I want that the title looks like:
XXX Award Request Form
_________________________________________
Award Request Form - XXX
------------------
Sender information
UserID: yyy
Username: zzz
I hope you understand, what I mean. I think, that the change must be in the awards_request_formanswers the first line
Code:
$formtitle - $bbuserinfo[username]
instead of $bbuserinfo[username] $answer2 but it doesn't work.
I hope you can help me and you understand my bad english.
T
|
you want to chaneg the post/thread title?
well, it's not that simple,
you need to look at request_award.php file, there's few places where
in the insert query, it insert this for title:
'".addslashes(htmlspecialchars($vbulletin->userinfo[username]))." $formtitle'
You need to change in there.
CAUTION: you need to know what you are doing, when you make the changes.
My time is limited now, so I cant do that coding for you. I dont use that form anyway.