
03-22-2007, 02:18 PM
|
 |
|
|
Join Date: Sep 2006
Location: Meh...
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by stomph
I got the link to the original post added in the PM by copying one line and phrase over from Andreas' hack:
1. Modify Plugin
In the plugin Quote Post in PM, find:
Code:
eval('$pm[message] = "' . fetch_template('newpost_quote', 1, 0) . '";');
After, add:
Code:
$pm['message'] = construct_phrase($vbphrase['in_reply_to_your_post_x'], $postinfo['postid'], ($postinfo['title'] ? $postinfo['title'] : $postinfo['postid'])) . "\n" . $pm['message'];
2. Add a new Phrase:
Variablename: in_reply_to_your_post_x
Text: In Reply to your Post [post={1}]{2}[/post]:
That's it!
|
AWESOME share STOMPH - Thanx very much
Jacquii.
|