By James on Thursday, 18 September 2014
Posted in Technical Issues
Replies 2
Likes 0
Views 497
Votes 0
I would like for my users to not only friend a person from the popbox but also follow them.

I went to the ES Documentation Site for Developers to find the code there (vs. dig through template files) and found that the Follower Documentation is referencing the Friends documentation. See here: http://docs.stackideas.com/developers/html/followers

Please address this issue and consider adding a Follow button to the popbox in a future release.

Thanks,
James
+1
·
Thursday, 18 September 2014 23:05
·
0 Likes
·
0 Votes
·
0 Comments
·
There's actually one example from EasyBlog,


<a href="javascript:void(0);" class="author-friend" data-es-followers-follow data-es-followers-id="<?php echo $id;?>"><span><?php echo JText::_( 'COM_EASYBLOG_FOLLOW_AUTHOR' ); ?></span></a>
·
Friday, 19 September 2014 01:18
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post