postformtemplates/styles/all/template/event/posting_editor_subject_after.html
on line 118:Code: Select all
<input type="submit" accesskey="s" tabindex="6" name="post" value="Post template"
Post template
be embedded in one of the language files to translate the button?ext/toxxy/postformtemplates
-version-0.0.2
is not part of the extensions nameI'll look into it, thanks.stone23 wrote: Sun Sep 24, 2023 5:12 pm Hello,
I can't find the file where the word "rows" is translated in all the files of the extension...
Could a language key be missing?
In general, there are three possibilities:DeannaB wrote: Tue Sep 26, 2023 11:59 pm Good evening, I am attempting to use this extension in my development environment. Installs with no problem. Was able to follow the instructions to create a new Category and then the desired template within that category. Assigned to the forum to which I wish the Template to be used. All items in the template have the 'Display on Posting Page' enabled. Also selected "Add Post Template Button" and "Hide Postfields". Template status is 'unlocked'. All permissions granted to registered users.
Unfortunately, the template is not showing up (as per the images in the initial post for this Beta extension) when creating a new post in the 'forum' to which it was assigned. Suspecting that it might be related to one of the styles, I switched back to ProSilver and the template still does not appear.
No errors are being logged that I have been able to locate.
Any guidance would be most welcome. I am really looking forward to this extension as it will solve many issues for my client.
Deanna
Currently no, but I can think of how to do so, shouldn't be hard to implement. Currently chasing down a couple bugs from my client, but I'll consider adding this feature as well.
Keep in mind the v0.0.3 on github is not the actual v0.0.3 release, just differentiating it from the released v0.0.2.stone23 wrote: Thu Sep 28, 2023 7:10 pm Hello,
I just downloaded and installed the latest Github version and with this version 0.0.3, on an online test forum in php 8.2, as well as on a local test forum in php 8.1, I can create a form but I cannot respond to the form...
Any tips to try myself before your official modification ? Thx for allToxyy wrote: Thu Sep 28, 2023 6:57 pmCurrently no, but I can think of how to do so, shouldn't be hard to implement. Currently chasing down a couple bugs from my client, but I'll consider adding this feature as well.
It would require me adding a setting to select a default template per forum in the ACP and then calling that setting to modify the new topic/post reply URLs within that forum to include additional vars to have the template loaded in automatically. I'll also need to make sure this doesn't do anything for groups that don't have permissions/templates that aren't displayed on that forum - it shouldn't but just a thing I'd need to check for if this feature is added. A non trivial commit for an extension, unfortunately, but I know how it should be done. I'll be sure to quote you if/when I decide to add that.Mzr wrote: Fri Sep 29, 2023 8:29 am Any tips to try myself before your official modification ? Thx for all