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: 4018
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: Quick reply for phpBB3

Post by rxu »

Hypo
There's Purge the cache feature at the ACP index page.
Hypo
Registered User
Posts: 22
Joined: Tue Feb 07, 2006 5:22 pm

Re: Quick reply for phpBB3

Post by Hypo »

Oh hell I'm really stupid :$
Thanks mate !
KieranG
Registered User
Posts: 17
Joined: Fri Mar 21, 2008 2:25 pm

Re: Quick reply for phpBB3

Post by KieranG »

http://www.phpbb.com/pastebin/view.php?paste=925

There it is - thanks a lot if you can help out!
rxu
Extensions Development Team
Posts: 4018
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: Quick reply for phpBB3

Post by rxu »

KieranG
And pastebin edited viewtopic_body.html for your stile too, please ;)
KieranG
Registered User
Posts: 17
Joined: Fri Mar 21, 2008 2:25 pm

Re: Quick reply for phpBB3

Post by KieranG »

rxu
Extensions Development Team
Posts: 4018
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: Quick reply for phpBB3

Post by rxu »

KieranG
The line

Code: Select all

<!-- IF QUICK_REPLY --><!-- INCLUDE quick_reply.html --><!-- ENDIF -->
has to be put AFTER the block

Code: Select all

			<td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
		<!-- ENDIF -->
	</tr>
	</table>
but not before it.
KieranG
Registered User
Posts: 17
Joined: Fri Mar 21, 2008 2:25 pm

Re: Quick reply for phpBB3

Post by KieranG »

Thanks a lot RXU - that fixed it! Fantastic mod and great work.
KieranG
Registered User
Posts: 17
Joined: Fri Mar 21, 2008 2:25 pm

Re: Quick reply for phpBB3

Post by KieranG »

Another little question; the "quote" button doesn't work, but I don't like how it looks anyway. How can I just remove that completely? (from above avatars)
rxu
Extensions Development Team
Posts: 4018
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: Quick reply for phpBB3

Post by rxu »

Just remove this code from viewtopic_body.html

Code: Select all

			<!-- IF QUICK_REPLY -->
				<tr>
					<td class="postdetails"><a href="#postform" onclick="addquote({postrow.POST_ID},'{postrow.POSTER_QUOTE}'); insert_text('\r\n'); return false;" title="{L_QUOTE_TEXT}">{L_QUOTE}</a></td>
				</tr>
			<!-- ENDIF -->
PrometheusKZ
Registered User
Posts: 76
Joined: Mon May 08, 2006 9:07 pm

Re: Quick reply for phpBB3

Post by PrometheusKZ »

Did you solved question about correct quotation insert in already opened QA form? If the quote insert link also has a command to open QA form? In this case form is closing and quotation not inserting.

Thank you for your MOD.
KieranG
Registered User
Posts: 17
Joined: Fri Mar 21, 2008 2:25 pm

Re: Quick reply for phpBB3

Post by KieranG »

Thank you again RXU!
rxu
Extensions Development Team
Posts: 4018
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: Quick reply for phpBB3

Post by rxu »

PrometheusKZ
The thing you're talking about is not a stock QR MOD, but a MOD modification.
If you give me it's code, I'll perhaps will try to do something with it.
KieranG wrote:Thank you again RXU!
It's nothing. You're welcome.
PrometheusKZ
Registered User
Posts: 76
Joined: Mon May 08, 2006 9:07 pm

Re: Quick reply for phpBB3

Post by PrometheusKZ »

Which code do you need? You can see realisation at http://bahai.region.kz
Sent to your PM account settings to log-in.

Thank you.
Aexo
Registered User
Posts: 20
Joined: Sun Dec 09, 2007 12:27 pm

Re: Quick reply for phpBB3

Post by Aexo »

I have this error

Code: Select all

Warning: main(./common.php) [function.main]: failed to open stream: No such file or directory in /home/*****/public_html/en/install/install.php on line 17

Warning: main(./common.php) [function.main]: failed to open stream: No such file or directory in /home/*******/public_html/en/install/install.php on line 17

Warning: main() [function.include]: Failed opening './common.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/*********/public_html/en/install/install.php on line 17

Fatal error: Call to a member function on a non-object in /home/*********/public_html/en/install/install.php on line 20
In line 17 to 20 into install.php I have

Code: Select all

include($phpbb_root_path . 'common.' . $phpEx);

// Start session management
$user->session_begin();
I use Blue Moon template and I put a phpbb3portal. The URL is http://en.clubifone.com/install/install.php

Thanks
amxcorey
Registered User
Posts: 7
Joined: Sun Mar 04, 2007 4:47 pm

Re: Quick reply for phpBB3

Post by amxcorey »

are there any installation instructions - - anywhere.

i really want to use the mod but i am not so good with simply knowing how to do it.

Any and all help would be nice . thanks

Amxcorey
Computerbuddy.org - Friendly Web Resouce Community
Marketplace, Forums, Directory, SEO Help, Free SEO Tools, and much more

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