ContributionsMost RecentMost LikesSolutionsRe: Display images in labelsHi Thanks for the responses. I'll probably go with the CSS solution as we need it also in the post creation page where the user will have to select himself the label Using an endpoint / macro seems tricky since it will be difficult to set a label on a thread not created yet. EricDisplay images in labels Hi, We'd like to use labels on forum discussion on a particular board where several version of the product are used and people are familiar with how it looks but not familiar with the names. So to help them, we'd like propose a filter on the images of the products when creating or searching a subject. Labels seems like the solution but would be way more efficient with the images of the products than with the names. Has anyone tried something like that? How could it be done? Thanks Eric SolvedRe: Using APIs to moderrate avatarHi PerBonomi, Yes this one. EricUsing APIs to moderrate avatar Hi, Does anyone knows how to moderate avatar uploaded from the outside? I know there is an admin interface for that. But is there also some APIs for that ? Thanks Eric Re: Using search api on several blogs Hi, It's working, thanks. Eric Using search api on several blogs Hi, I'd like to search the last blog article with a certain tag that could come from 2 differents Blogs. The following call to the API is working exactly as I want using a browser http://mycommunity/restapi/vc/search/messages?q=tags:TAG&location=blog-board:BLOG1%OR%BLOG2&sort_by=-topicPostDate&restapi.response_style=view When I use this call in a endpoint I have an error 500. If I replace %OR% by %20OR%20 I have an error 100 Do you know what operator I should use or how to call the API for this? Thanks Eric Solved