MyBB Community Forums

Full Version: How to make changes in portal?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to make changes in portal?

[Image: image.png]

and how to add favicon to the forum?

???

Help
to add a favicon, upload a favicon.ico (image file) file to the root folder of your website and hard-refresh the forum a couple of times.

so basically the icon should be accessible from http://www.dealndice.com/favicon.ico

if you dont get the icon even after refreshing, add this code to headerinclude template...

<link rel="icon" type="image/ico" href="/favicon.ico">
and about that avtar shifting?
Open the theme template "portal_announcement_avatar"

Replace there:
vertical-align: middle;

with:
vertical-align: top;