Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: TXP Forum? -- Small plugin w/ possible solution [needs work]
Wolfman,
That sounds right — you’d set up a different section for each sub-forum, but you’d have to adjust the code a bit so that new topics would get assigned the correct section — in the future this could all be built into a tab in the admin.
– BenOffline
#14 2006-11-19 21:57:41
- mattgilbert
- Member
- Registered: 2006-03-23
- Posts: 70
Re: TXP Forum? -- Small plugin w/ possible solution [needs work]
any developments on the subforum issue? or has a different approach altogether gained momentum that i didn’t know about?
also, i’m getting this error:
tag_error <txp:article_custom category=“forum” form=“forum_form_2” /> -> Textpattern Notice: Form not found: “forum_form_2” on line 1332
even though i have the “forum_form_2” form set up.
here’s the code that’s in the form:
<table style=“border:groove;border-width:thin;” >
<tr>
<td width=“200”>
<span class=“small_font”>
<P><txp:permlink><txp:title />
</txp:permlink></p>
</span>
</td>
<td width=“80”>
<p><span class=“small_font”><center>
<txp:comments_count />
</center></span></p>
</td>
<td width=“255”>
<P><span class=“small_font”>
<b><txp:author /></b> · <txp:posted />
</span></p>
</td>
</tr>
</table>
thanks,
matt
Last edited by mattgilbert (2006-11-19 22:19:46)
Offline
Re: TXP Forum? -- Small plugin w/ possible solution [needs work]
Offline