
Frank Perazelli
-
Total activity16
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes4
-
Subscriptions3
Activity overview
Latest activity by Frank Perazelli-
Frank Perazelli commented,
@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 commented,
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 commented,
@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 commented,
@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 commented,
No that option does not yet exist. You can only Follow from a Section, each on individually. Sorry...
-
Frank Perazelli commented,
@Jose - No any user can Follow any or all Sections.
-
Frank Perazelli commented,
@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 commented,
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 commented,
@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...