MyBB.de Forum
Hide Tags BBCode [xtrsyz] - 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: Hide Tags BBCode [xtrsyz] (/thread-21492.html)



Hide Tags BBCode [xtrsyz] - MyBB.de Bot - 17.06.2009

Eine neue Erweiterung wurde veröffentlicht: Hide Tags BBCode [xtrsyz]

Zitat:upload hidetags.php to "inc/plugins/"
add this to theme's global.css file.

Code:
.hidetags_header {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 4px;
    margin: 4px 0 0 0;
    color: #000;
}

.hidetags_body {
    background: FFF;
    padding: 4px;
    border: 1px solid #CCC;
    border-top: 0;
    color: #000;
    margin: 0 0 4px 0;
}