Any shance to integrate in your extension the hide function?
I would need one or some links or text to be hidden if the user doesn't reply or give thanks

Best Regards
Salvo
Notby now. Could be easily done in JavaScript, but it's not a proper way to do so. And I want to do some extras before, as implement an AJAX system to use this functionality without reloading the page.salvocortesiano wrote: ↑Wed Jan 06, 2021 6:45 pmHi Naguissa,
Any shance to integrate in your extension the hide function?
I would need one or some links or text to be hidden if the user doesn't reply or give thanks
Best Regards
Salvo
I only came by and wanted to simply thank you for this EXT - people don't do just that very often, rather, they post about problems - even if that's
Sorry it took me a bit to report back. Turns out it was a permission in specific forums. His default group was not able to use thanks in several subforums, but was in others. Just happened to be the subforums that he frequented, lol.Naguissa wrote: ↑Tue Jan 05, 2021 6:31 amYes, maybe that's the problem:Rhaethe wrote: ↑Tue Jan 05, 2021 1:43 amI know lol. We do have a custom theme, but I turned it off to have the member test.
I did find out during talking with him that he can see thanks on his posts in one sub forum, albeit not others. I am about to dig into the forum specific permissions and see if something is there.
~C
Any timeframe on ajax function please ?Naguissa wrote: ↑Sat Jan 09, 2021 10:15 amNotby now. Could be easily done in JavaScript, but it's not a proper way to do so. And I want to do some extras before, as implement an AJAX system to use this functionality without reloading the page.salvocortesiano wrote: ↑Wed Jan 06, 2021 6:45 pmHi Naguissa,
Any shance to integrate in your extension the hide function?
I would need one or some links or text to be hidden if the user doesn't reply or give thanks
Best Regards
Salvo
Liam Davis wrote: ↑Mon Jan 25, 2021 4:48 pmAny timeframe on ajax function please ?Naguissa wrote: ↑Sat Jan 09, 2021 10:15 amNotby now. Could be easily done in JavaScript, but it's not a proper way to do so. And I want to do some extras before, as implement an AJAX system to use this functionality without reloading the page.salvocortesiano wrote: ↑Wed Jan 06, 2021 6:45 pmHi Naguissa,
Any shance to integrate in your extension the hide function?
I would need one or some links or text to be hidden if the user doesn't reply or give thanks
Best Regards
Salvo
That text is shown in this file: gfksx/ThanksForPosts/styles/prosilver/template/event/viewtopic_body_postrow_post_notices_after.htmlBiiWii wrote: ↑Sun Feb 07, 2021 1:58 pmHi! This thing works like a charm. Thanks for investing your time.
Is there a chance to insert/remove some code piece to hide the username of the person whos post has been liked?
So I could just make a text - This post has been liked by instead of This post of BiiWii has been liked:
I tried some trickery but nothing worked. Any tip?
Code: Select all
<dt>{{ postrow.THANK_TEXT }}{{ postrow.POST_AUTHOR_FULL }}{{ postrow.THANK_TEXT_2 }}</dt>
Code: Select all
'THANK_TEXT_1' => 'Estos usuarios agradecierón al autor ',
'THANK_TEXT_2' => array(
1 => ' por el mensaje: ',
2 => ' por el mensaje (total %d):'
),
<dt>{{ postrow.THANK_TEXT }}{{ postrow.THANK_TEXT_2 }}</dt>
BiiWii wrote: ↑Tue Feb 09, 2021 10:02 amThanks for the quick reply.
Remove the middle part but nothing changed.
Now looks like this, but the username is still visable.
<dt>{{ postrow.THANK_TEXT }}{{ postrow.THANK_TEXT_2 }}</dt>
Could it be because I'm using theme called Milk not prosilver?
EDIT: Worked - changed prosilver folder name to Milk theme folder name.
Also is it possible to add a line that makes the like/thanks button always visible so it doesn't jump under the "..." on mobile? I used the Post Love before I changed to this, but on that one the button was always visible even on mobile and also had a little count number next to the "like" icon.
I don't know....
Streamer76 wrote: ↑Wed Feb 10, 2021 6:13 pmUpdated forum from 3.2.x -> 3.3.3, removed thanksforpost and installed 3.2.18.
Now I cannot see the thanks post permission to be able to set it on, any help for this problem?
Yes. I don't have Tapatalk on my phone, as I had to do a hard reset. I'l try to install it now or use an Android VM....ProvoAggie wrote: ↑Thu Feb 11, 2021 9:22 pmAre there any plans to update the mobiquo folder for Tapatalk integration? The latest Tapatalk plugin has been out for a while now.