This is more a discussion than a question but if you can provide me some useful informations, i'll be happy to hear from you

I want to display the "classic" content block and another dynamic one with the cgblog entries on my website.
For now i'm using the classic content which is for static text (like any normal page)
Code: Select all
{content}
and another one on the same template...
Code: Select all
{content assign="category" block="blog" label="Blog Category" wysiwyg="false" oneline="true"}
Code: Select all
{CGBlog category=$category}
My goal is to provide the same functionnalities but without typing the exact category name (we have some strange names here that are not very usefull to enter by hand).
I thought about creating a template for each category to display, but this is not really good when updating the base template. Also the categories are subject to change and i don't want to create a new template each time...
I wish to implement a custom dropdown to list the available categories of cgblog.
I think this is a core feature and i need your reflexion about it.
Thank you for your patience reading me.
If you need some more informations, i'll be happy to provide some

Regards,
Vincent