Das sind die Änderungen die cromatix mir geschickt hatte, und damit läufts jetzt wunderbar!
Das betrifft AeroBlue und Shoutbox ins Portal integrieren.cromatics wrote:das kommt in die ..../styles/AeroBlue/template/shout_body.htmlCode: Select all
<!-- IF S_CAN_VIEW_AS --> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="18" height="18"><img src="{T_THEME_PATH}/images/tl.png" width="18" height="18" alt="" /></td> <td height="18" style="background:url('{T_THEME_PATH}/images/tm.png');"></td> <td width="18" height="18"><img src="{T_THEME_PATH}/images/tr.png" width="18" height="18" alt="" /></td> </tr> <tr> <td width="18" style="background:url('{T_THEME_PATH}/images/ml.png');"></td> <td> <table width="100%" cellspacing="0" class="tablebg"> <tr> <td class="cat"><h4>{L_SHOUTBOX}</h4></td> </tr> <tr> <td width="100%" class="row2" valign="middle"><p id="shoutbox"></p></td> </tr> </table> <br /> <script type="text/javascript"> //<![CDATA[ display_shoutbox = true; load_shout(); //]]> </script> <!-- ENDIF --> </td> <td width="18" style="background:url('{T_THEME_PATH}/images/mr.png');"></td> </tr> <tr> <td width="18" height="18" align="right"><img src="{T_THEME_PATH}/images/bl.png" width="18" height="18" alt="" /></td> <td height="18" style="background:url('{T_THEME_PATH}/images/bm.png');"></td> <td width="18" height="18"><img src="{T_THEME_PATH}/images/br.png" width="18" height="18" alt="" /></td> </tr> </table>
Öffnen: styles/AeroBlue/template/overall_header.html
finde:Davor einfügenCode: Select all
<!-- IF not S_USER_LOGGED_IN --> <br clear="all" /> <form method="post" action="{S_LOGIN_ACTION}">
Öffnen: styles/AeroBlue/template/overall_header.htmlCode: Select all
<!-- INCLUDE shout_body.html -->
finde:davor einfügen:Code: Select all
</head>
Öffnen: styles/AeroBlue/theme/stylesheet.cssCode: Select all
<!-- IF S_DISPLAY_SHOUTBOX --> <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> <!-- ENDIF -->
finde:danach einfügen:Code: Select all
.username-coloured { font-weight: bold; }
Code: Select all
#msg > li.row1 { display: block; list-style-type: none; margin: 0; height: auto; width:98%; float: left; } #msg > li.row2 { display: block; list-style-type: none; margin: 0; height: auto; width:98%; float: left; } #msg > li > dl{ vertical-align: middle; width: 100%; } #msg > li > dl > dt{ width: auto !important; white-space: nowrap; margin-right: 2px; } #msg > li > dl > dd > input{ margin: 3px; } #msg > li > dl > dd#msgbody{ display: inline; padding: 3px 0 1px 0px !important; vertical-align: middle; float:none !important; } #base_ul { list-style:none; margin-left: 0; }
dann alles rüberladen und den cache leeren und den styl komplett aktualisieren sprich:
templates,themes und grafiksammlung
Meinen letzten Fehler habe ich nun auch behoben:
Ich habe das Include für die Box einfach weiter oben in die shout_body eingefügt, vor den Aufruf der Willkomensnachricht für unangemeldete Besucher.raylapa wrote:
2. Trotz der Rechtevergabe für das Gastkonto kann man die Shoutbox unangemeldet nicht sehen
Danke nochmals für die kompetente Hilfe!