Bug? Display categorie and article always in blog style - Joomla! Forum - community, help and support


hello

something not clear me....i set section link in mainmenu , can choose list or in blog style... if choose blog style list of categories contained inside specific section ...well goal...but if click on categories link articles displayed in list style (with number , filtering options) , me display in blog style...

in fact if choose set specific categories link (in blog style) in mainmenu instead section link, articles correctly displayed in blog style...but list of articles present in specific categories...so need set many categories link (blog style) in mainmenu instead set 1 section link...and want avoid this...

what miss ?? why not possible display categories , articles in blog style when set section link ??

any suggestions appreciate...thank

i have found on other forum maybe bug...and seem reported since version 1.5.8 (actually have last 1.5.14)...

in fact wrong here:

components/com_content/views/section/view.html.php, line 102 :

code: select all

$category->link = jroute::_(contenthelperroute::getcategoryroute($category->slug, $category->section).'&layout=default');


must be:

code: select all

$category->link = jroute::_(contenthelperroute::getcategoryroute($category->slug, $category->section));


i have found problem on bugtracker here:

http://joomlacode.org/gf/project/joomla ... m_id=14768

i don't understand why not fixed , argument telling must wait joomla 1.6 hope fix.... if choose display stuff in blog style or list style must respected @ 100% , not in part...

any comment ?





Comments

Popular posts from this blog

CS5 Adobe Media Encoder: Encode failed because the source duration is nil.

cf_sql_integer vs cf_sql_bigint vs cf_sql_int??

localhost/joomla15/administrator doesnt work - Joomla! Forum - community, help and support