?
Referenced as Pull Request for: # 7256
avatar Nzara
Nzara
13 Jun 2015

Steps to reproduce the issue

  • create some categories, let say cat_a, cat_b
  • create some articles in these categories, let's say: A, B, C
  • create a module of type Articles - Category
    • choose option Filtering Options:Category: all_categories
    • choose option Grouping Options:Article Grouping: Category
    • choose an appropriate position to make it visible in your template
  • view output of module on front end

Expected result

Name of Module

  • Cat_a
    • A
    • B
  • Cat_b
    • C

Actual result

Name of Module

    • A
    • B
    • C

Additional comments

After learning php i could work around by creating an overwrite of htm/mod_arcticles_category/default.php. Just insert after line 16:

<div class="mod-articles-category-group"><?php echo $group_name;?></div>

I feel, this should be part of the core release.

Votes

# of Users Experiencing Issue
1/1
Average Importance Score
3.00

avatar joomla-cms-bot joomla-cms-bot - change - 13 Jun 2015
Labels Added: ?
avatar Nzara Nzara - open - 13 Jun 2015
avatar Nzara Nzara - change - 13 Jun 2015
Build 3.4.1 staging
avatar joomla-cms-bot joomla-cms-bot - change - 13 Jun 2015
Build 3.4.1 staging
avatar benyaminl
benyaminl - comment - 14 Jun 2015

Actually what Joomla version? On 3.4.1 I got no problem with it.

avatar wojsmol
wojsmol - comment - 14 Jun 2015

I tested it on Joomla 3.4.1 and 3.4.2 dev from 13.06.2015 with protostar template, issue confirmed.

avatar benyaminl
benyaminl - comment - 14 Jun 2015

Nah maybe the template is the problem. I make my own template no problem. Maybe just attach the capture will help allot.
Benyamin Limanto

Sent from BlackBerry®

-----Original Message-----
From: wojsmol notifications@github.com
Date: Sun, 14 Jun 2015 05:11:55
To: joomla/joomla-cmsjoomla-cms@noreply.github.com
Reply-To: joomla/joomla-cms reply@reply.github.com
Cc: Benyamin LimantoBLBENYAMIN9@GMAIL.COM
Subject: Re: [joomla-cms] Missing grouping label on mod_articles_category
(#7169)

I tested it on Joomla 3.4.1 and 3.4.2 dev from 13.06.2015 with protostar template, issue confirmed.


Reply to this email directly or view it on GitHub:
#7169 (comment)

avatar wojsmol
wojsmol - comment - 14 Jun 2015

screenshot below (befor @Nzara chenge)
joomla-cms-7169

avatar wojsmol
wojsmol - comment - 14 Jun 2015

after @Nzara chenge
joomla-cms-7169-after

avatar zero-24
zero-24 - comment - 14 Jun 2015

@Nzara as you have code can you send your changes as Pull request against staging?

A step by step tutorial can be found here: https://docs.joomla.org/Using_the_Github_UI_to_Make_Pull_Requests

Thanks :smile:

If you have the pull request ready please add the link to the pull here and close this issue :smile: Thanks. Let me know if you have other questions regarding this. Thanks!

avatar brianteeman
brianteeman - comment - 19 Jun 2015

Pretty sure that this problem was caused by this bad PR that was committed some time ago 6386438


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7169.

avatar Nzara
Nzara - comment - 23 Jun 2015

@zero-24 currently I have neither established a development environment nor do i have experience with the joomla coding standards or with GIT. So it may take some time acquire these. If someone could insert the single line of code given already, apply coding standards and manage all the git stuff, this would greatly speed up fixing the problem a lot.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7169.

avatar wojsmol
wojsmol - comment - 23 Jun 2015

@Nzara if @zero-24 will not have anything against it I can prepare the PR today.

avatar wojsmol
wojsmol - comment - 23 Jun 2015

@Nzara please test #7256

avatar Bakual
Bakual - comment - 24 Jun 2015

Closed since we have a PR #7256

avatar Bakual Bakual - change - 24 Jun 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-06-24 16:59:09
Closed_By Bakual
Build master staging
avatar Bakual Bakual - close - 24 Jun 2015

Add a Comment

Login with GitHub to post a comment