You can just find the following row in quick_reply.htmlfrenzoo wrote:FireBug complains that the function "checkForm" is not defined.
Code: Select all
<form id="postform" method="post" action="{S_POST_ACTION}" onsubmit="return checkForm(this);" name="postform"{S_FORM_ENCTYPE}>
Code: Select all
<form id="postform" method="post" action="{S_POST_ACTION}" name="postform"{S_FORM_ENCTYPE}>
That's a common phpBB3 templating basis. You can find an assignment of that placeholder in includes/quick_reply.phpfrenzoo wrote:Is {S_POST_ACTION} a variable?
If yes, where can I find the value of such variable?
Code: Select all
'S_POST_ACTION' => $s_action
Code: Select all
$s_action = append_sid("{$phpbb_root_path}posting.$phpEx", "mode=$mode&f=$forum_id", true, $user->session_id);
$s_action .= (isset($topic_id) && $topic_id) ? "&t=$topic_id" : '';
Do not use the install.php which is included in the quick reply package that you installed. That one have bugs.i have problem help guys
i upload all files, and i edit all files,
then when i try to instal (contrib/install/install.php) i got blank page...
and in the topic i cant see Quick Reply
can any1help me