Like Button For Profiles

alt=
Ekwe
@ekwe
10 years ago
212 posts
Did this, keeps saying item not correct. This is for member profiles

{jrLike_button module="jrProfile" item=$_profile_id action="like"}
updated by @ekwe: 10/15/14 10:28:45AM
michael
@michael
10 years ago
7,714 posts
The item parameter requires an $item array. $_profile_id looks like a single number.
michael
@michael
10 years ago
7,714 posts
Try this:
{$_i = ['_profile_id' => $_profile_id,'profile_like_count' => $profile_like_count ]}
{jrLike_button action="like" module="jrProfile" item=$_i}
alt=
Ekwe
@ekwe
10 years ago
212 posts
michael:
The item parameter requires an $item array. $_profile_id looks like a single number.

true true. Working now. Thanks thanks

Tags