[IP] Add BBcodes In Quick Reply ...


Subject: [IP] Add BBcodes In Quick Reply ...
OPEN ROOT/VIEWTOPIC.PHP
FIND
Code: [Download] [Hide] [Select]
// Force Topic Read - END

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





OPEN TEMPLATES/MG_THEMES/XS/XS_TOPIC.TPL
FIND
Code: [Download] [Hide] [Select]
<td class="row1" align="left" width="200" valign="top" nowrap="nowrap"><span class="gen"><b><?php echo $lang['Message_body']; ?>:<br /><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="200" height="1" border="0" alt="" /></b></span></td>
<td class="row2" align="left" width="100%"><textarea name="message" rows="15" cols="35" style="width:98%" tabindex="3" class="post"></textarea></td>

REPLACE WITH
Code: [Download] [Hide] [Select]
<td class="row1" align="left" width="200" valign="top" nowrap="nowrap"><span class="gen"><b><?php echo $lang['Message_body']; ?>:<br /><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="200" height="1" border="0" alt="" /></b></span></td>
<td class="row2" valign="top">
{BBCB_MG}
<textarea name="message" rows="15" cols="35" wrap="virtual" style="width:98%" tabindex="3" class="post" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea>
</td>


& Enjoy :mrgreen: :mrgreen:

Original document: http://ktmdesignz.com/forum/viewtopic.php?t=1032

P.D, I Not wise where to put this .. this way that I put here

Subject: Re: [IP] Add BBcodes In Quick Reply ...
lom hill I have posted it here


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.1773s (PHP: 9% SQL: 91%)
SQL queries: 10 - Debug Off - GZIP Enabled