Ask Your Question
1

What are the steps to install askbot-categorizetags?

asked 2011-12-25 15:18:29 -0500

Katy23's avatar

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?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2013-05-15 16:45:42 -0500

Evgeny's avatar

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.

edit flag offensive delete link more
0

answered 2013-05-15 15:57:25 -0500

Fernando Paiva's avatar

Now it's working perfectly!

edit flag offensive delete link more

Comments

Are u able to implement subcategories

Ajay's avatar Ajay  ( 2020-04-18 07:11:17 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2011-12-25 15:18:29 -0500

Seen: 1,913 times

Last updated: May 15 '13