[3.3][RC] Reply Template

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Ideas Centre
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
User avatar
martti
Registered User
Posts: 914
Joined: Thu Jul 31, 2014 8:23 am
Location: Belgium

[3.3][RC] Reply Template

Post by martti »

Extension Name: Reply Template
Author: martti
Extension Description: With this extension you can set a Reply Template (text) in the ACP for each forum in your board. Whenever someone replies to a topic, the editor gets prefilled with the text that you defined.
(To set a template for the first post of a topic see the Topic Template extension.)
Extension Version: 0.2.0
Requirements:
  • phpBB 3.3+
  • PHP 7.1+
Extension Download: https://github.com/marttiphpbb/phpbb-ex ... master.zip The files are to be put into ext/marttiphpbb/replytemplate
Github repository: https://github.com/marttiphpbb/phpbb-ext-replytemplate
Languages: en
Templates: all, Prosilver (or Prosilver-based) required for the quick reply
Screenshots:

Add or Edit a forum in the ACP

Image

Reply to a topic:

Image

Quick reply:

Image
Last edited by martti on Tue Feb 04, 2020 12:41 pm, edited 2 times in total.
User avatar
John Rambo
Registered User
Posts: 84
Joined: Tue Jun 18, 2013 8:46 pm

Re: [3.2][BETA] Reply Template

Post by John Rambo »

this is also l excellent work 👏
User avatar
martti
Registered User
Posts: 914
Joined: Thu Jul 31, 2014 8:23 am
Location: Belgium

Re: [3.2][BETA] Reply Template

Post by martti »

Thanks. Several people were requesting this feature and it was not hard to write.
User avatar
eunaumtenhoid
Registered User
Posts: 1051
Joined: Wed Jun 03, 2009 12:46 am
Location: ????

Re: [3.2][BETA] Reply Template

Post by eunaumtenhoid »

varius options?? like:
template 1
template 2
etc
My translations of the extensions for Brazilian Portuguese
https://github.com/phpBBTraducoes
User avatar
martti
Registered User
Posts: 914
Joined: Thu Jul 31, 2014 8:23 am
Location: Belgium

Re: [3.2][BETA] Reply Template

Post by martti »

eunaumtenhoid wrote: Sat Apr 21, 2018 8:21 pm varius options?? like:
template 1
template 2
etc
Can you explain?
User avatar
Adelin13
Registered User
Posts: 15
Joined: Wed May 10, 2017 5:59 pm

Re: [3.2][BETA] Reply Template

Post by Adelin13 »

You can do this for quick reply too?
User avatar
pikachuturkey
Registered User
Posts: 338
Joined: Wed Dec 20, 2006 10:34 pm
Location: Türkiye(Turkey)
Name: Rıza

Re: [3.2][BETA] Reply Template

Post by pikachuturkey »

Turkish (tr) translation of "[3.2][BETA] Reply Template" version 0.1.0

phpbb-ext-replytemplate/language/tr/acp.php

Code: Select all

<?php
/**
* phpBB Extension - marttiphpbb Reply Template
* @copyright (c) 2015 - 2018 marttiphpbb <[email protected]>
* @license GNU General Public License, version 2 (GPL-2.0)
*/
if (!defined('IN_PHPBB'))
{
	exit;
}
if (empty($lang) || !is_array($lang))
{
	$lang = [];
}
$lang = array_merge($lang, [
	'ACP_MARTTIPHPBB_REPLYTEMPLATE'			=> 'Cevap Şablonu',
	'ACP_MARTTIPHPBB_REPLYTEMPLATE_EXPLAIN'	=> 'Bir konuya cevap verilirken metin editörü "Cevap Şablonu" ile önceden doldurulacak. Bunu kullanmak istemiyorsanız boş bırakın. Bu işlevsellik "Cevap Şablonu" eklentisinden geliyor.',
]);
User avatar
martti
Registered User
Posts: 914
Joined: Thu Jul 31, 2014 8:23 am
Location: Belgium

Re: [3.2][BETA] Reply Template

Post by martti »

Adelin13 wrote: Mon Nov 12, 2018 11:21 am You can do this for quick reply too?
Indeed, that's a good idea.
User avatar
Adelin13
Registered User
Posts: 15
Joined: Wed May 10, 2017 5:59 pm

Re: [3.2][BETA] Reply Template

Post by Adelin13 »

I installed your extension on the forum, but where the quick reply is active, reply template does not appear so in the categories where I set the reply template I temporarily disabled the quick reply. I'm waiting for the version to come up for a quick response. Thank you!
User avatar
nou nou
Registered User
Posts: 710
Joined: Sat Oct 29, 2016 8:08 pm

Re: [3.2][BETA] Reply Template

Post by nou nou »

Late to this party, but also wondering if the quick reply support is still planned for this extension?

Thanks!
User avatar
martti
Registered User
Posts: 914
Joined: Thu Jul 31, 2014 8:23 am
Location: Belgium

Re: [3.3][RC] Reply Template

Post by martti »

Hi, thanks for reminding me.
I've launced a new version now, 0.2.0 with the reply template also in the quick reply. Quick reply will only work in Prosilver-based templates. The requirement for phpBB is updated to 3.3+.

Image
User avatar
max-ima
Registered User
Posts: 105
Joined: Mon Mar 07, 2022 8:52 am

Re: [3.3][RC] Reply Template

Post by max-ima »

Tested on 3.3.7 and works. Thanks

Return to “Extensions in Development”