wersja skryptu MyBB: New
adres forum: swimhax.tk
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Chciałbym, dodać przycisk "Buźki", obok przycisku button z odnośnikiem po kliknięciu:
http://swimhax.ct8.pl/misc.php?action=smilies
w kodzie pluginu musisz to zrobic
Zastosowałem kod lecz napis się pojawił lecz bez buttona i nie tam gdzie chce
plik, przed edycja
Kod:
<table border="0" cellspacing="2" cellpadding="7" class="tborder" style="opacity: 1;">
<thead>
<tr>
<td class="thead">
<div>
<span class="smalltext">
<strong>Shoutbox</strong>
</span>
<span style="float:right;">
<a href="{$mybb->settings[bburl]}/index.php?action=shoutbox_archive" style="color: white;">« {$lang->dvz_sb_archivelink}</a>
</span>
</div>
</td>
</tr>
</thead>
</table>
<div id="shoutbox">
<div class="panel-away" style="display:none"><button class="button" onclick="dvz_shoutbox.setBack()">{$lang->dvz_sb_away_button}</button>{$lang->dvz_sb_away}</div>
{$dvz_shoutbox_panel}
<div id="shoutbox_data" style="height:{$mybb->settings[dvz_sb_height]}px; overflow:auto;"></div>
</div>
<script type="text/javascript" src="jscripts/dvz_shoutbox.js"></script>
<script>
now = new Date;
dvz_shoutbox.userLastAction = now.getTime();
dvz_shoutbox.interval = {$mybb->settings[dvz_sb_interval]};
dvz_shoutbox.antiflood = {$mybb->settings[dvz_sb_antiflood]};
dvz_shoutbox.maxShouts = {$mybb->settings[dvz_sb_num]};
dvz_shoutbox.awayTimeout = {$mybb->settings[dvz_sb_away]}*1000;
dvz_shoutbox.lang = ['{$lang->dvz_sb_delete_confirm}', '{$lang->dvz_sb_antiflood}'];
{$dvz_shoutbox_js}
dvz_shoutbox.checkForMessages();
</script>
No to napis weź np. <span class="button">Emotikony</span>
czyli mam taki kod wkleić?
Kod:
<a style="cursor: pointer;" id="smilies" onclick="window.open('misc.php?action=smilies&popup=true&editor=clickableEditor','Uśmieszki','scrollbars=yes, menubar=no,width=460,height=360,toolbar=no');<span class="button">Emotikony</span>
Mniej / więcej tak. Próbuj.