Problem z instalacja shoutboxa

Konfiguracja forum SMF.
Sotev
Posty: 1
Rejestracja: 31 lip 2009, 13:24:58
Płeć: Niewybrana
User Agent: Firefox Windows 1152x864

Problem z instalacja shoutboxa

Post autor: Sotev »

Witam. Mam problem z instalacja shoutbuxa na SMF.
Chce dodac na serwer i pisze takie cos ponizej\/. Nie mam takiego kodu w index.template wiec wklejam ten 2 na samym dole ale jak to robie to strona nie dziala wyskakuje blad:/ Gdzie mam to wkleic? Prosze o pomoc.

Kod: Zaznacz cały

Plik readme instalacji
         
This allows you to put put a shoutbox on your forum, and via SSI anywhere on your web site.
It links in with your members database, and shouting can be limited to admins, members or guests.
The ultimate shoutbox was originally written by Greg Haase and was ported to SMF by Grudge

Please ensure you have uninstalled any previous versions before installing!

After installation you will need to add the shoutbox to your template. To do this just call the smfshout(); function
from somewhere within your template. You may need to add it as ', smfshout(), ' if you are inside an echo statement.

Example:
If you want to add the shoutbox to the LEFT of your web page, you could make the following change in index.template.php.
Find:
Kod:


<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr>
    <td id="bodyarea" style="padding: 1ex 20px 2ex 20px;">';



and replace with:
Kod:


<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr valign="top">
    <td width="120">', smfshout(), '</td>
    <td id="bodyarea" style="padding: 1ex 20px 2ex 20px;">';


This is just a basic example, but should be enough to get you started.

Version 1.37 fixes a security issue with user names.
Version 1.36 fixes a session bug as well as a few minor fixes.
Version 1.33 fixes redirection further, and a few language issues.
Version 1.32 sorts out redirection upon delete, and adds multi-delete from archive.
Version 1.31 adds an option not to require the email address for guests, plus adds XML refresh where supported by browsers!

Written By Matthew Wolf (a.k.a Grudge) - me@mattwolf.co.uk
http://www.mymods.co.uk
Copyright 2004 - 2006 - Neither this package or any of its contents may be distributed without authorisation
ODPOWIEDZ