I've created a content page using flexinode, however, I want to permit users who create a flexinode to assign it either to an existing category or to a new "leaf" category. Basically like free tagging...

For example, let's say I have an item node which by default is under the category "News". If User 1 adds a sports story then I would like the user to see a picklist with the following options

Pick Category::
News
- Add Category

Any ideas on how this can be implemented? Also, could this be extended to multiple "levels", for example, News -> Europe -> Sports -> Soccer

Thanks

Sameer

Comments

Mr Maggoo’s picture

This could possibly be done. Im not entirely sure how.

You would need to create a module that is similar to the 'naigation settings' that is now part of the 4.7beta.

By modifiying that a little so that it used parts of the 'taxonomy on the fly' module, it would be possible to create a system to do what you want to do.

You would have to be careful what you allowed the module to modify, as you dont want people to add categories to the image or forum system.

I think it is possible, but it will take a bit of work to figure it out.

M