Simple Shoutbox. Compatible with NP_znSmiley and NP_Alias. Shoutbox per blog. Support logged-in members. Simple confirmation code using image to prevent spam.
| General Plugin info | |
|---|---|
| Author: | PiyoPiyoNaku |
| Current Version: | v0.31b |
| Download: | here |
Put <%PiyoShoutBox%> in your skin.
Copy paste and edit this CSS codes to your CSS file
/* the whole area of PiyoShoutBox */ #PiyoShoutBox { width: 200px; } /* entries box */ #PiyoShoutBox .shout_display { border: 1px solid black; height: 200px; } /* date in each entries*/ #PiyoShoutBox .shout_display .shout_date { text-align: right; background-color: white; color: black; font-size: smaller; } /* each entries (including name and message) */ #PiyoShoutBox .shout_display .shout_entry { background-color: gray; text-align: justify; color: black; margin-bottom: 2px; } /* name in each entries */ #PiyoShoutBox .shout_display .shout_entry .shout_name { } /* message in each entries */ #PiyoShoutBox .shout_display .shout_entry .shout_msg { } /* bottom pagination */ #PiyoShoutBox .shout_display .nextLink { font-size: smaller; } /* the current date displayed */ .current_date { font-size: smaller; text-align: center; width: 100%; background-color: white; } /* inputboxes */ #txtName, #txtUrl, #txtMessage { border: #cccccc 1px solid; width: 115px; } #txtCode { width: 94px; border: #cccccc 1px solid; } /* container of hide/show emoticons panel buttons */ #znsmiley_dispPiyoSB, #znsmiley_nonePiyoSB { float: left; } /* addShout button */ #addShout { } /* container of Shout! button */ .shout_add { float: right; } /* container of label and box of each field */ .shout_disp { padding: 2px; } /* the container of each labels */ .shout_labels { float: left; } /* the container of each boxes */ .shout_fields { float: right; }
If you want to put the shoutbox into an iframe, use NP_ExtraSkinsJP