Post Love 1.2.x (for phpBB 3.2.x)
Post Love
Description:
Add "like"/love (as it uses small heart) to the posts.
As a popup you can see who have liked/loved the post.
Features:
Postview:
- Show small heart under every post
- Togle like/love
- Show as tooltip who have loked the post
- Show how many posts the user liked in mini profile
- Show ho many of the user posts have been liked in mini profile
ACP:
- Enable/disable main CSS (CSS classes can be redefined
- Allow showing of liked posts count in mini profile (postview)
- Allow showing of user's posts that have been liked count in mini profile (postview)
Installation:
- create $phpbb_root/ext/anavaro folder
- cd $phpbb_root/ext/anavaro
- git clone https://github.com/satanasov/postlove.git
- Go to admin panel -> customize -> extensions -> install post love
Credits:
@phpbb-es aka Raul [ThE KuKa]
Submitting translations/functions
Please fork the repo and submit every translation/patch as Pull Request.
==========================================================
Adding themes to the extension:
It is now possible to add themes to the extension. This can be done by pushing a PR or sending me a zip file with your theme.
What should the theme look like?
You can see the structure of the theme here.
About the JSON:
The JSON file describes the theme.
Code: Select all
{
"name": "Default",
"author": "Stanislav Atanasov",
"description": "Default Post Love Theme!",
"support": [
"ProSilver"
],
"preview": "preview.jpg"
}
Tests:
You should write your tests. Add your theme in tests/functional/postlove_theme_test.php after the first test. Start creating ...[/s]
Styles are deprecated for the moment.