hello,

I have a lot of categories and would like to dinamically postion them, based on referer. let say I have

- Main cat
- cat 1
- cat 2
- cat 3
- and so on...

My goal is to place certain category to 2nd position, right after main category.

Optimal solution would be, to arrange categories in php code (through extension if possible, not mods). ID for 2nd categorry could be in cookie.

another solution will be to rearrange categories after they are printed, using jquery.

any ideas an comments are welcome

thanks in advance.

wow, that was fast.  I'll check in, sure.

Maybe we should suggest to dev team to add id attributes in code where they can, categories, forums, posts, etc. in way, you did it in modified code. think that that will help a lot, probably for other uses to, not just collapsable categories.

best regards

is there a way to implement collapsable categories without index.php code modification?

I would like to implement collapsable categories, but don't want to fix index.php after every upgrade.

thanks