• 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)
  • Plugin Author Pierre_02

    (@pierre_02)

    Hi xberserker,

    fun ?? and what do you think about this ?? ?

    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="var obj=document.getElementById('chatoutput');obj.style.height=(obj.offsetHeight+20)+'px';">+</a>
    		<a style="cursor: pointer;" onClick="var obj=document.getElementById('chatoutput');hauteur=(obj.offsetHeight-48);if(parseInt(hauteur)>0)obj.style.height=hauteur+'px';">-</a>
    		<?php
    		echo '</div>';

    BTW users can “truly” adapt the height of the shoutbox.

    If you want to code a little more (combining javascript and php), by playing with cookies you’ll can keep the height settings per user ;).

    Amicably,

    Pierre.

    Thread Starter Tosh

    (@xberserker)

    Pretty cool, I’ll see what my users think of it.

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.