• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

categories in categories with hierarchical structure

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to create category in category.
example;
First category :Software
Second :Collabration tools under the software category--- moderator A
3.category:e-mail under the collabration tolls ---moderator B
4.category:Automation documents under the collabration tools--moderator C
.....etc

is it possible this structrure? How?
can you help ,please?
[originally posted on jforum.net by erdem_ustun]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is not available in the underlying DB structure. I know it was talked about for V3 but not sure if it got rolled in or not.

However, I think some people have "faked this" by using a standardized category naming convention and modifying the main forum listing template to indent categories. E.g., use the names like 1.0.0 Somecat, 1.1.0 Sub, 1, 1.1.1 Sub Sub 1... Then use Freemarker scripts in the template files to parse out the category prefix and use this to create HTML that indents the display accordingly.

This will display a psuedo-hierarchy at the main level. However, managing and displaying sublevels will still be done like individual categories.
[originally posted on jforum.net by monroe]
 
Slime does not pay. Always keep your tiny ad dry.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic