Posting template

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
Locked
Trevix
Registered User
Posts: 1
Joined: Sat Nov 14, 2009 10:09 pm

Re: Posting template

Post by Trevix »

The changes in adm/style/acp_forums.html do not appear in ACP Forums page! I changed for test the width of forum description textarea and nothing happened. What I doing wrong? :?:
wired076
Registered User
Posts: 1441
Joined: Mon May 21, 2007 10:19 am

Re: Posting template

Post by wired076 »

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
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.

Also...
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.
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.

THe first request I would like to see though.
wolfman24
Registered User
Posts: 387
Joined: Tue Mar 07, 2006 12:07 pm

Re: Posting template

Post by wolfman24 »

Did you have a look at the Post models Mod? Seems to be what you are after.
wired076
Registered User
Posts: 1441
Joined: Mon May 21, 2007 10:19 am

Re: Posting template

Post by wired076 »

wolfman24 wrote:Did you have a look at the Post models Mod? Seems to be what you are after.
I will have a look thanks for your suggestion!
Richazey
Registered User
Posts: 823
Joined: Mon Oct 27, 2008 9:03 pm

Re: Posting template

Post by Richazey »

eviL<3 wrote:

Code: Select all

if (!empty($post_data['forum_post_tpl']))
Would have to be:

Code: Select all

if (!$submit && !$preview && !empty($post_data['forum_post_tpl']))
That will fix the replying problem.

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.
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?
User avatar
joept
Registered User
Posts: 18
Joined: Wed Feb 25, 2009 6:39 pm
Location: The Netherlands, Zuid-Holland
Contact:

Re: Posting template

Post by joept »

Hello,

Is this MOD supported for phpBB 3.0.6?
Thanks.

Joep
User avatar
igorw
Former Team Member
Posts: 8024
Joined: Fri Dec 16, 2005 12:23 pm
Location: {postrow.POSTER_FROM}
Name: Igor Wiedler

Re: Posting template

Post by igorw »

There are no reported incompatibilities with 3.0.6 yet. I would assume it works.
Igor Wiedler | area51 | GitHub | trashbin | Formerly known as evil less than three
wired076
Registered User
Posts: 1441
Joined: Mon May 21, 2007 10:19 am

Re: Posting template

Post by wired076 »

eviL<3 wrote:There are no reported incompatibilities with 3.0.6 yet. I would assume it works.
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.

If you have any issues when installing on 3.0.6 post back here and we can help you to fix the issue.
panhead
Registered User
Posts: 950
Joined: Sat Dec 20, 2003 8:17 pm

Re: Posting template

Post by panhead »

I nstalled this mod (edited files & database update), but I cannot see how to get this working. Where are the settings??
User avatar
igorw
Former Team Member
Posts: 8024
Joined: Fri Dec 16, 2005 12:23 pm
Location: {postrow.POSTER_FROM}
Name: Igor Wiedler

Re: Posting template

Post by igorw »

It appears when editing or creating a forum in the ACP.
Igor Wiedler | area51 | GitHub | trashbin | Formerly known as evil less than three
panhead
Registered User
Posts: 950
Joined: Sat Dec 20, 2003 8:17 pm

Re: Posting template

Post by panhead »

:oops:
Thank you...
panhead
Registered User
Posts: 950
Joined: Sat Dec 20, 2003 8:17 pm

Re: Posting template

Post by panhead »

Will this also work with the forums in the Gallery mod?
User avatar
PoPoutdoor
Registered User
Posts: 217
Joined: Fri Oct 31, 2008 2:58 pm
Contact:

Re: Posting template

Post by PoPoutdoor »

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).
Sergey
Registered User
Posts: 11
Joined: Tue Nov 13, 2007 9:28 am

Re: Posting template

Post by Sergey »

Have tried dis one out, but it´s not working for me!
Installed it on a clean new forum for testing it out, followed the instructions to the end...
Empty the forum cache, find it under the ACP but with { bla bla bla } and not a proper topic =/

Write in some stuff that Should appear on a new topic in the forum, press SEND, went back to my forum
Create a new topic, and nope... None of it appears like it should!

The version of the forum is 3.0.6...

What is wrong?
BikerForLife
Registered User
Posts: 21
Joined: Sun Aug 30, 2009 12:24 am

Re: Posting template

Post by BikerForLife »

Will this work with phpbb 3.0.6?
Thanks!

Regards,
-BikerForLife
Locked

Return to “[3.0.x] MOD Database Releases”