
I was wondering whether this would be added in a future version of this mod as I couldn't seem to see if it has been already? As this would be a worthwhile feature I think.Patriz wrote:Hi!
Is there no idea how I can use this MOD to insert a predefined text by mouseklick into the editor field?
Thanks in advance
Patriz
Are there any plans to do this. I couldn't seem to find another mod that would do this sort of thing. Not as important but just interested.richey wrote:Hi,
are there any plans to extend this mod to work board-wide (use same template on the whole board) and to have several templates to choose from? That would really be helpful. If you have plans to extend it that way or if anyone knows of such a MOD for phpbb3, that would be great. Thanks!
r.
I will have a look thanks for your suggestion!wolfman24 wrote:Did you have a look at the Post models Mod? Seems to be what you are after.
When i edit a post i just see the a new template is their away of stopping the template from working if i edit a post?eviL<3 wrote:Would have to be:Code: Select all
if (!empty($post_data['forum_post_tpl']))
That will fix the replying problem.Code: Select all
if (!$submit && !$preview && !empty($post_data['forum_post_tpl']))
For limiting something to a specific forum you'd have to add something like && $forum_id == 3 (3 is the id). But i don't intend to add that to the MOD itself.
I will confirm this as I have just installed this on a 3.0.6 RC4 board which hasn't been updated to the final release as yet. This should also work on 3.0.6.eviL<3 wrote:There are no reported incompatibilities with 3.0.6 yet. I would assume it works.
I have this and everything works fine, but I think you needed to update the mod instructions for the ModX newbies (maybe AutoMod friendly).eviL<3 wrote:There are no reported incompatibilities with 3.0.6 yet. I would assume it works.