PDA

View Full Version : [solved] Is there a Threadbit article view mod for 3.5.4?


Marris
04-21-2006, 02:01 PM
I want to achive something like this (http://www.silkyvenom.com/forums/showthread.php?t=3410), where the thread display is more like an article on other CMS or blog software, with comments below.

I found this vBulletin as CMS (http://www.theadminzone.com/forums/showthread.php?t=6790) on the adminzone, but it seems to be outdated.

Does anyone know of an existing hack or tutorial that will give a similar threadbit layout on 3.5.4?

(Btw, I'm not looking for a true article system like GARS. I'm just looking for an alternate thread view.)

TIA

Marris
04-23-2006, 09:07 AM
Well, I basically got what I wanted with a simple conditional in the posbit_legacy template:

<if condition="($post['postid'] == $thread['firstpostid'])">

Then put in my modified, stripped down, article style template followed by an <else /> and then the standard postbit_legacy. So it works like the Vbulletin and CMS article above without any code modications. The only drawback is that the postbit_legacy template for the article forum is twice as long.