Thread subject: muscapaul's PHP-Fusion website :: Smileys

Posted by axel on 07-12-2008 03:37
#1

Hi friends

my fusion posts smileys disabled. howto enabled it to all database in preview code to custom page

all database fusion_posts only post_smileys value 0 to post_smileys value 1

sorry to my bad english
Thanks

Posted by muscapaul on 08-12-2008 12:56
#2

First make a backup of the database, then preview this code in a custom page:
Code
<?php
$result = dbquery("UPDATE fusion_posts SET post_smileys='1' WHERE post_smileys='0'") ;
?>