I've looked all over to no prevail. I'm trying to remove/hide the count by the letters in glossary, any help would be appreciated.
I've looked all over to no prevail. I'm trying to remove/hide the count by the letters in glossary, any help would be appreciated.
Comments
Comment #1
rickmanelius commentedHey @drupal7400
I'm trying to get clarification here:
- Are you trying to get remove results by the first letter in the title?
- Are you trying to paginate results by letter instead of number?
Any clarification would be appreciated.
Comment #2
dawehnerUpdate status based on rickmanelius question
Comment #3
esmerel commentedComment #4
hgurol commentedI believe he is referring the number of total items by the letter; which looks like this....
A (2) | B (1) | C (3) | D (2) | E (1)
Edit your glossary view. Select the attachment display (Displays --> Attachment).
Under the "Contextual Filters" section you should see an entry as "Content: Title" most likely.
Click on that entry to open an options pop-up page.
On that options page look for the "Display record count with link" option with a check box.
Clear the check box. Apply and save.
Now you should have only the letters, without numbers...
A | B | C | D | E
Comment #5
hgurol commentedHope this helps....