By Ferlin Mogot on Thursday, 20 March 2014
Posted in Technical Issues
Replies 13
Likes 0
Views 817
Votes 0
how to put the rating in both after and before article body?

Thanks
Hello Ferlin,

We are sorry. It is not possible because it will messed up the other rating style.
·
Thursday, 20 March 2014 17:54
·
0 Likes
·
0 Votes
·
0 Comments
·
So, how to adjust "Rating" section in order to make it eye catching. Maybe I can give background color there? or ....?
·
Monday, 24 March 2014 11:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ferlin,

Yes, you can add a background color to the rating but it is not advisable since it will looks weird. However, you want to try, you can add this css code to your template css file:

#eblog-wrapper .blog-rating form > div
{
background-color: #000000 !important;
}

Other way, you can edit the rating file itself: ../components/com_easyblog/themes/default/blog.rating.php Or you can edit the image here: /components/com_easyblog/assets/vendors/ratings/stars.png. Hope this helps.
·
Monday, 24 March 2014 12:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello guys,
I set user have to login when they wanna rate an article.
But when they not login yet, no notifications explain them that they have to login to give rating.

I think if user click the rate then appear pop up window to let user login.
how to do this?

Thank you.
·
Monday, 21 April 2014 11:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ferlin,

Thanks for the suggestion. But there is no setting to do that currently. However, we will discuss with our developer about this to be include in the next version.
·
Monday, 21 April 2014 11:57
·
0 Likes
·
0 Votes
·
0 Comments
·
can you inform me when the latest version will be released?

Thanks
·
Monday, 21 April 2014 15:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ferlin,

We don't have ETA yet for the next release.
·
Monday, 21 April 2014 16:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Nik, Can I put notification message below/beside rating to inform user that they have to login first when they wanna give a rating. You can see the attached image.

Thanks
·
Tuesday, 22 April 2014 11:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ferlin,

Yes, it is possible with some hacks on your site. Can you provide us your backend and FTP access so we can apply the hack for you? Please advise.
·
Tuesday, 22 April 2014 12:37
·
0 Likes
·
0 Votes
·
0 Comments
·
okey
·
Tuesday, 22 April 2014 12:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ferlin,

I've applied the hacks for you. The files I've modified are:
../components/com_easyblog/themes/default/blog.item.php
../components/com_easyblog/themes/default/blog.read.php

Please have a look.
·
Tuesday, 22 April 2014 13:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Nik.
·
Tuesday, 22 April 2014 16:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ferlin,

You're welcome.
·
Tuesday, 22 April 2014 17:06
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post