Hello
Unfortunately this is not possible.
Thank Post Mod 0.2.0 (hide MOD compatible)
- Mahony
- Site Admin
- Beiträge: 792
- Registriert: 3. Dez 2006 22:09
- Hat sich bedankt: 22 Mal
- Danksagung erhalten: 6 Mal
Re: Thank Post Mod 0.2.0 (hide MOD compatible)
Diejenigen, die lautstark darüber diskutieren, warum es nicht geht, mögen bitte jene nicht stören, die es gerade tun.
Klug ist, wer nur die Hälfte von dem glaubt, was er hört. Weise ist, wer erkennt, welche Hälfte richtig ist.
Klug ist, wer nur die Hälfte von dem glaubt, was er hört. Weise ist, wer erkennt, welche Hälfte richtig ist.
Re: Thank Post Mod 0.2.0 (hide MOD compatible)
How "Unhide" the article was "Thanks" (not "Unhide" the entire thread)Mahony hat geschrieben:Hello
Use this codeCode: Alles auswählen
// Unhide Check $unhide = false; if ($user->data['user_id'] != ANONYMOUS) { // If moderator or admin, skip reply check, auto unhide if ($auth->acl_get('m_', $forum_id)) { $unhide = true; } else { // Check if the topic viewer has said thanks in that topic $sql = "SELECT topic_id, thanks_from FROM " . THANKS_TABLE . " WHERE topic_id = $topic_id AND thanks_from = " . $user->data['user_id']; $result = $db->sql_query($sql); $unhide = $db->sql_affectedrows($result) ? true : false; $db->sql_freeresult($result); // Check if the topic viewer has posted in that topic if ($unhide == false) { $sql = "SELECT poster_id, topic_id FROM " . POSTS_TABLE . " WHERE topic_id = $topic_id AND poster_id = " . $user->data['user_id']; $result = $db->sql_query($sql); $unhide = $db->sql_affectedrows($result) ? true : false; $db->sql_freeresult($result); } } }
Best Regards,
- Mahony
- Site Admin
- Beiträge: 792
- Registriert: 3. Dez 2006 22:09
- Hat sich bedankt: 22 Mal
- Danksagung erhalten: 6 Mal
Re: Thank Post Mod 0.2.0 (hide MOD compatible)
Hello test
What do you mean? I do not understand.
What do you mean? I do not understand.
Diejenigen, die lautstark darüber diskutieren, warum es nicht geht, mögen bitte jene nicht stören, die es gerade tun.
Klug ist, wer nur die Hälfte von dem glaubt, was er hört. Weise ist, wer erkennt, welche Hälfte richtig ist.
Klug ist, wer nur die Hälfte von dem glaubt, was er hört. Weise ist, wer erkennt, welche Hälfte richtig ist.
- Mahony
- Site Admin
- Beiträge: 792
- Registriert: 3. Dez 2006 22:09
- Hat sich bedankt: 22 Mal
- Danksagung erhalten: 6 Mal
Re: Thank Post Mod 0.2.0 (hide MOD compatible)
Hello
This link http://www.board4allcz.eu/showthread.ph ... post793699 points to a vBulletin board.
In my forum is about the phpBB software.
This link http://www.board4allcz.eu/showthread.ph ... post793699 points to a vBulletin board.
In my forum is about the phpBB software.
Diejenigen, die lautstark darüber diskutieren, warum es nicht geht, mögen bitte jene nicht stören, die es gerade tun.
Klug ist, wer nur die Hälfte von dem glaubt, was er hört. Weise ist, wer erkennt, welche Hälfte richtig ist.
Klug ist, wer nur die Hälfte von dem glaubt, was er hört. Weise ist, wer erkennt, welche Hälfte richtig ist.
-
- Beiträge: 1
- Registriert: 26. Mai 2014 00:07
- Familienstand: Single
- Hat sich bedankt: 0
- Danksagung erhalten: 0
Re: Thank Post Mod 0.2.0 (hide MOD compatible)
Hello
I do thank post mod work with Simple Hide BBcode MOD 0.3.1 if i give THANKS i can see hide content and if i REMOVE THANKS or don't give THANKS i can't see hide content.
problem is if i give THANKS to other post of thread i can see hide content, but i want only can see hide content if user give THANKS to post that have hide content.
Sorry for my english hehehe
thanks!
I do thank post mod work with Simple Hide BBcode MOD 0.3.1 if i give THANKS i can see hide content and if i REMOVE THANKS or don't give THANKS i can't see hide content.
problem is if i give THANKS to other post of thread i can see hide content, but i want only can see hide content if user give THANKS to post that have hide content.
Sorry for my english hehehe
thanks!