Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#13 2005-11-26 19:17:08

larf
Archived Plugin Author
Registered: 2005-01-31
Posts: 159
Website

Re: Forum plugin

bump

Offline

#14 2006-02-27 23:17:34

Luxebot
Member
From: Los Angeles
Registered: 2006-02-18
Posts: 25

Re: Forum plugin

Is this working? I’d love to install this on my site!

Offline

#15 2006-02-27 23:28:29

skoggy
Member
From: Westcoast of Sweden
Registered: 2005-03-27
Posts: 209
Website

Re: Forum plugin

Add my name to those who like to give it a try :)

Offline

#16 2006-03-01 22:54:28

David Elias
Member
From: Portugal - Pigeon City
Registered: 2004-04-14
Posts: 10
Website

Re: Forum plugin

Hi there, sorry for the late response, i’ve been very busy.

About the plugin, it works fine, but it needs some work for the ease of installation and speed optimisation ( the file is 25kb size ).

Some caveats are that the plugin assume that the actions are txp categories, and the links are harcoded in the code to match /forum_section/category_name/topic_id/.
And the forms topic-delete and post-delete are also hardcoded in the code.

I’m going to give you an example page, the forms and off course the plugin itself.

In a new page you put this:

<pre><code>
&lt;txp:forum post_reply_append=“true”&gt; &lt;txp:forum_form name=“category_list” form=“forum-categories”/&gt; &lt;txp:forum_form name=“topic_list” form=“forum-topics”/&gt; &lt;txp:forum_form name=“topic_view” form=“forum-topic”/&gt; &lt;txp:forum_form name=“topic_add” form=“forum-topic-add”/&gt; &lt;txp:forum_form name=“topic_edit” form=“forum-topic-edit”/&gt; &lt;txp:forum_form name=“post_add” form=“forum-post-add”/&gt; &lt;txp:forum_form name=“post_edit” form=“forum-post-edit”/&gt;
&lt;/txp:forum&gt;
</code></pre>

The forms and the plugin can be downloaded here
Try it at your own risk, don’t install it on a production site.

I’m giving this for who want’s to make a decent plugin, with or without my help :)

P.S. to set your category/actions names you must edit this function
<pre><code>function ForumActions()
{ return array( ‘categorias’ => ‘ForumListCategories’, ‘topicos’ => ‘ForumListAllTopics’, ‘os-seus-topicos’ => ‘ForumListYourTopics’, ‘save’ => ‘ForumSave’, ‘eliminar’ => ‘ForumDelete’, ‘moderar’ => ‘ForumModerate’);
}</code></pre>

Last edited by David Elias (2006-03-01 23:04:58)

Offline

#17 2006-03-01 23:01:53

Vitor M. Costa
Member
From: Portugal - Vila Real
Registered: 2006-01-22
Posts: 14
Website

Re: Forum plugin

Great stuff, David

A propósito onde fica a Pigeon City? :)

Offline

#18 2006-03-01 23:04:32

David Elias
Member
From: Portugal - Pigeon City
Registered: 2004-04-14
Posts: 10
Website

Re: Forum plugin

> Vitor M. Costa wrote:

> Great stuff, David

> A propósito onde fica a Pigeon City? :)

Pombal :)

Last edited by David Elias (2006-03-01 23:05:09)

Offline

#19 2006-03-07 09:34:27

Pat64
Plugin Author
From: France
Registered: 2005-12-12
Posts: 1,643
GitHub Twitter

Re: Forum plugin

Whoo it’s seems very interesting!
Just one (stupid) question : how do you install your files on TXP? I’ve any idea to do that.
Thanks for your answer.


Patrick.

Github | CodePen | Codier | Simplr theme | Wait Me: a maintenance theme | [\a mi.ni.ma]: a “Low Tech” simple Blog theme.

Offline

#20 2006-03-07 10:54:03

steventer
Member
Registered: 2004-12-03
Posts: 56

Re: Forum plugin

What happened to this plugin? :)

I love Vanilla, and would like to use it…

Offline

#21 2006-03-09 02:58:25

David Elias
Member
From: Portugal - Pigeon City
Registered: 2004-04-14
Posts: 10
Website

Re: Forum plugin

sorry i’m very busy to finish this right away… 1 unfinished site and 4 sites coming

i’ll try finish the plugin in my spare time…

stay tuned for the updates :)

Offline

#22 2006-03-09 07:05:10

steventer
Member
Registered: 2004-12-03
Posts: 56

Re: Forum plugin

Cool!
Thanks very much for the response, David.

Offline

Board footer

Powered by FluxBB