Evil quick reply 1.0.1

Viewtopic, viewforum, posting related hacks and MODs.
Viewing topics, forums, or posting add-ons.

Re: Evil quick reply 1.0.1

Postby girish979 » 27 Mar 2008, 19:32

Im not getting this. I dont want the quickreply button but i want to keep the quick reply open so i did the following

copied the functions_quick_reply.php and added code
Spoiler:
//-- mod : Evil Quick Reply ------------------------------------------------------------
//-- add
include($phpbb_root_path . 'includes/functions_quick_reply.' . $phpEx);
quick_reply($topic_id, $forum_id, $topic_data);
//-- fin mod : Evil Quick Reply --------------------------------------------------------

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
Last edited by girish979 on 06 Apr 2008, 20:09, edited 1 time in total.
phpBB Professional Skins

I will shift your Board from Old to New Server for very less cost - PM me
girish979    
Supporter
Supporter
 
Posts: 180
Joined: 31 Jan 2008, 19:48
Gender: Male
phpBB Knowledge: 4


Re: Evil quick reply 1.0.1

Postby girish979 » 06 Apr 2008, 20:07

plzz help me I want the quick reply to be kept open with out adding buttom Im usin subsiver based template :beg:
phpBB Professional Skins

I will shift your Board from Old to New Server for very less cost - PM me
girish979    
Supporter
Supporter
 
Posts: 180
Joined: 31 Jan 2008, 19:48
Gender: Male
phpBB Knowledge: 4

Re: Evil quick reply 1.0.1

Postby beggers » 06 Apr 2008, 23:31

After a pretty major effort we got the Evil Quick Reply working on AcidTech. After seeing the various options with buttons, etc., I opted to remove the Quick Reply button and display open form all the time. Here's what it looks like (see attached):
Attachments
evilacid.gif
User avatar
beggers    
Supporter
Supporter
 
Posts: 166
Joined: 25 Jan 2008, 23:46
Favorite Team: Oakland Raiders
Gender: Male
phpBB Knowledge: 4

Re: Evil quick reply 1.0.1

Postby girish979 » 07 Apr 2008, 07:08

:beg: help me how to do dat
phpBB Professional Skins

I will shift your Board from Old to New Server for very less cost - PM me
girish979    
Supporter
Supporter
 
Posts: 180
Joined: 31 Jan 2008, 19:48
Gender: Male
phpBB Knowledge: 4

Re: Evil quick reply 1.0.1

Postby girish979 » 09 Apr 2008, 19:23

i tried & i got it :grin:
phpBB Professional Skins

I will shift your Board from Old to New Server for very less cost - PM me
girish979    
Supporter
Supporter
 
Posts: 180
Joined: 31 Jan 2008, 19:48
Gender: Male
phpBB Knowledge: 4

Re: Evil quick reply 1.0.1

Postby Maqrkk » 09 May 2008, 07:48

One of the users on a forum that I administrate had come across an error with this Quick Reply.
I have a screenshot from him on the error. It appears to happen only to him. The line that threw the error for him is
Code: Select all
      textarea.focus();

That is from the editor.js file.
Maqrkk    
Crewman
Crewman
 
Posts: 2
Joined: 09 May 2008, 07:46
Gender: Male
phpBB Knowledge: 8

Re: Evil quick reply 1.0.1

Postby ecived » 15 May 2008, 16:51

Code: Select all
[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)


Any help?
ecived
Crewman
Crewman
 
Posts: 3
Joined: 13 May 2008, 10:38
Gender: Male
phpBB Knowledge: 1

Re: Evil quick reply 1.0.1

Postby eviL3 » 16 May 2008, 06:01

Image
User avatar
eviL3    
MOD Author
MOD Author
 
Posts: 1002
Joined: 05 Nov 2006, 08:14
Location: Cooking in the MODs kitchen
Gender: Male

Re: Evil quick reply 1.0.1

Postby XxXYonIXxX » 17 May 2008, 23:52

!
i have FCKeditor mod on my forum.
but, when i install "Evil quick reply" mod - and i wanna a to post someting(not quick reply, just a simple post). i get this eror::
Fatal error: Call to undefined function fck_assign_permissions() in /home/zerosit/public_html/posting.php on line 1363
how i can used on thid 3 mods(FCKeditor, evil quick reply, AJAX quick reply) without problems?
thxxx,
XxXYonIXxX    
Crewman
Crewman
 
Posts: 4
Joined: 09 May 2008, 01:17
Gender: Male
phpBB Knowledge: 3

Re: Evil quick reply 1.0.1

Postby shmk » 02 Jun 2008, 03:52

Only a suggestion for the ones, like me, who doesn't like to have to much javascripts and have fear of cross-browser bugs :P

In posting_qr_body.html

You can remove the:
Code: Select all
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()');
   }
}


And substitute the
Code: Select all
<div id="quick_reply">

with a
Code: Select all
<!-- IF S_QR_HIDE_BOX -->
<div id="quick_reply" style="display:none;">
<!-- ELSE -->
<div id="quick_reply">
<!-- ENDIF -->


Pros: you have removed a "onload" script
Cons: you have added a IF-ELSE in the template (and you must have js enabled)
Last edited by shmk on 02 Jun 2008, 05:00, edited 1 time in total.
I'm sorry but I haven't a sig.
shmk
Cadet I
Cadet I
 
Posts: 19
Joined: 01 Jun 2008, 09:54
Gender: Male
phpBB Knowledge: 1

PreviousNext

Return to Topic, Forum, Posting MOD Downloads

Who is online

Users browsing this forum: No registered users and 2 guests