[Plugin: Pierre's Wordspew] How to give your users a choice for size of your chat box.
-
Just thought I’d share this trick. I’ll post this on my blog as well later. Put this in your wordspew.php file around line 636
if ($level_for_archive==1) {
echo '<div style="text-align:right;"><a href="'.$Actual_URL.'/wp-content/plugins/pierres-wordspew/wordspew_archive.php" onmouseover="ChangeURL(\'shoutboxArchive\',\''.$Actual_URL.'/wp-content/plugins/pierres-wordspew/wordspew_archive.php\',\'?shout_cat=\')" id="shoutboxArchive">'.__("Archive",wordspew).'</a> | '; ?> <a style="cursor: pointer;" onClick="document.getElementById('chatoutput').style.height='400px'"">+</a> <a style="cursor: pointer;" onClick="document.getElementById('chatoutput').style.height='200px'"">-</a> <?php echo '</div>';
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Pierre's Wordspew] How to give your users a choice for size of your chat box.’ is closed to new replies.