MyBB.de Forum
Plugin You - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Veröffentlichungen und -Support (https://www.mybb.de/forum/forum-82.html)
+--- Thema: Plugin You (/thread-24465.html)



Plugin You - MyBB.de Bot - 01.01.2012

Eine neue Erweiterung wurde veröffentlicht: Plugin You

Zitat:Replace [you] as username in post
if you want you in thread title
Open inc/class_parser.php
add
global $plugins;
$message = $plugins->run_hooks("text_parse_you", $message);
after
function parse_badwords($message, $options=array())
{