Recherches récentes


Pas de recherche récente

vijay's Avatar

vijay

Adhésion le 15 avr. 2021

·

Dernière activité le 27 oct. 2021

Suivis

0

Abonnés

0

Activité totale

7

Votes

0

Abonnement

1

APERÇU DES ACTIVITÉS

Dernière activité effectuée par vijay

vijay a ajouté un commentaire,

Commentaire de la communauté Q&A - Help center and community

Hey Paul , here is the updated code where you only "promoted category name" would be visible. I have used jquery to do so

//remove categories if no promoted articles

$('.section-Promoted').each(function(){
if($(this).find('ul').length)
{
console.log("hello");
}
else
{
$("h3",this).remove();
};
});

 

and here is template

{{#each categories}}

{{#each sections}}



{{#if internal}}



{{/if}}
{{name}}


{{#if articles}}
{{#each articles}}
{{#if promoted }}

{{/if}}

{{/each}}
{{else}}

{{t 'empty'}}

{{/if}}


{{else}}

{{t 'empty'}}

{{/each}}
{{/each}}

 

Afficher le commentaire · Publication le 17 déc. 2015 · vijay

0

Abonnés

0

Votes

0

Commentaire


vijay a ajouté un commentaire,

Commentaire de la communauté Q&A - Help center and community

Ya that seems too close. I will try this by the way I am trying to display "Newest community issues". Do you have any idea  how to do this?

Afficher le commentaire · Publication le 16 déc. 2015 · vijay

0

Abonnés

0

Votes

0

Commentaire


vijay a ajouté un commentaire,

Commentaire de la communauté Q&A - Help center and community

Sure I will.

Afficher le commentaire · Publication le 14 déc. 2015 · vijay

0

Abonnés

0

Votes

0

Commentaire


vijay a ajouté un commentaire,

Commentaire de la communauté Q&A - Help center and community

By the way Thanx for your fast reply..:)

 

Afficher le commentaire · Publication le 14 déc. 2015 · vijay

0

Abonnés

0

Votes

0

Commentaire


vijay a ajouté un commentaire,

Commentaire de la communauté Q&A - Help center and community

Hi Paul , Are you sure ? Because I have to deliver this project to my client and from morning I am stuck into it.

Afficher le commentaire · Publication le 14 déc. 2015 · vijay

0

Abonnés

0

Votes

0

Commentaire


vijay a ajouté un commentaire,

Commentaire de la communauté Q&A - Help center and community

Hey, I  have a question related to this post. I have to display promoted articles which I am able to do from the above code but what I want is,suppose I have 5 categories and I want to display only those category which has promoted articles and category name . How can I do so? 

Afficher le commentaire · Publication le 14 déc. 2015 · vijay

0

Abonnés

0

Votes

0

Commentaire