Hallo, Gast! (Registrieren)

Letzte Ankündigung: MyBB 1.8.38 veröffentlicht (30.04.24)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
MyReactions
#24
Füge einfach deiner MyReactions Plugin Datei folgendes hinzu:
PHP-Code:
$plugins->add_hook("postbit_prev""myreactions_postbit_fix");
$plugins->add_hook("postbit_pm""myreactions_postbit_fix");
$plugins->add_hook("postbit_announcement""myreactions_postbit_fix");
function 
myreactions_postbit_fix(&$post)
{
    
$post['myreactions'] = '';
    
$post['user_details'] = str_replace('{myreactions}'''$post['user_details']);


Wink
Zitieren


Nachrichten in diesem Thema
MyReactions - von MyBB.de Bot - 02.10.2016, 06:45
RE: MyReactions - von MyBB.de Bot - 08.10.2016, 00:35
RE: MyReactions - von MyBB.de Bot - 30.01.2017, 00:45
RE: MyReactions - von Divinity - 14.04.2017, 04:39
RE: MyReactions - von doylecc - 14.04.2017, 09:14
RE: MyReactions - von Divinity - 14.04.2017, 12:51
RE: MyReactions - von Erkan - 14.04.2017, 14:08
RE: MyReactions - von bv64 - 23.04.2017, 18:20
RE: MyReactions - von bv64 - 25.04.2017, 23:04
RE: MyReactions - von BoomBoomPaco - 13.12.2019, 11:39
RE: MyReactions - von bv64 - 26.02.2023, 11:50
RE: MyReactions - von SvePu - 26.02.2023, 12:25
RE: MyReactions - von bv64 - 26.02.2023, 12:29
RE: MyReactions - von KarinB - 26.02.2023, 17:51
RE: MyReactions - von bv64 - 26.02.2023, 18:08
RE: MyReactions - von KarinB - 26.02.2023, 18:50
RE: MyReactions - von bv64 - 26.02.2023, 18:57
RE: MyReactions - von KarinB - 26.02.2023, 19:01
RE: MyReactions - von bv64 - 26.02.2023, 19:01
RE: MyReactions - von KarinB - 26.02.2023, 19:07
RE: MyReactions - von bv64 - 26.02.2023, 19:14
RE: MyReactions - von KarinB - 26.02.2023, 19:17
RE: MyReactions - von bv64 - 26.02.2023, 19:43
RE: MyReactions - von SvePu - 26.02.2023, 20:18
RE: MyReactions - von KarinB - 26.02.2023, 20:24
RE: MyReactions - von bv64 - 26.02.2023, 20:28
RE: MyReactions - von KarinB - 26.02.2023, 20:40
RE: MyReactions - von SvePu - 26.02.2023, 20:57
RE: MyReactions - von bv64 - 26.02.2023, 20:46
RE: MyReactions - von bv64 - 18.03.2023, 12:04
RE: MyReactions - von bv64 - 18.03.2023, 15:28
RE: MyReactions - von KarinB - 06.06.2023, 22:39
RE: MyReactions - von KarinB - 05.11.2023, 17:46
RE: MyReactions - von KarinB - 05.11.2023, 18:55
RE: MyReactions - von bv64 - 05.11.2023, 19:23
RE: MyReactions - von KarinB - 05.11.2023, 22:17
RE: MyReactions - von bv64 - 06.11.2023, 09:07
RE: MyReactions - von KarinB - 08.11.2023, 11:13
RE: MyReactions - von bv64 - 08.11.2023, 12:22
RE: MyReactions - von KarinB - 08.11.2023, 12:29
RE: MyReactions - von KarinB - 22.11.2023, 14:47
RE: MyReactions - von bv64 - 22.11.2023, 15:16
RE: MyReactions - von TheStoryteller - 30.03.2024, 17:17