postlove icon indicating copy to clipboard operation
postlove copied to clipboard

The Post love extension fo PhpBB 3.1

Results 28 postlove issues
Sort by recently updated
recently updated
newest added

When I use Share On together with Post Love, the first post of each thread has overlapping icons: ![screen shot 2018-06-27 at 15 49 38](https://user-images.githubusercontent.com/1767869/41996095-ca2351b8-7a21-11e8-96c7-574256367f44.png) Is that something I can...

`language.php on line 313` The _%1$s_ and _%2$s_ on NOTIFICATION_POSTLOVE_ADD is incorrect.

on info_acp_postlove.php has an error on line 53 " 'CLEN' => 'Clean'," missing the "A" in clean before 'CLEN' => 'Clean'," after 'CLEAN' => 'Clean'," ^^

This extension is supposed to show the users who have "liked" the post. As of commit 488cf2d, this doesn't happen. This is the first version I've used, so I don't...

Users are notified of liked posts regardless of their notification preferences. reverting the function find_users_for_notification() to the old version seems to fix it, but I guess you intended the new...

bug

Users are able to like their own posts in version 1.2 of the extension.

Hi, if my default language is FRENCH for my board and if i have a user on my board which has his default language is ENGLISH, then all occurencies of...

phpbb 3.1.9 Installed as follows: - create $phpbb_root/ext/anavaro folder - Did this as I have done other extensions via FTP - cd $phpbb_root/ext/anavaro - did not do this. - git...

Shouldn't the notification type be fully qualified now? Ie, **anavaro.postlove.notification.type.postlove** instead of just **notification.type.postlove**? Also, past that, will this work on phpBB version 3.1.9 without problems?