By Leonardo Freda on Thursday, 17 December 2015
Posted in General
Likes 0
Views 636
Votes 0
Hello,
i would like to understand one more thing about the rating post process.
When i click on stars to rate the post, then a sentence appear that " I cannot rate anymore". It's ok until now.
But if i change computer and choose another browser i see the same sentence than i cannot rate anymore, i have already rated. So how it is possible? I cannot add more than one rate even though i vote from another computer? I'm talking about a guest user, so the system does not have informations about the guest.

Can you explain please?

One more thing is how to cancel the red dash close to the guest name as in the image i attached.

Thank you for all your support
Since this is the customization that you made yourself, we do not provide support for modified codes. However, I will help you out just this once.

You can edit the file /components/com_easyblog/themes/wireframe/comments/default.item.php and locate the codes below:


<a href="javascript:void(0);" title="<?php echo $this->html('string.escape', $comment->author->getName());?>"><?php echo JText::_('COM_EASYBLOG_GUEST').' - '.$comment->name;?></a>


Replace it with,


<a href="javascript:void(0);" title="<?php echo $this->html('string.escape', $comment->author->getName());?>"><?php echo $comment->name;?></a>
·
Friday, 18 December 2015 18:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey,

The votes are associated with your user account. If you previously logged in and voted before, you wouldn't be able to vote for the blog post again
·
Thursday, 17 December 2015 19:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes ok, so if i logged with a user and then logged out, the computer remember as well my vote even though i'm not logged?

Could you please help me with the image i have attached in the previous message so i can cancel the dash? Which string i have to edit?
·
Friday, 18 December 2015 16:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry, I was wrong. It actually tracks your session rather than your logged in status. Once you clear your cookies and session data from the browser, it should be fine

As for the "dash", I can't seem to replicate this on your site. Please take a look at my screen shot here, http://screencast.com/t/xG6CFrpKnrxo
·
Friday, 18 December 2015 17:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,
the dash it appears when i add a comment as guest. I canceled the value in the COM_EASYBLOG_GUEST String and that's why it appears the dash with the subscriber name. The customer doesn't want do display the guest name that's why i put it empty... but then it appears the dash with the guest name.

http://www.screencast.com/users/alederodesign/folders/Jing/media/5085ed14-e316-4364-baa4-cb01c4904cf0
·
Friday, 18 December 2015 17:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok thank you very much, you can close the ticket
·
Monday, 21 December 2015 17:14
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Leonardo
·
Monday, 21 December 2015 17:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post