Log in

View Full Version : Article System


anantthakor
05-27-2008, 09:44 AM
I want one category only for articles.

I want to show there "New Article" instead of new thread in above category's forums.

I do not want this in other categories of my site.

How can i do this ?

Dismounted
05-27-2008, 10:24 AM
Template conditionals. Use $foruminfo['forumid'].

anantthakor
05-27-2008, 10:31 AM
Please describe in detail :(

veenuisthebest
05-27-2008, 12:29 PM
you'll have to wrap your New Article button in the conditional something like this

<if condition="$forumid == X">
New Article
<else>
New thread
</if>

anantthakor
05-28-2008, 08:03 AM
In which template ?

veenuisthebest
05-28-2008, 10:21 AM
look in the forumdisplay template.

rockinaway
05-28-2008, 10:24 AM
This is really easy, I did this on my own forum (http://www.adminfuel.com/forum/ )

A new button, and a few template edit as well as the Chief First Post modification does the trick.