[IP] Add BBcodes In Quick Reply ... »  Show posts from    to     

Icy Phoenix


Old Support Topics - [IP] Add BBcodes In Quick Reply ...



lom hill [ Thu 19 Apr, 2007 19:12 ]
Post subject: [IP] Add BBcodes In Quick Reply ...
OPEN ROOT/VIEWTOPIC.PHP
FIND
Code: [Hide] [Select]
// Force Topic Read - END

AFTER ADD
Code: [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: [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: [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

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


-ktm- [ Thu 19 Apr, 2007 21:33 ]
Post subject: Re: [IP] Add BBcodes In Quick Reply ...
lom hill I have posted it here




Powered by Icy Phoenix