This thread refer to this one :
http://forums.osclass.org/index.php/topic,2157.0.htmlIdea: let user select the category in a full page before they got access to the form post. (same for region)
Juan and _conejo i would like to know if you think that is more easy to make that in a pluggin or by changing core ?
My idea for a pluggin version was :
change in all theme the link for adding a item from /index.php?page=item&action=item_add to /index.php?page=custom&action=select_category (i know thus function is only in osclass v2.2)
Then we can to the same thing for region
and then we past all information to the original item page with this link /index.php?page=item&action=item_add_post&catId=12®ionId=737520&cityId=31856
Problem is that got a error message telling me that region is not selected if i can bypass thi message then i beleive that i can make a pluggin.
Is it the right way to make that ?
I have no problem coding pluggin as long as i know how to make them.