[ABD] [DEV] Post Love

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
Satanasov
Registered User
Posts: 1312
Joined: Sun Jul 29, 2012 5:48 am
Name: Stanislav Atanasov

Re: [BETA] Post Love

Post by Satanasov »

This is extension for phpbb 3.1.x so it will not install with automod for 3.0.x
For list of all my extensions go to https://github.com/satanasov
If you want custom functions in some of my products - PM me and we will discuss it.
Cable Player
Registered User
Posts: 516
Joined: Thu Feb 03, 2011 4:45 pm
Location: Hampshire, England

Re: [BETA] Post Love

Post by Cable Player »

Hi, I've installed this extension but don't see the ACP modules - do you have to add them manually?

Thanks
Satanasov
Registered User
Posts: 1312
Joined: Sun Jul 29, 2012 5:48 am
Name: Stanislav Atanasov

Re: [BETA] Post Love

Post by Satanasov »

There are no ACP modules. It hase basicly no configuration ...
For list of all my extensions go to https://github.com/satanasov
If you want custom functions in some of my products - PM me and we will discuss it.
gt1971
Registered User
Posts: 47
Joined: Tue Dec 02, 2014 10:39 am

Re: [BETA] Post Love

Post by gt1971 »

Im having issues, only minor, with it not working correctly with notifications. You get notification someone liked a post but when you click on the link it takes you to the first post in the thread, not the one you were thanked for.
User avatar
Kirk_Fitzgerald
Registered User
Posts: 255
Joined: Mon Nov 06, 2006 7:10 am
Location: England, UK
Name: Kirk

Re: [BETA] Post Love

Post by Kirk_Fitzgerald »

This looks very interesting, are you still developing this extension.
Satanasov
Registered User
Posts: 1312
Joined: Sun Jul 29, 2012 5:48 am
Name: Stanislav Atanasov

Re: [BETA] Post Love

Post by Satanasov »

It should work as is. It's in beta ... just becouse it is not EPV comaptable.
For list of all my extensions go to https://github.com/satanasov
If you want custom functions in some of my products - PM me and we will discuss it.
User avatar
mrgtb
Registered User
Posts: 603
Joined: Wed Oct 03, 2007 10:51 am

Re: [BETA] Post Love

Post by mrgtb »

gt1971 wrote:Im having issues, only minor, with it not working correctly with notifications. You get notification someone liked a post but when you click on the link it takes you to the first post in the thread, not the one you were thanked for.
I noticed that as well. If that can't be fixed then it would be best to remove the notification feature out the mod completely, as it pretty useless if not linking directly back to the post.
Satanasov
Registered User
Posts: 1312
Joined: Sun Jul 29, 2012 5:48 am
Name: Stanislav Atanasov

Re: [BETA] Post Love

Post by Satanasov »

This can be fixed ... but I don't have time now. Added this to "To Do" list. Sorry guys.
For list of all my extensions go to https://github.com/satanasov
If you want custom functions in some of my products - PM me and we will discuss it.
User avatar
Kirk_Fitzgerald
Registered User
Posts: 255
Joined: Mon Nov 06, 2006 7:10 am
Location: England, UK
Name: Kirk

Re: [BETA] Post Love

Post by Kirk_Fitzgerald »

Lucifer4o wrote:It should work as is. It's in beta ... just becouse it is not EPV comaptable.

Understood and thank you for your response, I shall wait for the notifications link bug to be fixed before I install though but I am very grateful for your spending your own free time in developing this extension, thank you.
Mattix
Registered User
Posts: 25
Joined: Sat Oct 25, 2014 7:00 pm

Re: [BETA] Post Love

Post by Mattix »

Hmm, seems the only thing needed is a way to determine what page the post is on (the 'start' parameter). I'm quite surprised phpBB doesn't seem to offer a built-in method to generate a correct url for a given forum, topic and post id.

Digging on.
sceptre
Registered User
Posts: 134
Joined: Mon Feb 22, 2010 5:01 pm
Location: Alba

Re: [BETA] Post Love

Post by sceptre »

What made you think that it cant . ;)

viewtopic.php?p=13885086#p13885086
Satanasov
Registered User
Posts: 1312
Joined: Sun Jul 29, 2012 5:48 am
Name: Stanislav Atanasov

Re: [BETA] Post Love

Post by Satanasov »

Mattix wrote:Hmm, seems the only thing needed is a way to determine what page the post is on (the 'start' parameter). I'm quite surprised phpBB doesn't seem to offer a built-in method to generate a correct url for a given forum, topic and post id.

Digging on.
It gives but I will need to do some testing.
For list of all my extensions go to https://github.com/satanasov
If you want custom functions in some of my products - PM me and we will discuss it.
Mattix
Registered User
Posts: 25
Joined: Sat Oct 25, 2014 7:00 pm

Re: [BETA] Post Love

Post by Mattix »

Ok, I'll leave it to you then and not go digging by myself :)
User avatar
mrgtb
Registered User
Posts: 603
Joined: Wed Oct 03, 2007 10:51 am

Re: [BETA] Post Love

Post by mrgtb »

This might help you, not sure?

But when I was creating my tweet this post button displayed in every post on my forum. I was faced with same problem, did some digging around and found the solution put together using this.

Link to post:

Code: Select all

{BOARD_URL}viewtopic.php?p={postrow.POST_ID}#p{postrow.POST_ID}
Grab post title:

Code: Select all

{postrow.POST_SUBJECT}
I used it in my twitter code like so and works fine.
<a href="https://twitter.com/share" class="twitter-share-button" data-url="{BOARD_URL}viewtopic.php?p={postrow.POST_ID}#p{postrow.POST_ID}" data-text="{postrow.POST_SUBJECT}">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
Satanasov
Registered User
Posts: 1312
Joined: Sun Jul 29, 2012 5:48 am
Name: Stanislav Atanasov

Re: [BETA] Post Love

Post by Satanasov »

So guys - this should be OK. It should show the liked post. And EPV compatible.
For list of all my extensions go to https://github.com/satanasov
If you want custom functions in some of my products - PM me and we will discuss it.

Return to “Abandoned Extensions”