wykonaj to:
Kod:
#
#--[ OPEN ]--
/quick_reply.php
#--[ FIND ]--
'L_QUICK_REPLY' => $lang['Quick_Reply'] .
#--[ IN LINE, FIND ]--
htmlspecialchars($username_from)
#--[ IN LINE, REPLACE WITH ]--
htmlspecialchars($username_from_qr)
#--[ OPEN ]--
/privmsg.php
#--[ FIND ]--
$username_from =
#--[ BEFORE, ADD ]--
$username_from_qr = $privmsg['username_1'];
#--[ OPEN ]--
viewtopic.php
#--[ FIND ]--
'QUICK_QUOTE_IMG' => ( $userdata['user_id'] == ANONYMOUS || !$userdata['hide_quick_reply'] ) ? $quick_quote_img : '',
#--[ AFTER, ADD ]--
'POSTER_CLEAN_NAME'=>$postrow[$i]['username'],
#--[ OPEN ]
templates/subSilver/viewtopic_body.tpl
#--[ FIND ]
<span style="cursor: pointer" onclick="if (document.post && document.post.message) emoticon("[b:0]{postrow.POSTER_NAME}[/b:0]")" title="{postrow.L_INSERT_AUTHOR_QUOTE}">{postrow.POSTER_NAME}</span>
#--[ REPLACE WITH ]
<span style="cursor:pointer;" onclick="if (document.post && document.post.message) emoticon("[b:0]{postrow.POSTER_CLEAN_NAME}[/b:0]")" title="{postrow.L_INSERT_AUTHOR_QUOTE}">{postrow.POSTER_NAME}</span>
#--[ FIND ]--
onmouseup="if (document.getSelection && document.getSelection() || document.selection && document.selection.createRange && document.selection.createRange().text) quoteAuthor = "{postrow.POSTER_NAME}""
#--[ REPLACE WITH ]--
onmouseup="if (document.getSelection && document.getSelection() || document.selection && document.selection.createRange && document.selection.createRange().text) quoteAuthor = "{postrow.POSTER_CLEAN_NAME}""
Jeżeli nie masz czegoś takiego w pliku quick_reply.php to pomiń.. powinno działać
Autor postu otrzymał pochwałę
Nie udzielam pomocy na temat phpBB na GG, Email... ~~only forum... eventualnie PW 