To jest tylko wersja do druku, aby zobaczyć pełną wersję tematu, kliknij TUTAJ
Forum Supportu
czo.pl/wxv.pl

Propozycje/Pomysły - ShoutBox w Ogłoszeniu

Zielek - 2012-01-23, 13:19
Temat postu: ShoutBox w Ogłoszeniu
1. ShoutBox w ogłoszeniu
Chcecie mieć ShoutBox w Ogłoszeniu :?:

Wchodzicie kolejno:
:arrow: PA
:arrow: ShoutBox
Klikamy Wyłącz ShoutBox, lub coś podobnego
Wchodzimy kolejno:
:arrow: PA
:arrow: Konfiguracja
:arrow: Strony Głównej
i w →Treść Ogłoszenia← wklejamy taki kod:
Kod:
Kod:
Kod:

<form name="post" action="shoutbox_view.php" method="POST" target="shout_iframe">
<table width="200" align="center" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-width: 1px;">
    <tr>
        <td class="catHead" align="center" height="25"><span class="cattitle"><a href="shoutbox_view.php" class="mainmenu" title="Wszystkie Wiadomości">ShoutBox</a></span></td>
    </tr>
    <tr>
        <td class="row1" align="center" valign="middle"><iframe style="border-width: 1px;" name="shout_iframe" src="shoutbox_view.php" width="200" height="250"></iframe></td>
    </tr>
    <tr>
        <td class="row1" align="center" valign="bottom" nowrap="nowrap"><span class="gensmall">
        Wiadomość: <input type="text" name="message" style="height:17px;font-size:9px;width:100px;" size="60" maxlength="500" value="" class="post" onFocus="Active(this)" onBlur="NotActive(this)">
        <br /><input type="submit" name="submit_button" value="Wyślij" class="button" style="font-size:9px; height:17px;" onclick="this.form.submit(); post.message.value=''; return false;">
        &nbsp;<input type="submit" name="refresh" value="R" style="font-size:9px; height:17px; cursor: pointer" title="Odśwież" class="button" onclick="post.message.value=''; this.form.submit();" />
        <input type="hidden" name="mode" value="submit"></span></td>
    </tr>
</table>
</form>



Powered by phpBB modified by Przemo © 2003 phpBB Group