• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Creating categories of categories

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I must modify jForum to separate the different categories in 2 main parts.

Does anyone have any idea or suggestion on how to do this ?

For the moment, i'll just limit the separation in the interface. My problem is on the way to display only the first (or the second) half of the categories.

Thanks
[originally posted on jforum.net by rhum26]
 
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
Currently jForum does not have support for categories of categories (a jForum V3 to do item though). You might be able to "fake it" with some kind of category naming scheme that would allow the the parent category to find it's children. E.g.: Create categories like:

My Category
My Category - Child1
My Category - Child2

and make sure they are grouped together. Then do some template logic to find the top level category and display "psuedo" sub categories under them.
[originally posted on jforum.net by monroe]
 
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
Hi,

I finally add an attribute to categories in database and made some changes in forum_list.htm, in category_form (admin) and some java of course.

thanks .. monroe .. again ;)
[originally posted on jforum.net by rhum26]
 
Opportunity is missed by most people because it is dressed in overalls and looks like work - Edison. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic