kolers Posted December 6, 2012 Share Posted December 6, 2012 Ahoj, stáhl jsem si modul kategorie první úrovně na verzi 1.5 zde: http://www.broucek-a...ategories15.zip, avšak řazení kategorií probíha dle abecedy, nikoli dle pozice v administraci. Po změně řádku ORDER BY `level_depth` ASC, cl.`name` ASC')) na ORDER BY `level_depth` ASC, c.`position` ASC')) jsem docílil řazení dle id, děkuji za jakoukoli radu. Link to comment Share on other sites More sharing options...
kolers Posted December 9, 2012 Author Share Posted December 9, 2012 nikdo nic? Link to comment Share on other sites More sharing options...
subpage Posted April 22, 2013 Share Posted April 22, 2013 zdravim, přepsal sem to na ORDER BY `level_depth` ASC, c.`id_category` ASC')) A funguje to dobře :-D Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now