MyBB Community Forums

Full Version: SimpleLikes v2.0.0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12
SimpleLikes is a basic like system for MyBB 1.8 with full MyAlerts 2.0 integration.

Screenshots

[Image: preview_21114_1437841814_033a6d812e70295...5e1f2c.png]
[Image: preview_21114_1437841821_27f38cb5e411d20...1c1eb4.png]
[Image: preview_21114_1437841806_6b368818615a666...450c2b.png]
[Image: preview_21114_1437841799_19dd4af2845a333...d0c938.png]
Converting from other systems

SimpleLikes makes it easy to convert from other like plugins via an importer tool. At the minute, this importer can import likes from:
  • G33K's Thankyou/Like system
Imports can be performed via the Admin Control Panel.

MyAlerts Integration

SimpleLikes has full MyAlerts v2.0.0 integration, alerting your users whenever one of their posts is liked.

Showing the number of likes received in the post bit

It is possible to show the number of likes a user has received in their post bit. This is disabled by default and must be enabled by a template edit and by turning the setting on in the admin control panel as it causes an extra database query that isn't needed on all boards.

To add the count, edit the template "postbit" or "postbit_classic" and add the following code:

Number of likes received: <a href="{$mybb->settings['burl']}/misc.php?action=post_likes_received_by_user&user_id={$post['id']}">{$post['likes_received']}</a>

Changed Templates

SimpleLikes modifies the following templates:
  • headerinclude
  • postbit
  • postbit_classic
  • member_profile
Additionally, it adds an extra CSS stylesheet titled "simplelikes.css" as well as several custom templates.

Reporting issues

You can report any issues with this plugin in either this thread or on GitHub.

Downloading

You can download this plugin here: http://community.mybb.com/mods.php?action=view&pid=24
Thanks ! Big Grin
Good job!
Will there be a dislike button soon?
(2015-07-25, 09:06 PM)nollidnosnhoj Wrote: [ -> ]Will there be a dislike button soon?

Probably not. As the name implies, this plugin is meant to provide the very simple experience of "liking" a post. 

@martec and Eldenroot thanks Smile
what's the difference between this and the thank you/like plugin? I suppose the only difference is that it only allows for likes, correct?
They are almost same, but thanksyoulike plugin has more settings and features - both plugins are great, it is only up to you what features do you need and what you prefer. Better to try them both Smile
Yeah, as Eldenroot said there aren't many differences. SimpleLikes aims to provide a basic implementation rather than being full of bells and whistles and was originally the only like plugin with MyAlerts integration.
Thank you Euan. It was a 10 month wait, but excellent to finally see it. Thanks for the work.
can this be merged with the reputation system its very nice and easy
Pages: 1 2 3 4 5 6 7 8 9 10 11 12