copied the functions_quick_reply.php and added code
Spoiler:
before page_footer(); in viewtopic.php
and i included this line <!-- INCLUDE posting_qr_body.html -->
in viewtopic_body.html
plzz help me im not getting quick reply box







help me how to do dat




textarea.focus();

[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3526: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)


how i can used on thid 3 mods(FCKeditor, evil quick reply, AJAX quick reply) without problems?Fatal error: Call to undefined function fck_assign_permissions() in /home/zerosit/public_html/posting.php on line 1363



if (<!-- IF S_QR_HIDE_BOX -->1<!-- ELSE -->0<!-- ENDIF -->)
{
if (document.addEventListener)
{
document.addEventListener('DOMContentLoaded', toggle_quick_reply, false);
}
else
{
onload_functions.push('toggle_quick_reply()');
}
}<div id="quick_reply"><!-- IF S_QR_HIDE_BOX -->
<div id="quick_reply" style="display:none;">
<!-- ELSE -->
<div id="quick_reply">
<!-- ENDIF -->

Return to Topic, Forum, Posting MOD Downloads
Users browsing this forum: No registered users and 2 guests