The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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 ? |
|
#2
|
||||
|
||||
|
Template conditionals. Use $foruminfo['forumid'].
|
|
#3
|
|||
|
|||
|
Please describe in detail
|
|
#4
|
||||
|
||||
|
you'll have to wrap your New Article button in the conditional something like this
Code:
<if condition="$forumid == X"> New Article <else> New thread </if> |
|
#5
|
|||
|
|||
|
In which template ?
|
|
#6
|
||||
|
||||
|
look in the forumdisplay template.
|
|
#7
|
|||
|
|||
|
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. |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|