Quote:
Originally Posted by BirdOPrey5
Change your smiley settings then...
Just run an MySQL query on your post table...
Code:
update `PREFIX_post` set pagetext = replace (pagetext, ':lol:' , ':-)')
Obviously make sure you have a backup before you attempt manual changes on the database but it should be no problem.
Replace "PREFIX_" with whatever prefix you set in your config.php file, if any.
|
thank you for answering guys,
i already checked config.php, which one prefix that you mean actually
here is the config.php content
$config['Database']['tableprefix'] = '';
$config['Misc']['cookieprefix'] = 'bb';