MLF Non-threaded (General)

by Testing, Wednesday, July 27, 2011, 16:56 (4676 days ago)

Is there any way to have a non-threaded mode? I mean, like most of BBS, main forum listing subforums, subforums listing threads and threads on a linear mode, not based on answer to X person, a discuss over the main thread.

Any help would be appreciated :)

Avatar

MLF Non-threaded

by Auge ⌂, Wednesday, July 27, 2011, 17:22 (4676 days ago) @ Testing

Hello

Is there any way to have a non-threaded mode? I mean, like most of BBS, main forum listing subforums ...

No, but there are categories and a category filter.

... , subforums listing threads ...

No, but there are categories and a category filter.

... and threads on a linear mode ...

That was possible but it is years ago. You can rewrite the table view of all threads. The disadvantage is that you have to control your rewrites in case of an update to a newer software version.

Any help would be appreciated :)

use one of the "most of BBS"

Tschö, Auge

--
Trenne niemals Müll, denn er hat nur eine Silbe!

MLF Non-threaded

by Testing, Wednesday, July 27, 2011, 18:11 (4676 days ago) @ Auge

I like this forum, it's so simple and customizable (i've already did my template), plus smarty, but the php code it's a bit messy for me, so any help to edit it would be really appreciated.

I just need that, change the index to show a list of forums and inside a list of threads of that category.

MLF Non-threaded

by arye2, Friday, August 05, 2011, 07:26 (4667 days ago) @ Testing

to change the index to show a list of the forums

Try this code in index.inc.tpl file:

 
{foreach key=key item=val from=$categories}
 <a href="index.php?mode=index&amp;category={$key}">
{$val}
</a>
<br />
{/foreach}

RSS Feed of thread