How can I turn on voting counter

Avatar
  • updated
  • Answered

How to turn this voting counter ?

Pinned replies
Avatar
Sergey Stukov co-founder
  • Answer
  • Answered

This is old one, but you can completely customize vote block view.


Please check this links of customer communities based on UserEcho platform, they used Custom CSS/JS feature to customise voting block.

http://feedback.spiir.dk/

http://homenewtab.userecho.com/


You can do the same of completely own design.


Link for the Custom CSS/JS settings


https://kanbo.userecho.com/settings/project/customcss/


We can add example to your account, for example to display bigger voter block and then you can customise it

Avatar
laboxideale
Quote from laboxideale

Perfect! Thanks a lot :-)

By the way, is there any way to insert this big counter and to keep the text starting from the left side? (That is to say from under the user icon).

Compare the layouts of the first posts of:

- the discussion here on https://feedback.userecho.com

- this discussion (on https://kanbo.userecho.com)

Regards.

Avatar
Vladimir Mullagaliyev co-founder
Quote from laboxideale

By the way, is there any way to insert this big counter and to keep the text starting from the left side? (That is to say from under the user icon).

Compare the layouts of the first posts of:

- the discussion here on https://feedback.userecho.com

- this discussion (on https://kanbo.userecho.com)

Regards.

Add the style


.module-topic .topic-details{
    min-height: 43px;
}
Avatar
laboxideale
Quote from Vladimir Mullagaliyev

Add the style


.module-topic .topic-details{
    min-height: 43px;
}

Great!!!