For those who want to remove
Re: from thread quoted title
Quote:
In Reply to your post: Re: Quoted PM
|
Open product (
.xml), find there
PHP Code:
// Constructing PM message
$pm['message'] = construct_phrase($vbphrase['qpipm_in_reply_to_your_post_x'], $postinfo['postid'], ($postinfo['title'] ? $postinfo['title'] : $postinfo['postid'])) . "\n" . $pm['message'];
and replace with this:
PHP Code:
// Constructing PM message
$pm['message'] = construct_phrase($vbphrase['qpipm_in_reply_to_your_post_x'], $postinfo['postid'], ($postinfo['title'] ? $threadinfo['title'] : $postinfo['postid'])) . "\n" . $pm['message'];
Then save and upload this product to your webserver, don't forget to check "Allow rewrite".