[3.2][3.3][RC] Thanks for posts (and optional Tapatalk integration)

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Scam Warning
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
User avatar
Naguissa
Registered User
Posts: 500
Joined: Thu Mar 02, 2017 6:55 am
Location: Barcelona
Name: Naguissa
Contact:

Re: [3.2][RC] Thanks for posts (and optional Tapatalk integration)

Post by Naguissa »

Hello,

It's one of planned features, not developed yet.

For now, you can "disable notification messages" on extension's ACP page and then page will reload but at least no intermediate page is displayed.


Cheers!
TheDani wrote: Tue Oct 16, 2018 12:47 pm Thank you.

Before I have phpBB 3.0 in navbar_header.html.

Code: Select all

<!-- Ajax like notification -->
<!-- IF AJAXLIKE_ENABLE -->
<a href="#" onclick="ajaxlike_liked_listbox('{AJAXLIKE_NOTIFY_CALLBACK}'); return false;" title="{AL_NEW_LIKE}{L_AL_LIKE_NEW}
<!-- IF AL_NEW_LIKE == 0 --> Prepare your sword and write more awesome quality posts! <!-- ENDIF -->">
<!-- IF AL_NEW_LIKE > 0 -->
<i class="fa fa-thumbs-up"></i>
<!-- ELSE -->
<i class="fa fa-thumbs-down"></i>
<!-- ENDIF -->
<span id="ajaxlike_not_new"><strong>{AL_NEW_LIKE}</strong> new like<!-- IF AL_NEW_LIKE != 1 -->s<!-- ENDIF --></span></a>
</span></a>
<!-- ENDIF -->
<!-- Ajax like notification -->
Could you do the same?
TheDani
Registered User
Posts: 394
Joined: Tue Apr 10, 2012 12:48 pm

Re: [3.2][RC] Thanks for posts (and optional Tapatalk integration)

Post by TheDani »

Where is that ""disable notification messages"" ? Null phpMyAdmin and null Agent Ransack (search).

But planned for Thanks for posts 3.2.12 (maybe) 8-)
User avatar
Naguissa
Registered User
Posts: 500
Joined: Thu Mar 02, 2017 6:55 am
Location: Barcelona
Name: Naguissa
Contact:

Re: [3.2][RC] Thanks for posts (and optional Tapatalk integration)

Post by Naguissa »

TheDani wrote: Tue Oct 16, 2018 1:35 pm Where is that ""disable notification messages"" ? Null phpMyAdmin and null Agent Ransack (search).

But planned for Thanks for posts 3.2.12 (maybe) 8-)
ACP -> Extensions -> Thanks configuration -> Information (6th option)
User avatar
lozu
Registered User
Posts: 59
Joined: Tue Nov 10, 2009 11:07 am

Re: [3.2][RC] Thanks for posts (and optional Tapatalk integration)

Post by lozu »

Naguissa wrote: Fri Oct 12, 2018 4:07 pm
lozu wrote: Fri Oct 12, 2018 1:31 pm Why do I get his?
Image
from Posts toplist
Custom style not very much compatible with prosilver
Can't we have the topic list style applied? Like the one that shows when you click on a forum and a list of topic with stars.
SuperFedya
Registered User
Posts: 253
Joined: Sun Jul 14, 2002 9:14 pm
Contact:

Re: [3.2][RC] Thanks for posts (and optional Tapatalk integration)

Post by SuperFedya »

I have 2.0.3-dev version. I disabled it, upload 3.2.11 and when tried to enable it:
"thanks_for_posts_version doesn't not exist"
User avatar
lozu
Registered User
Posts: 59
Joined: Tue Nov 10, 2009 11:07 am

Re: [3.2][RC] Thanks for posts (and optional Tapatalk integration)

Post by lozu »

SuperFedya wrote: Sat Oct 27, 2018 9:21 pm I have 2.0.3-dev version. I disabled it, upload 3.2.11 and when tried to enable it:
"thanks_for_posts_version doesn't not exist"
Try those:
Disable extension
Delete Data*
Delete folder from FTP
Upload new folder/replace
And enable
User avatar
Naguissa
Registered User
Posts: 500
Joined: Thu Mar 02, 2017 6:55 am
Location: Barcelona
Name: Naguissa
Contact:

Re: [3.2][RC] Thanks for posts (and optional Tapatalk integration)

Post by Naguissa »

SuperFedya wrote: Sat Oct 27, 2018 9:21 pm I have 2.0.3-dev version. I disabled it, upload 3.2.11 and when tried to enable it:
"thanks_for_posts_version doesn't not exist"

If you want preserve data you can create it manually:

Code: Select all

INSERT into phpbb_config (config_name, config_value, is_dynamic) values ('thanks_for_posts_version', '3.2.0', '0');
User avatar
Naguissa
Registered User
Posts: 500
Joined: Thu Mar 02, 2017 6:55 am
Location: Barcelona
Name: Naguissa
Contact:

Re: [3.2][RC] Thanks for posts (and optional Tapatalk integration)

Post by Naguissa »

lozu wrote: Sat Oct 27, 2018 8:32 am
Naguissa wrote: Fri Oct 12, 2018 4:07 pm
lozu wrote: Fri Oct 12, 2018 1:31 pm Why do I get his?
Image
from Posts toplist
Custom style not very much compatible with prosilver
Can't we have the topic list style applied? Like the one that shows when you click on a forum and a list of topic with stars.
Column widths differ, so it's not compatible.
doelle4
Registered User
Posts: 12
Joined: Wed Oct 19, 2016 6:26 pm

Re: [3.2][RC] Thanks for posts (and optional Tapatalk integration)

Post by doelle4 »

Hello, can yout help me? How can i reapair the Icon?
I have upgrade to newest Versions and now i have the Icon Failure
Phpbb 3.2.4, Eles Style, Thanks for Post 3.2.11
Thanks Hans

Image

Forum: https://kopterforum.at
User avatar
Naguissa
Registered User
Posts: 500
Joined: Thu Mar 02, 2017 6:55 am
Location: Barcelona
Name: Naguissa
Contact:

Re: [3.2][RC] Thanks for posts (and optional Tapatalk integration)

Post by Naguissa »

doelle4 wrote: Fri Nov 30, 2018 10:33 pm Hello, can yout help me? How can i reapair the Icon?
I have upgrade to newest Versions and now i have the Icon Failure
Phpbb 3.2.4, Eles Style, Thanks for Post 3.2.11
Thanks Hans

Forum: https://kopterforum.at

UPDATE 2018-12-02: Added star icons

That's because different versions of libraries among styles (bootstrap, FontAwesome, etc).

You can try these extra CSS:

Code: Select all

.post-buttons li a.button.button-icon-only { background-color: transparent; box-shadow: none; }
.icon.fa-fw.fa-thumbs-o-up, .icon.fa-fw.fa-recycle, i.icon.fa-star, i.icon.fa-star-half-o, i.icon.fa-star-o {
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 1;
    text-rendering: auto;
	width: 1.28571429em;
	text-align: center;
	color: #272626;
}

Last edited by Naguissa on Mon Dec 03, 2018 3:53 pm, edited 1 time in total.
doelle4
Registered User
Posts: 12
Joined: Wed Oct 19, 2016 6:26 pm

Re: [3.2][RC] Thanks for posts (and optional Tapatalk integration)

Post by doelle4 »

THANKS :-) it works ! Great Service :-)
Image
With the graphical evaluation balance, it is the same problem, but I can disable that is not so bad

Greetings Hans, and thank you..
User avatar
Naguissa
Registered User
Posts: 500
Joined: Thu Mar 02, 2017 6:55 am
Location: Barcelona
Name: Naguissa
Contact:

Re: [3.2][RC] Thanks for posts (and optional Tapatalk integration)

Post by Naguissa »

doelle4 wrote: Sat Dec 01, 2018 8:58 pm THANKS :-) it works ! Great Service :-)

With the graphical evaluation balance, it is the same problem, but I can disable that is not so bad

Greetings Hans, and thank you..
Added star icons to CSS fix. Same message, here: viewtopic.php?f=456&t=2423931&p=15142221#p15142221
doelle4
Registered User
Posts: 12
Joined: Wed Oct 19, 2016 6:26 pm

Re: [3.2][RC] Thanks for posts (and optional Tapatalk integration)

Post by doelle4 »

Perfect Work :) You are my Hero!
Greetings Hans
maras2626
Registered User
Posts: 68
Joined: Tue Feb 07, 2017 4:48 pm

Re: [3.2][RC] Thanks for posts (and optional Tapatalk integration)

Post by maras2626 »

Naguissa,is it possible to add an option, which will change the background of the post, if it gets at least one like?
User avatar
Naguissa
Registered User
Posts: 500
Joined: Thu Mar 02, 2017 6:55 am
Location: Barcelona
Name: Naguissa
Contact:

Re: [3.2][RC] Thanks for posts (and optional Tapatalk integration)

Post by Naguissa »

maras2626 wrote: Sat Dec 08, 2018 5:53 pm Naguissa,is it possible to add an option, which will change the background of the post, if it gets at least one like?
Yes, very good idea!
Post Reply

Return to “Extensions in Development”