Show More Likes

lostincable

Active member
Hi there,

When multiple people like a post by default you can see a couple of the likes and then you click a button to see a complete list.

Is there a way to increase the default amount of likes that is displayed?
 
Hi there,

When multiple people like a post by default you can see a couple of the likes and then you click a button to see a complete list.

Is there a way to increase the default amount of likes that is displayed?

I do not think there is an option for this in the admincp. I believe you would have to change the code and/or templates. Increasing this would likely have a negative affect on performance.
 
This requires code edits, and the current code isn't very generalized. For example, there are different phrases used for each case with respect to the short list.

Here are the relevant areas:

XenForo_Model_Like::getLatestContentLikeUsers
XenForo_Template_Helper_Core::helperLikesHtml

This requires programming ability.
 
Top Bottom