
Richard Barrett
-
Total activity18
-
Last activity
-
Member since
-
Following0 users
-
Followed by1 user
-
Votes0
-
Subscriptions6
Activity overview
Latest activity by Richard Barrett-
Richard Barrett created a post,
Set a default for the topic posts page 'sort by' menu
I would like to set the sort by menu in the Community topic page template to default to the Votes menu item. Obviously, I would like the topic list to be sorted this way too. what do I need to do i...
-
Richard Barrett commented,
I'd like to know how to change the vote up tooltip from 'Yes' to something else like 'Upvote'. Any ideas how I can do this?
-
Richard Barrett commented,
After returning to the original issue of this post, the answer is surprisingly simple.... wrap a <span> tag around the select tag and hide it using CSS styling. The {{select 'topic'}} code has to b...
-
Richard Barrett commented,
That's great. Thanks for finding that for me, Abdul.
-
Richard Barrett commented,
Hi Abdul. Downloading the icon font won't tell me the unicode. From what I can tell, Zendesk are using a variant of Entypo.
-
Richard Barrett created a post,
copenhagen-icons unicode list
I'd like to change a post's vote icon to a triangle. This should be as simple as changing the content Unicode value in the style sheet so long as one has access to a page of copenhagen's icons with...
-
Richard Barrett commented,
Kasper Sørensen I'm comfortable editing the theme's code in Guide admin and thank you very much for your help. you saved me a lot of time.
-
Richard Barrett commented,
Nicole S. I've managed to figure out how to do it based on page ID. I'm doing it because I'm creating a read-only topic that lists content tagged by a manager account. It's an unusual use-case, I ...
-
Richard Barrett commented,
I figured it out so maybe this can help someone else. Here's how I did it. Obviously, replace XX...XX with your own page ID values (hint: it's in the URL) and add your own assets via the sidebar (t...
-
Richard Barrett created a post,
Use curleybars to insert an image into each topic list item
AnsweredI want to insert an image asset into each community topic list item conditionally in the community_topic_list_page.hbs. The syntax that I think I need to use is: {{#if <topic id or name or ??>}} <i...