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.
zooper
Registered User
Posts: 8
Joined: Wed Aug 24, 2005 2:53 pm

Re: Quick reply for phpBB3

Post by zooper »

Now it works perfectly fine! Thanks a lot for your help, i really really appreciate it!

Edit: I found another little bug.... The ranks are dispayed twice in a topic, where can I fix that? :oops:

Image

I think it's going wring at this place....

Code: Select all

<!-- IF not postrow.RANK_TITLE --><br /><!-- IF QUICK_REPLY --><dd><a href="#postform" onclick="addquote({postrow.POST_ID},'{postrow.POSTER_QUOTE}'); insert_text('\r\n'); return false;" 

title="{L_QUOTE_TEXT}">{L_QUOTE}</a></dd><!-- ENDIF --><!-- ENDIF -->
			<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd>{postrow.RANK_TITLE}<!-- IF QUICK_REPLY --><br /><a href="#postform" 

onclick="addquote({postrow.POST_ID},'{postrow.POSTER_QUOTE}'); insert_text('\r\n'); return false;" title="{L_QUOTE_TEXT}">{L_QUOTE}</a><!-- ENDIF --><!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br 

/><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF -->
			<!-- IF postrow.RANK_IMG -->
				<tr>
					<td>{postrow.RANK_IMG}</td>
				</tr>
			<!-- ENDIF -->
User avatar
Sandip_KingMobiles
Registered User
Posts: 3
Joined: Wed Aug 06, 2008 7:49 am

Re: Quick reply for phpBB3

Post by Sandip_KingMobiles »

Hello..Myself Sandip.........I m Very new Yu can say a Newbie.............i had done all steps correctly

Code: Select all

DIY Instructions
These are manual instructions that cannot be performed automatically. You should follow these instructions carefully.

Select All
Copy contrib/install/install.php to your phpBB root directory and run it. Delete the file after running!.
[/b]

This LiNe I m Confused means what actually i need to do.........................how i will run it.............plz help me............................. :cry:
zooper
Registered User
Posts: 8
Joined: Wed Aug 24, 2005 2:53 pm

Re: Quick reply for phpBB3

Post by zooper »

Sandip_KingMobiles wrote: This LiNe I m Confused means what actually i need to do.........................how i will run it.............plz help me............................. :cry:
In the package you'll find a file called install.php . After you've changed all the files and uploaded them, make sure the install.php is in the root of your forum (example: http://www.yourforum.com/install.php or http://www.yoursite.com/forum/install.php). If you've done that, then you open internet and you go to the URL you've just uploaded (so, http://www.yourforum.com/install.php). If you've done everything right, you'll see a window with 'you've succesfully installed blahblah'.
If you've succeed, delete install.php from your server again.

Only after this step, the quick reply form will work. I hope I helped you out!
User avatar
Sandip_KingMobiles
Registered User
Posts: 3
Joined: Wed Aug 06, 2008 7:49 am

Re: Quick reply for phpBB3

Post by Sandip_KingMobiles »

zooper wrote:
Sandip_KingMobiles wrote: This LiNe I m Confused means what actually i need to do.........................how i will run it.............plz help me............................. :cry:
In the package you'll find a file called install.php . After you've changed all the files and uploaded them, make sure the install.php is in the root of your forum (example: http://www.yourforum.com/install.php or http://www.yoursite.com/forum/install.php). If you've done that, then you open internet and you go to the URL you've just uploaded (so, http://www.yourforum.com/install.php). If you've done everything right, you'll see a window with 'you've succesfully installed blahblah'.
If you've succeed, delete install.php from your server again.

Only after this step, the quick reply form will work. I hope I helped you out!
i have copied to the root directory...after that i cant run the file how to run with the file brother
rxu
Extensions Development Team
Posts: 4014
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: Quick reply for phpBB3

Post by rxu »

zooper
It looks like you've applied prosilver installation instruction for subsilver2 template. Please, recheck subsilver2 template edits if they're done in according to the MOD's /templates/subsilver2.xml instruction.
Sandip_KingMobiles wrote:i cant run the file how to run with the file brother
Sandip_KingMobiles, you run it with your web (not file!) browser :) Just point web browser on it (or enter an appropriate url into the browser's address bar).
User avatar
Renodil
Registered User
Posts: 668
Joined: Mon Nov 14, 2005 8:48 am

Re: Quick reply for phpBB3

Post by Renodil »

I already have evil quick reply installed on my board. This better/worse/same as that one. Should I prefer this one over the one I already got? Any opinions? Thanks.
dv-design
Registered User
Posts: 80
Joined: Fri Aug 01, 2008 1:05 am

Re: Quick reply for phpBB3

Post by dv-design »

Got it installed, everything works greet, one little problem

When ever you go into a topic it automaticaly starts veiwing that page at the quick reply box at the bottom of the page, how do i keep this from happening. If i cant change this i cannot use this mod as it will confuse my users.

I tried going into editor.js and commenting out the textarea.focus(); lines, but it made no difference.

Someone please tell me how to change this, feel free to post here or PM me. Thanks.

**Only happens in IE, not in firefox...really theres gotta be a way to fix this.**

After about 15 mins i went back to my site and it was working fine, even in IE. I guess commenting out those lines worked.
rxu
Extensions Development Team
Posts: 4014
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: Quick reply for phpBB3

Post by rxu »

dv-design
Yes, topic scrolldown is a really problem with this MOD and IE. There were few attempts to solve this issue, and the last one is here.
You could try it, but, regrettably, I can't guarantee it will work absolutely fine. Sorry.
dowelld
Registered User
Posts: 354
Joined: Fri Jul 13, 2007 8:37 pm

Re: Quick reply for phpBB3

Post by dowelld »

I found a solution to the text.focus problem in the Advanced Quick reply mod thread.

OPEN quick_reply.html
INSERT before the first line

Code: Select all

<script type="text/javascript">
var in_quick_reply                      = true;
</script>
OPEN editor.js
FIND

Code: Select all

                textarea.focus();
                baseHeight = doc.selection.createRange().duplicate().boundingHeight;
REPLACE with

Code: Select all

                var focar = window.in_quick_reply || false;
                if(!focar)
                {
                        textarea.focus();
                }
                baseHeight = doc.selection.createRange().duplicate().boundingHeight;
fegul
Registered User
Posts: 17
Joined: Fri Jul 18, 2008 3:29 am

Re: Quick reply for phpBB3

Post by fegul »

Quick question, everything in the mod seems to work fine but in the user control panel, the option that allows the user to enable or disable it seems to be broken;

Instead of saying "Display Quick Reply:" with the radio buttons next to it, it seems to be taking the variable name and displays "{ QUICK_REPLY_DISPLAY }:"

Any ideas as to why it's displaying the variable name and any ideas on where to look to fix that?
rxu
Extensions Development Team
Posts: 4014
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: Quick reply for phpBB3

Post by rxu »

dowelld
Thanks for your solution! :)

fegul
Are you sure you've applied the installation instruction part for ucp.php :?:

Code: Select all

Open
ucp.php

Find
$user->setup('ucp');

Add after
$user->add_lang('mods/quick_reply');
User avatar
Renodil
Registered User
Posts: 668
Joined: Mon Nov 14, 2005 8:48 am

Re: Quick reply for phpBB3

Post by Renodil »

Renodil wrote:I already have evil quick reply installed on my board. This better/worse/same as that one. Should I prefer this one over the one I already got? Any opinions? Thanks.
No one answered me yet, so here's my questions again.
malibusurfer93
Registered User
Posts: 37
Joined: Sat Jul 05, 2008 6:57 am

Re: Quick reply for phpBB3

Post by malibusurfer93 »

i really suck at installing mods. does anyone want to install it for me? my aim is malibusurfer93 or just pm me.
Ronk15
Registered User
Posts: 4
Joined: Tue Aug 05, 2008 10:13 pm

Re: Quick reply for phpBB3

Post by Ronk15 »

Good job
malibusurfer93
Registered User
Posts: 37
Joined: Sat Jul 05, 2008 6:57 am

Re: Quick reply for phpBB3

Post by malibusurfer93 »

anyone??

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