overall_header_navigation_append.html
im Verzeichnis root/ext/spaceace/ajaxchat/styles/prosilver/template/event
löschen tust.Jetzt zu den Button:
Für den BBCode Button gehe im ACP auf Gruppenrechte wähle dort die Gruppe aus und klicke auf den Reiter Diverses, stelle bei Kann bbcode im Chat verwenden auf nein.
Man könnte es auch aus der htmtl Datei entfernen und zwar so:
Öffne:
root/ext/spaceace/ajaxchat/styles/prosilver/template/chat_body.html
Finde und lösche das hier:
Code: Alles auswählen
<!-- IF S_AJAXCHAT_BBCODE -->
<input type="button" class="button" id="bbcodes" value="{L_BBCODES}" />
<!-- ENDIF -->
Code: Alles auswählen
<input type="button" class="button" onclick="popup('{FILENAME}/archive', 1000, 625); return false;" value="{L_CHAT_ARCHIVE}" title="{L_CHAT_ARCHIVE_EXPLAIN}" />
<input type="button" class="button" onclick="popup('{FILENAME}/popup', 1000, 630); return false;" value="{L_CHAT_POPUP}" title="{L_CHAT_POPUP_EXPLAIN}" />
<input type="button" class="button" name="chat_bbpalette" id="chat_bbpalette" value="{L_CHAT_FONT_COLOR}" />
Mache diese Änderung rückgängig.
Öffne:
root/ext/spaceace/ajaxchat/styles
Erstelle dort ein Verzeichnis Namens
proDVGFX
darin ein weiteres Namens template
und darin noch einens Namens event
.Öffne:
root/ext/spaceace/ajaxchat/styles/prosilver/template/event
und kopiere die Datei index_body_stat_blocks_before.html
nach root/ext/spaceace/ajaxchat/styles/proDVGFX/template/event
und benne sie in ajaxchat_tabbg_fifth.html
um, jetzt erstellst du in diesem Verzeichniseine leere Datei Namens
index_body_stat_blocks_before.html
Öffne:
root/styles/proDVGFX/template/index_body.html
Finde:
Code: Alles auswählen
<!-- <li><a href="#fifth"><span>Fifth</span></a></li> -->
Code: Alles auswählen
<!-- IF S_AJAX_CHAT_VIEW and S_CHAT_ENABLED and not S_AJAX_CHAT_POSITION --><li><a href="#fifth"><span>{L_CHAT}</span></a></li><!-- ENDIF -->
Code: Alles auswählen
<!-- Space for extra content
<div class="tabBG" id="fifth">
<div id="insidetabBG5">
<p>Content</p>
</div>
</div>-->
Code: Alles auswählen
<!-- Space for extra content -->
<div class="tabBG" id="fifth">
<div id="insidetabBG5">
<!-- EVENT ajaxchat_tabbg_fifth -->
</div>
</div>
Danach den Foren sowie deinen Browser Cache leeren.