Yahoo emoticons for your site's smileys. Available smileys:
here0) Download the file, extract it.
1) Upload gif images under uploads folder to your xoops uploads folder
2) Open file foo_smiles.sql, at line 1 replace "foo" with your XOOPS_DB_PREFIX
3) Import the sql into your xoops database via command line or via phpMyAdmin
- If you can use command line, do:
$ mysql -u XOOPS_DB_USER -p XOOPS_DB_PASS XOOPS_DB_NAME < foo_smiles.sql
- If you can't use command line, use phpMyAdmin.
# Note: see your xoops mainfile.php to know MySQL info:
- XOOPS_DB_PREFIX
- XOOPS_DB_USER
- XOOPS_DB_PASS
- XOOPS_DB_NAME
Have fun!