Hacks4wbb by HFW™ (https://hacks4wbb.de/index.php)
- WBB Bereich (https://hacks4wbb.de/board.php?boardid=20)
--- wbb2.3.6 Start (https://hacks4wbb.de/board.php?boardid=441)
---- Dokumentationen|Codeschnipsel (https://hacks4wbb.de/board.php?boardid=445)
----- [Codeschnipsel] Devils Shoutbox in Arcade (https://hacks4wbb.de/thread.php?threadid=32206)


Geschrieben von omar am 09.03.2023 um 18:32:

  Devils Shoutbox in Arcade

Suche in
arcade_gold.php

folgendes:

php:
1:
eval ("\$arcade_header =(\"" $tpl->get ("ag_header") . "\");");


fuege darueber folgendes ein:
php:
1:
2:
3:
4:
############## Devils Shoutbox ##############
$shoutbox "";
require('./shoutbox_include_index.php');
############## Shoutbox Ende ################




dann suche im

code:
1:
ACP-> Templates bearbeiten-> ag_header.tpl 

und fuege am Ende folgendes ein:

code:
1:
2:
3:
4:
5:
6:
<br />
<table  width="100%" cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}"  class="tableinborder">
<tr>
$shoutbox
</tr>
 </table>


Forensoftware: Burning Board 2.3.6, entwickelt von WoltLab GmbH