Hello friends.

I made ​​this change in my forum.

And I want to share with you.

I hope they serve.

This mod is a variant of the rapid response to topic.

But applied to MPs.

For me it is very useful, I hope for you too.

Excuse my English.

Translated with Google.

Greetings.




Hola amigos.

He realizado este cambio en mi foro.

Y quiero compartirlo con ustedes.

Espero les sirva.

Este mod es una variante de la respuesta rapida para topic.

Pero aplicada a los MPs.

Para mi es de mucha utilidad, espero que para ustedes también.

Saludos.






Files to edit: 2

ROOT/privmsg.php
ROOT/templates/privmsgs_read_body.tpl

OPEN privmsg.php

FIND

Code: [Download] [Hide] [Select]
<td class="row2" width="100%"><div class="message-box"><textarea name="message" rows="15" cols="35" tabindex="3"></textarea></div></td>


REPLACE WITH

Code: [Download] [Hide] [Select]
<td class="row2" width="100%"><div class="message-box">{BBCB_MG}<textarea name="message" rows="15" cols="35" tabindex="3"></textarea></div></td>



OPEN privmsgs_read_body.tpl

FIND

Code: [Download] [Hide] [Select]
// Mighty Gorgon - Quick Quote – BEGIN


Before Add

Code: [Download] [Hide] [Select]
// BBCBMG - BEGIN
include_once(IP_ROOT_PATH . 'language/lang_' . $board_config['default_lang'] . '/lang_bbcb_mg.' . PHP_EXT);
include(IP_ROOT_PATH . 'includes/bbcb_mg.' . PHP_EXT);
$template->assign_var_from_handle('BBCB_MG', 'bbcb_mg');
// BBCBMG - END


bbcode_res_mp