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.
stuckinlimbo
Registered User
Posts: 78
Joined: Thu Apr 10, 2008 7:21 am

Re: Quick reply for phpBB3

Post by stuckinlimbo »

davethegreat wrote:Bang your head against the wall if that doesn't work,
Dave.
Hey, how'd you know where I was at in this whole process? :lol:

Anyway, could someone tell me what this means?
SQL ERROR [ mysql4 ]

Duplicate entry 'allow_quick_post' for key 1 [1062]

SQL

INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('allow_quick_post', '0', 0)

BACKTRACE


FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()

FILE: includes/functions.php
LINE: 156
CALL: dbal_mysql->sql_query()

FILE: install.php
LINE: 113
CALL: set_config()
User avatar
GoBieN
Registered User
Posts: 546
Joined: Fri Mar 05, 2004 5:22 pm
Location: Belgium

Re: Quick reply for phpBB3

Post by GoBieN »

Code: Select all

$lang = array_merge($lang, array(
	'QUICK_REPLY'			=> 'Snel antwoord',
	'QUICK_POST'			=> 'Snel onderwerp',
	'ACP_QUICK_REPLY_EXPLAIN'	=> 'Hier kan je de instellingen voor Snel antwoord/onderwerp aanpassen. Je kan het volledig uitschakelen of enkel smilies/bijlages/controlevelden uitschakelen.',
	'QUOTE_TEXT'			=> 'Selecteer de tekst die je wilt gebruiken als quote.',
	'QUICK_REPLY_DISPLAY'	=> 'Toon snel antwoord paneel bij onderwerp',
	'QUICK_POST_DISPLAY'	=> 'Toon snel onderwerp paneel bij forum',
	
// ACP block
	'ALLOW_QUICK_REPLY'					=> 'Laat snel antwoord toe voor gebruikers.',
	'ALLOW_QUICK_REPLY_EXPLAIN'			=> 'Gebruikers kunnen direct een antwoord schrijven bij het bekijken van een onderwerp.',
	'ALLOW_QUICK_REPLY_NONE'			=> 'Niets',
	'ALLOW_QUICK_REPLY_REG'				=> 'Alleen geregistreerden',
	'ALLOW_QUICK_REPLY_ALL'				=> 'Iedereen',
	'ALLOW_QR_OPTIONS_NONE'				=> 'Niets',
	'ALLOW_REPLY_ICONS'					=> 'Antwoord/onderwerp icoontjes',
	'ALLOW_REPLY_CHECKBOXES'			=> 'Controle velden',
	'ALLOW_REPLY_ATTACHBOX'				=> 'Bijlages',
	'ALLOW_REPLY_SMILIES'				=> 'Smilies',
	'ALLOW_QUICK_POST'					=> 'Laat snel onderwerp toe voor gebruikers',
	'ALLOW_QUICK_POST_EXPLAIN'			=> 'Gebruikers kunnen direct een onderwerp schrijven bij het bekijken van een forum.',
	
// Install block
	'INSTALLED'							=> 'Je hebt succesvol Quick Reply mod <strong>geïnstalleerd</strong>.',
	'NO_FILES_MODIFIED'					=> 'Je hebt niet de nodige bestaanden aangepast volgens de MOD instructies.',
	'NOT_INSTALLED'						=> 'Quick reply mod is niet geïnstalleerd.',
	'UNINSTALLED'						=> 'Je hebt succesvol Quick Reply mod <strong>verwijderd</strong>.',
));
Dutch translation for the language file.
Mod works perfect !
User avatar
SauvaGe-
Registered User
Posts: 17
Joined: Tue Mar 20, 2007 5:02 am
Location: Oropesa del Mar

Re: Quick reply for phpBB3

Post by SauvaGe- »

it works with 3.0.1 ? :?
Image
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 »

Actually yes, as per the testing I've made (as well as some other users).
Rhine_
Registered User
Posts: 127
Joined: Sat Mar 15, 2008 4:45 pm

Re: Quick reply for phpBB3

Post by Rhine_ »

Rhine_ wrote:hwo do I change so when I press quote it comes in the quick replay and not in the post replay boX?
Asked this before but didnt seem to get an answer so Ill ask it again.
Maqrkk
Registered User
Posts: 41
Joined: Mon Apr 28, 2008 4:58 pm

Re: Quick reply for phpBB3

Post by Maqrkk »

Hello,

this was the first mod I ever tried to install on any php forum whatsoever :)
Installation went fine as far as I know, followed all the instructions, and the install.php file at the end gave a confirmation that everything happened OK. Now on the forum however I can not see the Quick Reply box? Am I missing something? It's a 3.0.1 by the way.
User avatar
GoBieN
Registered User
Posts: 546
Joined: Fri Mar 05, 2004 5:22 pm
Location: Belgium

Re: Quick reply for phpBB3

Post by GoBieN »

Maqrkk wrote:Hello,

this was the first mod I ever tried to install on any php forum whatsoever :)
Installation went fine as far as I know, followed all the instructions, and the install.php file at the end gave a confirmation that everything happened OK. Now on the forum however I can not see the Quick Reply box? Am I missing something? It's a 3.0.1 by the way.
have you enabled it in ACP ?
I suggest a refrsh of template to ;)

ps: Works fine for me on 3.0.1
ChristianN
Registered User
Posts: 11
Joined: Sun Apr 06, 2008 5:21 pm

Re: Quick reply for phpBB3

Post by ChristianN »

Is it possible to replace the "quote" for the quick quote feature with this image:

Image

TIA
Last edited by ChristianN on Mon Apr 28, 2008 10:09 pm, edited 2 times in total.
ChristianN
Registered User
Posts: 11
Joined: Sun Apr 06, 2008 5:21 pm

Re: Quick reply for phpBB3

Post by ChristianN »

Rhine_ wrote:
Rhine_ wrote:hwo do I change so when I press quote it comes in the quick replay and not in the post replay boX?
Asked this before but didnt seem to get an answer so Ill ask it again.
There's another "quote" button which should appear above each user's avatar that sends the quote to the quick reply box.
davethegreat
Registered User
Posts: 81
Joined: Sat Oct 20, 2007 11:41 am

Re: Quick reply for phpBB3

Post by davethegreat »

Yep, works fine on my site PHPBB 3.0.1, no errors. I know people will be banging there head against walls, as these new install instructions will being accurate are annoying.
User avatar
Kirchoff
Registered User
Posts: 16
Joined: Mon Jul 30, 2007 1:19 pm
Location: Iasi, Romania

Re: Quick reply for phpBB3

Post by Kirchoff »

I'm trying to install this on my 3.0.1 software, but I can't find the <!-- IF not postrow ... --> and <!-- IF postrow ... --> lines in the viewtopic_body.htm.

P.S.: I'm using AeroBlue. Oh! And... what are the consequences if I skip this? :)

What should I do?
Everything is possible - Dare for more
rashy
Registered User
Posts: 58
Joined: Sun Dec 02, 2007 4:51 pm

Re: Quick reply for phpBB3

Post by rashy »

rxu Image Works like a charm on v3.0.1 Image Just want to as a simple question how can i bring the quick quoting of selected text come at the Quick reply section and not the below the user rank image Image
Maqrkk
Registered User
Posts: 41
Joined: Mon Apr 28, 2008 4:58 pm

Re: Quick reply for phpBB3

Post by Maqrkk »

GoBieN wrote:
Maqrkk wrote:Hello,

this was the first mod I ever tried to install on any php forum whatsoever :)
Installation went fine as far as I know, followed all the instructions, and the install.php file at the end gave a confirmation that everything happened OK. Now on the forum however I can not see the Quick Reply box? Am I missing something? It's a 3.0.1 by the way.
have you enabled it in ACP ?
I suggest a refrsh of template to ;)

ps: Works fine for me on 3.0.1
I refreshed my template as you said, but I can't find the option to enable it in the ACP?

EDIT: found the settings. Quick Post works, but Quick Reply doesn't? I've enabled it all, but Quick Reply doesn't show up in the topic?
davethegreat
Registered User
Posts: 81
Joined: Sat Oct 20, 2007 11:41 am

Re: Quick reply for phpBB3

Post by davethegreat »

Kirchoff wrote:I'm trying to install this on my 3.0.1 software, but I can't find the <!-- IF not postrow ... --> and <!-- IF postrow ... --> lines in the viewtopic_body.htm.

P.S.: I'm using AeroBlue. Oh! And... what are the consequences if I skip this? :)

What should I do?
Try using the other install instructions your style is based off subsliver2 take a look for the subsliver2 instructions
DeAThRaLiZeR
Registered User
Posts: 1
Joined: Tue Apr 29, 2008 1:14 pm

Re: Quick reply for phpBB3

Post by DeAThRaLiZeR »

Fatal error: Call to a member function session_begin() on a non-object in C:\Websites\reeltasarim\themyths.org\www\forum\deneme\forum\contrib\install\install.php on line 20

İf u can help me i'll be too happy :)
Thanks!

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