I need to create one MODULE siteforms-jSeblodCCK for every category page.
eg:
option = com_content & view = category & id = 1
option = com_content & view = category & layout = blog & id = 1)
or even the page of an article.
this is easy
The problem is that this module needs publish automatically the article in the current category page without requiring the person to select the category.
I need this for my site will have thousands of categories and take too long to create a module for each page and would be very bad and the person chooses the category of the current page in a menu with thousands of options...
The way I propose just ONE module solves the problem
I think the field "FREE Code(Php)" can get the catid of the current page and automatically publish the article on this same page, but i don´t work this
someone knows this?