This guide will help you customize a few Icy Phoenix basics.
- How do I change the site logo in my website banner?
- What is a favicon and how do I change mine?
- How do I change the sender of the "Welcome" private message?
- How do I change my website keywords, description, and various other information?
How do I change the site logo in my website banner?
You can change the site logo in your website banner by replacing the current graphic with your own. Depending on your template title, this is the path you would upload your new logo: /templates/YOUR_STYLE/images/YOUR_STYLE_IMG_FOLDER/sitelogo_small.png
If you are simply replacing the default sitelogo_small.png graphic, you should make sure your logo is of the same filetype. Notice the current filetype is .png.
If you wish to change the logo to a different filetype such .gif, .jpg, .PNG, .bmp, etc., open: ip_root/templates/default/default.cfg.
FIND:
$images['sitelogo'] = $current_template_images . 'sitelogo_small.png';
CHANGE: (change the logo name to your logo name)
What is a favicon and how do I change mine?

A favicon is a website icon that is displayed in a website's address bar. This is a favorite of many webmasters because when their website is set as a favorite or bookmarked, their favicon will appear next to the bookmark name in a browser's bookmarks. This allows visitors to easily find the bookmarked website they want to visit. Many webmasters use standard or animated favicons.
If you don't already have a favicon, you can create a small, usually 16x16 icon in programs such as Microsoft Paint or Adobe Photoshop. The favicon can be saved in .ico if you have the plugin for it in Adobe Photoshop. If you don't have Adobe Photoshop, you can still create your favicon using Microsoft Paint.
Once you have created your .jpg, .gif, .png icon, you can convert it to an .ico file here.
Rename the file, if it hasn't been done already, to favicon.ico. Make sure it keeps the .ico file extension.
Upload this image to ip_root/images/. Overwrite the old favicon.ico file already on your server. You should now clear your website cache and close all browser windows. The new favicon should now be seen when visiting your website.
How do I change the sender of the "Welcome" private message?
If you have access to the website database, run this query:
UPDATE phpbb_config SET config_value = '2' WHERE config_name = 'main_admin_id';
Be sure to change the number 2 with the user ID of the account you wish for it to be sent from.
How do I change my website keywords, description, and various other information?
OPEN: ip_root/language/YOUR_LANGUAGE/lang_main_settings.php.
Feel free to change anything in this file!