Loading...
 
Features / Usability

Features / Usability


Question about amount of TikiWiki 1.7.5 forum section levels

posts: 8

Let's start from a story:

I have to make forum named "What university to join?".

It should have 3 level of sections:

1.Main section(What university to join?))

2.Second section(Type of study e.g.:Computer Science)
^
3.Third section (Exact Speciality e.g: Software engineering)

So the question now is:

Is it posible to create 3 level of sections forum in Tikiwiki 1.7.5 ?
If yes, then how ?

Thank's for help smilewink


posts: 2881 United Kingdom

Well actually you could trick tiki into having levels

Name them like this

1 Main Section number one
1.1 Computer Science
1.1.1 Software Engineering
1.1.2 Something Else
1.2 Mouse Click Science
2
3
etc

It would sort them and at the same time look sectioned. You can also take this format further and display as nested sections via the TPL file with a little Smarty magic.

Damian