Quick reply for phpBB3

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
rxu
Extensions Development Team
Posts: 3989
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: Quick reply for phpBB3

Post by rxu »

It's in ACP/System/Module management->Administration Control Panel, try to find Quick Reply in modules dropdown list beside the "Add module" button.
Starcraftmazter
Registered User
Posts: 67
Joined: Sat Nov 27, 2004 7:53 am

Re: Quick reply for phpBB3

Post by Starcraftmazter »

rxu wrote:It's in ACP/System/Module management->Administration Control Panel, try to find Quick Reply in modules dropdown list beside the "Add module" button.
It does not seem to be there :(
Best Free & Paid Host -
http://www.liway.com/

™§tÄrÇrăt-MÄztêr™
rxu
Extensions Development Team
Posts: 3989
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: Quick reply for phpBB3

Post by rxu »

Hmm... So please recheck if the files named "acp_quick_reply.php" (but they're different of course) are actually in includes/acp/ and includes/acp/info/ folders.
Starcraftmazter
Registered User
Posts: 67
Joined: Sat Nov 27, 2004 7:53 am

Re: Quick reply for phpBB3

Post by Starcraftmazter »

rxu wrote:Hmm... So please recheck if the files named "acp_quick_reply.php" (but they're different of course) are actually in includes/acp/ and includes/acp/info/ folders.
Yep, they're there. Do you have any comment on what I said about the PHP code which is causing it to fail?
Best Free & Paid Host -
http://www.liway.com/

™§tÄrÇrăt-MÄztêr™
rxu
Extensions Development Team
Posts: 3989
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: Quick reply for phpBB3

Post by rxu »

Starcraftmazter wrote:Do you have any comment on what I said about the PHP code which is causing it to fail?
Well, I've just tested the QR ACP module installation on PHP 5.3.0 successfully. So I doubt yet that the problem is in the code of the module...
Did you check the files themselves? Are their sizes exactly equal to the original ones? Did you try to recopy them to the server?
Starcraftmazter
Registered User
Posts: 67
Joined: Sat Nov 27, 2004 7:53 am

Re: Quick reply for phpBB3

Post by Starcraftmazter »

rxu wrote:
Starcraftmazter wrote:Do you have any comment on what I said about the PHP code which is causing it to fail?
Well, I've just tested the QR ACP module installation on PHP 5.3.0 successfully. So I doubt yet that the problem is in the code of the module...
Did you check the files themselves? Are their sizes exactly equal to the original ones? Did you try to recopy them to the server?
I didn't mean the php version, but the code comments.

Anyway, I did what you said, and the acp_quick_reply.php in the info directory was actually 1KB too large. After re-copying it, it worked, yay :mrgreen:
Best Free & Paid Host -
http://www.liway.com/

™§tÄrÇrăt-MÄztêr™
CMA
Registered User
Posts: 330
Joined: Mon Jun 02, 2003 4:15 pm
Location: Vancouver BC Canada

Re: Quick reply for phpBB3

Post by CMA »

i dont know someone notice some strange on left profile area...


just look at
"CMA
Site Admin
Quote "

when i click CMA and it will create
CMA in reply quick text box...

so when i click quote under site admin... and nothing is happen...


is this bug?


of course i try to install this mod on 3 test different forums... :\
rxu
Extensions Development Team
Posts: 3989
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: Quick reply for phpBB3

Post by rxu »

CMA wrote:is this bug?
No, this is intended MOD operation. Please read this post for the info :)
CMA
Registered User
Posts: 330
Joined: Mon Jun 02, 2003 4:15 pm
Location: Vancouver BC Canada

Re: Quick reply for phpBB3

Post by CMA »

rxu wrote:
ellisz wrote:Can I have one without the other?
Yes, sure. Let's try to make the things clear for all of us :)

MOD offers 3 edits for viewtopic_body.html:
1) First edit changes the behaviour of username in a way to insert the name into QR box.
2) Second edit adds the Quote link for users to be able to insert selected post text into QR box.
3) Third edit adds QR box to viewtopic.

Hence, if you want to keep username pointing to profile, you don't apply edit #1. If you want to get rid of Quote link, you don't apply edit #2. Or you might need not to apply both of edits #1 and #2.
If you don't need edit #3, just don't install this MOD :mrgreen: (just a joke).

Hope this explanation can be helpful. Thanks.

that post is at 16 pages... :shock: i think you really should put this information in install...


but... i mean if i click quote link or username link ... the quote will not showing up on textbox... just blank... or just input name...

i would like to see quote in textbox when i click those links...


ps. thats pretty fast reply... ;p
rxu
Extensions Development Team
Posts: 3989
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: Quick reply for phpBB3

Post by rxu »

CMA wrote:i think you really should put this information in install...
Actually, the link to this information is in the 3rd post of this topic ;) But I'll think about it, thanks.
CMA wrote:i would like to see quote in textbox when i click those links...
The link to username is to put the username into the QR box, nothing more. As of Quote link - yes, that's my bad, the real functionality of this is "Quote selected". You just select some text in appropriate post and click the "Quote" link beside :)
CMA
Registered User
Posts: 330
Joined: Mon Jun 02, 2003 4:15 pm
Location: Vancouver BC Canada

Re: Quick reply for phpBB3

Post by CMA »

really? well i never thought of that relates to my question... like edit template? ;p

ah i see what you mean...

ok... but can you please create a new link (or quick quote button that i will create) to send whole post into quick reply textarea?
rxu
Extensions Development Team
Posts: 3989
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: Quick reply for phpBB3

Post by rxu »

This is not as simple as it seems :) If you need to keep all the text format (i.e. quotes and other bbcodes) it would require more than twice harder viewtopic page (since we would need to duplicate each post in uncompiled form and being not displayed).
If you don't need to keep text formatting, you just select the whole post text and click "Quote". :)
CMA
Registered User
Posts: 330
Joined: Mon Jun 02, 2003 4:15 pm
Location: Vancouver BC Canada

Re: Quick reply for phpBB3

Post by CMA »

hmmm... i guess, i have to tell all idiots like me...

;p


but what about send or change address of quote button into this mod?
rxu
Extensions Development Team
Posts: 3989
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: Quick reply for phpBB3

Post by rxu »

CMA wrote:i guess, i have to tell all idiots like me...
What do you mean?
CMA wrote:what about send or change address of quote button into this mod?
You mean the name of the link?
CMA
Registered User
Posts: 330
Joined: Mon Jun 02, 2003 4:15 pm
Location: Vancouver BC Canada

Re: Quick reply for phpBB3

Post by CMA »

some members will not understand what "quote" link under username does... i will add some description about it...

i mean... something like this "http://www.phpbb.com/community/posting. ... p=11509255" so not redirection to post page but just send message into textbox...

Return to “[3.0.x] MOD Database Releases”