Just in case, use this.John Leeuwis wrote: ↑Tue Sep 25, 2018 3:54 pm Would it be possible to make the template definite in a post?
What I mean is that members cannot alter the template during their input (if you know what I mean).
This...
Merk:
Model:
Type:
Motor:
Bouwjaar:
Overige:
But without the code.
The users can alter. That's why it's called a template.John Leeuwis wrote: ↑Tue Sep 25, 2018 3:54 pm Would it be possible to make the template definite in a post?
What I mean is that members cannot alter the template during their input (if you know what I mean).
This...
Merk:
Model:
Type:
Motor:
Bouwjaar:
Overige:
But without the code.
Code: Select all
<?php
/**
* phpBB Extension - marttiphpbb Topic 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_TOPICTEMPLATE' => 'Konu Şablonu',
'ACP_MARTTIPHPBB_TOPICTEMPLATE_EXPLAIN' => 'Bir konuyu başlatırken, metin editörü bu "Konu Şablonu" ile önceden doldurulacak. Bunu kullanmak istemiyorsanız boş bırakın. Bu işlevsellik "Konu Şablonu" eklentisinden geliyor.',
]);
Neither do I, but perhaps ivailo95 would like this extension to be available in all forums, and not (as he thinks) only in forums created after the extension is installed.
This is not correct, The Zip file is packed with all files in a direcory 'phpbb-ext-topictemplate-master' and in the case of Reply Template phpbb-ext-replytemplate-master. Just a heads up to change the instructions or the zip.* Create `marttiphpbb/topictemplate` in the `ext` directory.
* Download and unpack the repository into `ext/marttiphpbb/topictemplate`
Because it is an Extension Development Tool and as such would not be accepted into the CDB
Yes
It's not a development tool. Maybe you're mixing up with another extension (of me). It could go to RC I think. I haven't seen any bugs since the publishing.