See the first post of this topic.CREGOPHER wrote: ↑Fri Apr 03, 2020 9:12 pm I downloaded the zip file but its not clear to me on the file path. I had tried the Posting Template extension and got the same error as reported by others here. The Posting Template's install path was: ext/marttiphpbb/postingtemplate. Can you tell me how this package installs after I unzip it?
Thanks
You don't see this input field in the forum editor in ACP (the input labelled "Topic template")? Or what options? It's just one text area.Naio90 wrote: ↑Thu Apr 16, 2020 10:35 pm Hi!
I find this extension really useful for what I'm building. I managed to install it and enable it on the ACP, but for some reason I don't see the new options to write down the template code when I go to Forums and edit one of them. Is there a solution?
Thanks!
marttiphpbb
anywhere back in the raw html output (Ctrl-U in most browsers and OS and then Ctrl-F to search). Code: Select all
<dl>
<dt>
<label for="forum_marttiphpbb_topictemplate">Topic template</label>
<br>
<span>When starting a topic, the text editor will be pre-filled with this "Topic Template". Leave blank when you don’t wish to use this. This functionality comes from the "Topic Template" extension.</span>
</dt>
<dd>
<textarea id="forum_marttiphpbb_topictemplate" name="forum_marttiphpbb_topictemplate" rows="5" cols="45" data-bbcode="true">[size=120][b]My setup:[/b][/size]</textarea>
</dd>
</dl>
The BBcodes, with preview and everything? No I'm not going to spend effort on that. That would be overkill. This is in the ACP, for the administrators and not for regular use. You can compose something with the normal post ediitor (with BBCode buttons) and then copy the result to Topic Template input text field in the ACP.