Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
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
Re: Forum plugin
Add my name to those who like to give it a try :)
Offline
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>
<txp:forum post_reply_append=“true”>
<txp:forum_form name=“category_list” form=“forum-categories”/>
<txp:forum_form name=“topic_list” form=“forum-topics”/>
<txp:forum_form name=“topic_view” form=“forum-topic”/>
<txp:forum_form name=“topic_add” form=“forum-topic-add”/>
<txp:forum_form name=“topic_edit” form=“forum-topic-edit”/>
<txp:forum_form name=“post_add” form=“forum-post-add”/>
<txp:forum_form name=“post_edit” form=“forum-post-edit”/>
</txp:forum>
</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
Re: Forum plugin
Great stuff, David
A propósito onde fica a Pigeon City? :)
Offline
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
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
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