
Frank Perazelli
-
Atividade total16
-
Última atividade
-
Membro desde
-
Seguindo0 usuário
-
Seguido por1 usuário
-
Votos4
-
Assinaturas3
Visão geral da atividade
Atividade mais recente por Frank Perazelli-
Frank Perazelli comentou,
@Gizem Here is the relevant code from my JS that produces what you are looking for: // Limit Article List to display only 3 entriesif (document.location.href.indexOf('section') == -1 ) { var catego...
-
Frank Perazelli comentou,
This code works OK on my HC: // Limit Article List to display only 3 entries if (document.location.href.indexOf('section') == -1 ) { var categories = $('ul.article-list'); for (var j = categories....
-
Frank Perazelli comentou,
@Geoff - I've compared what is working on our site to the code above. The only difference is this: // change the heading title var catHeader = $(categories[j]).parent().find('h3 a'); var catTitle...
-
Frank Perazelli comentou,
@Erik - You can reduce the height of the Section blocks by adjusting the CSS for .section-tree h3 line-height: 60px; This will reduce the amount of scrolling to see all your sections...
-
Frank Perazelli comentou,
No that option does not yet exist. You can only Follow from a Section, each on individually. Sorry...
-
Frank Perazelli comentou,
@Jose - No any user can Follow any or all Sections.
-
Frank Perazelli comentou,
@Jose - Unfortunately the option currently available is to Follow a Section. As the Admin for my Help Center I follow all Sections so that when an author adds an article I get a notification. If yo...
-
Frank Perazelli comentou,
We ask our users to Follow the Section. When we post a new article an email is generated to users Following that Section. If we do a major update, we temporarily remove the article by making it a d...
-
Frank Perazelli comentou,
@Wes - Several months ago we used a modification of your code to display the article count in parens following the Section name. In our code we used a split function which suddenly ceased working o...