Add bbcodes in quick reply


Subject: 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>

REMPLACE 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>


PREVIEW:

preview

Subject: Re: Add Bbcodes In Quick Reply
And if I wish to add it to signature edit page?

Subject: Re: Add bbcodes in quick reply
Vortex, they are already there :P

Subject: Re: Add Bbcodes In Quick Reply
Oh man... sorry :oops:


I am still XS-minded :mrviolet:

Subject: Re: Add Bbcodes In Quick Reply
Wow!!!

Great MOD!!!!!!!

Thanks!


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.1665s (PHP: 11% SQL: 89%)
SQL queries: 30 - Debug Off - GZIP Enabled