1

What are the steps to install askbot-categorizetags?
 

It would be great if we could have a category tree in which, at every node, we can associate a collection of tags. With this system we could introduce a sidebar with the voices of the tree of categories that allows a more focused and easier navigation through contents.

It seems that askbot-categorizetags is the goal of what i say first. Unfortunately this package don't have a documentation. What are the step of the installation?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Katy23's avatar
53
Katy23
asked 13 years ago

Comments

see more comments

2 Answers

1

Regarding the categorize-tags application: we have replaced it with a simpler built-in tag/category tree support (Fernando must have been referring to that feature).

In categorize-tags the categories are stored in a tree structure represented by the rows in the database - this turned out to be unnecessarily complicated. In the current approach the category tree is stored as a JSON structure in a plain text field within the live-settings. The categories are essentially references to tags and the entire tree relationship is stored in the JSON outside the tags table.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 11 years ago
link

Comments

see more comments
0

Now it's working perfectly!

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Fernando Paiva's avatar
1
Fernando Paiva
answered 11 years ago
link

Comments

Are u able to implement subcategories

Ajay's avatar Ajay (5 years ago)
see more comments