Posts: 3
Threads: 1
Joined: May 2014
Hello
as from title, like system is installed (checked templates (postbit, member, simplelikes_*), plugins (pluginlibrary, myalerts, etc), but it wont. Anyone had this solution fixed?
Posts: 553
Threads: 26
Joined: Feb 2013
As in the button won't show? Have you checked the user group permissions?
metonator likes this post
Posts: 3
Threads: 1
Joined: May 2014
Oh, didnt noticed there was a group settings, well, is fixed
Posts: 553
Threads: 26
Joined: Feb 2013

Glad it's sorted!
metonator likes this post
Posts: 17
Threads: 1
Joined: Apr 2013
Euan, I was just trying this plugin out. What is the variable to show the number of received likes in the user details on postbit?
Scratch that - I had it in the author details template.
Now in postbit and showing fine
Posts: 553
Threads: 26
Joined: Feb 2013
Nice one, glad you got it sorted Leefish. For future reference for others, the variable is as follows:
PHP Code:
{$post['likes_received']} Likes Received
Obviously, you can change "Likes Received" into any other string you wish to use