komme irgendwie nicht weiter.
habe shoutbox ajax12rc_1 installiert.
habe im acp alles eingestellt rechte vergeben.
sehe aber nur die überschrift.
"shoutbox"
kein eintrag ist möglich
nun hab ich was von einer installationsanweisung nach subsilver2 gelesen.
hab schon SUFU benutzt.
welche installation ist für mich die richtige.
habe die install benutzt.
Style carbon welche installation?
Forumsregeln
phpBB 3.0 hat das Ende seiner Lebenszeit überschritten
phpBB 3.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 3.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf die neuste phpBB-Version, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 3.0 hat das Ende seiner Lebenszeit überschritten
phpBB 3.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 3.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf die neuste phpBB-Version, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Ich habe nur noch folgendes für Carbon gemacht :
Code: Alles auswählen
Open: styles/subsilver2/template/editor.js
Find
Tip: This may be a partial find and not the whole line.
for (sel_start = 0; range_all.compareEndPoints('StartToStart', range) < 0; sel_start++)
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.
try
{
Find
Tip: This may be a partial find and not the whole line.
// we ignore the end value for IE, this is already dirty enough and we don't need it
caretPos.start = txtarea.sel_start;
caretPos.end = txtarea.sel_start;
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
}
catch(e)
{
}
Open: styles/subsilver2/template/index_body.html
Find
Tip: This may be a partial find and not the whole line.
<!-- IF not S_USER_LOGGED_IN -->
<br clear="all" />
<form method="post" action="{S_LOGIN_ACTION}">
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.
<!-- INCLUDE shout_body.html -->
Open: styles/subsilver2/template/overall_header.html
Find
Tip: This may be a partial find and not the whole line.
</head>
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.
<script type="text/javascript" src="{U_SHOUT_STATIC}"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script>
<script type="text/javascript" src="{U_SHOUT}"></script>
Liebe Helfer , jaaaaa ich habe die Such-Funktion benutzt , manchmal weiß ich nur nicht die richtigen Schlüsselwörter oder bin zu doof. Tips , Links ?