Post models

Post your MODs, receive and provide feedback!
Topics in this forum are not for MOD support, they are for giving the author feedback.
Forum rules
The topics in this forum are not for general MOD support, they are for giving the MOD author some feedback, ideas and bug reports.
Elglobo
Past Contributor
Past Contributor
Posts: 120
Joined: 15 Jul 2008, 19:42
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Post models

Postby Elglobo » 10 Aug 2008, 17:03

MOD title: Post models
MOD description: This MOD allows to create post models, usable in post or private message. In ACP, a module is added to create, edit or delete your post models.
This MOD add 3 new permissions:
The first to use the post models in a specific forum; the second to use the post models in private messaging; and the third to manage the post models in ACP.
You can create for each language installed a different model. An authorized user will have the choice in his post/PM to display the models of each language.

MOD version: 1.0.1
phpBB version: 3.0.2

Development stage: Stable - under validation on phpBB.com

MOD Format: MODx

MOD download: no available until the validation is finished.

Demo:
[url=http://img150.imageshack.us/my.php?image=postmodels01cb8.gif][img]http://img150.imageshack.us/img150/9614/postmodels01cb8.th.gif[/img][/url]

[url=http://img151.imageshack.us/my.php?image=postmodels02qf5.gif][img]http://img151.imageshack.us/img151/8413/postmodels02qf5.th.gif[/img][/url]

[url=http://img170.imageshack.us/my.php?image=postmodels03rs8.gif][img]http://img170.imageshack.us/img170/1421/postmodels03rs8.th.gif[/img][/url]

[url=http://img297.imageshack.us/my.php?image=postmodels04hj9.gif][img]http://img297.imageshack.us/img297/6651/postmodels04hj9.th.gif[/img][/url]

[url=http://img300.imageshack.us/my.php?image=postmodels05sl1.gif][img]http://img300.imageshack.us/img300/5568/postmodels05sl1.th.gif[/img][/url]

[url=http://img297.imageshack.us/my.php?image=postmodels06du9.gif][img]http://img297.imageshack.us/img297/1032/postmodels06du9.th.gif[/img][/url]

[url=http://img300.imageshack.us/my.php?image=postmodels07dj1.gif][img]http://img300.imageshack.us/img300/7986/postmodels07dj1.th.gif[/img][/url]

[url=http://img300.imageshack.us/my.php?image=postmodels08el5.gif][img]http://img300.imageshack.us/img300/8120/postmodels08el5.th.gif[/img][/url]

[url=http://img297.imageshack.us/my.php?image=postmodels09ev7.gif][img]http://img297.imageshack.us/img297/7766/postmodels09ev7.th.gif[/img][/url]
Last edited by Elglobo on 12 Jan 2015, 23:59, edited 5 times in total.
Reason: Locked by staff. If MOD author would like the topic unlocked, please PM Obsidian.
: L'hébergement et l'assistance de votre forum phpBB en toute tranquillité.

- My First forum, créer votre forum phpBB3 facilement !

User avatar
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Post models

Postby igorw » 10 Aug 2008, 18:55

Is this like a "canned reply" (pre-defined post content) that gets inserted into the textarea with javascript?

- we're poor!

Elglobo
Past Contributor
Past Contributor
Posts: 120
Joined: 15 Jul 2008, 19:42
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Post models

Postby Elglobo » 11 Aug 2008, 09:52

Yes Igor, I use the insert_text function of phpBB3. This MOD allows admin to create for example moderation posts, that a user authorized, in my example a moderator, will be abble to use in his post.

By default, the user will have a dropdown list of all models which he will be abble to use in his default language.
To change the language, I use Ajax techonology in order not to reload completely the page ;)
: L'hébergement et l'assistance de votre forum phpBB en toute tranquillité.

- My First forum, créer votre forum phpBB3 facilement !

User avatar
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Post models

Postby igorw » 11 Aug 2008, 13:00

Okay, that's cool! I planned on creating something this myself once. In fact my mind was changed by John Hjorth. I was talking to him about canned messages, and he said he didn't like them, because they make moderation less personal. And i have to agree. But that's a personal opinion and in some cases canned messages can definately make sense. :)

Ooh, ajax. I would however suggest you preload the data and use javascript only. I'd only use ajax if it's too expensive to preload it, which is not really the case here. The thing is that using ajax is quite complex, so it should be avoided. Mind you, i havn't seen the code yet, this is just a general thought of mine.

- we're poor!

Elglobo
Past Contributor
Past Contributor
Posts: 120
Joined: 15 Jul 2008, 19:42
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Post models

Postby Elglobo » 11 Aug 2008, 16:45

: L'hébergement et l'assistance de votre forum phpBB en toute tranquillité.

- My First forum, créer votre forum phpBB3 facilement !

Elglobo
Past Contributor
Past Contributor
Posts: 120
Joined: 15 Jul 2008, 19:42
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Post models

Postby Elglobo » 22 Aug 2008, 12:39

Hi all,

Following the first validation on phpBB.com, this MOD proceed to v1.0.1.

Some corrections was done and I improved the adding/editing form in ACP:
[url=http://img151.imageshack.us/my.php?image=postmodels02qf5.gif][img]http://img151.imageshack.us/img151/8413/postmodels02qf5.th.gif[/img][/url]

[url=http://img170.imageshack.us/my.php?image=postmodels03rs8.gif][img]http://img170.imageshack.us/img170/1421/postmodels03rs8.th.gif[/img][/url]

Have a good day ;)
: L'hébergement et l'assistance de votre forum phpBB en toute tranquillité.

- My First forum, créer votre forum phpBB3 facilement !

anne
New member
New member
Posts: 7
Joined: 08 Feb 2008, 20:08
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Post models

Postby anne » 08 Sep 2008, 21:35

Hello, I keep on waiting for this mod to appear on the Released Mods forum on phpbb.com. Since... xx weeks ago. How is the validation going?

I can't wait to have your mod installed. Thank you.

Elglobo
Past Contributor
Past Contributor
Posts: 120
Joined: 15 Jul 2008, 19:42
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Post models

Postby Elglobo » 08 Sep 2008, 21:54

Hi Anne,

I am sorry but it's a bit long at phpBB.com for validation. Surely, others priorities for the MOD team.
Since 3 weeks, several of my MODs are in hold.

I keep you informed in this topic when the MOD will be approve ;)
: L'hébergement et l'assistance de votre forum phpBB en toute tranquillité.

- My First forum, créer votre forum phpBB3 facilement !

anne
New member
New member
Posts: 7
Joined: 08 Feb 2008, 20:08
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Post models

Postby anne » 09 Sep 2008, 22:42

Thank you very much. I'll keep checking the Released Mods on phpbb.com and hope one of these days Post models will be one of them.

:oops:

User avatar
abpphpbb3
New member
New member
Posts: 9
Joined: 30 Jun 2007, 10:11
Location: france
Contact:

Re: Post models

Postby abpphpbb3 » 14 Dec 2008, 16:38

hello,

any news ?.........validated ?

good week-end
bernard

Eelke
New member
New member
Posts: 1
Joined: 07 Jan 2009, 08:38
Real name: Eelke Blok
Location: Bussum, NL
Contact:

Re: Post models

Postby Eelke » 07 Jan 2009, 08:58


User avatar
abpphpbb3
New member
New member
Posts: 9
Joined: 30 Jun 2007, 10:11
Location: france
Contact:

Re: Post models

Postby abpphpbb3 » 15 Feb 2009, 10:56

hello,

have a nice end of week-end

what about the validation of the mod? I'm really interested with this mods which sounds really great

please give me ( and us) some news

best regards
bernard

Bruno36
New member
New member
Posts: 2
Joined: 30 Jan 2008, 15:04
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Post models

Postby Bruno36 » 22 Feb 2009, 08:09

Le mod avance ????? :beer:

Dakin Quelia
New member
New member
Posts: 49
Joined: 12 Nov 2008, 01:26
Real name: Daniel
Location: Belgique
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Post models

Postby Dakin Quelia » 06 Mar 2009, 08:40

Hello,

The mod's author is waiting the validation from phpBB.com. ;)

See you soon,

User avatar
abpphpbb3
New member
New member
Posts: 9
Joined: 30 Jun 2007, 10:11
Location: france
Contact:

Re: Post models

Postby abpphpbb3 » 06 Mar 2009, 19:44

hello,

good evenning

could it be possible to test-it, while it is under validation ?

friendly
bernard


[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Return to “MOD Feedback”

Who is online

Users browsing this forum: No registered users and 9 guests