Jump to content


Show Smilies In Last Shout Block


  • You cannot reply to this topic
1 reply to this topic

#1 visiblesoul

  • Administrators
  • 551 posts
  • Location:Earth
  • Texas

Posted 31 December 2004 - 03:41 PM

To show smilies in Last Shout Block MKP 1.1 Final :

FIND:
$message = strip_tags($message);

REPLACE WITH:
//$message = strip_tags($message);



Please note that I offer free support on this forum in my free time. Depending on how much work I have backlogged it may take me a week or more to answer questions. I am not ignoring you. I answer everyone but please be patient. Thanks.

Disclaimer: All forum posts, including code examples, on this forum are offered for free in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Use code examples at your own risk.

"If at first you don't succeed, keep on suckin' til you do succeed." -Curly Howard

#2 visiblesoul

  • Administrators
  • 551 posts
  • Location:Earth
  • Texas

Posted 31 December 2004 - 03:41 PM

To show smilies in Last Shout Block MKP 1.1a :

FIND:
$post = strip_tags($post);
REPLACE WITH:
//$post = strip_tags($post);
FIND:
					if (strlen($value) > 20) {
						$cutted = TRUE;
						$value = substr($value, 0, 20)."..";
					}
REPLACE WITH:
					//if (strlen($value) > 20) {
						//$cutted = TRUE;
						//$value = substr($value, 0, 20)."..";
					//}



Please note that I offer free support on this forum in my free time. Depending on how much work I have backlogged it may take me a week or more to answer questions. I am not ignoring you. I answer everyone but please be patient. Thanks.

Disclaimer: All forum posts, including code examples, on this forum are offered for free in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Use code examples at your own risk.

"If at first you don't succeed, keep on suckin' til you do succeed." -Curly Howard





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users