Support Forums
MyBB Site Help - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36)
+---- Forum: Forum Software Help (https://www.supportforums.net/forumdisplay.php?fid=49)
+---- Thread: MyBB Site Help (/showthread.php?tid=25990)

Pages: 1 2


MyBB Site Help - danielfr789 - 04-17-2012

Thought I'd post all my problems in one thread so it's easier.

How to I take a site to another site but instead if it going instantly, have it wait 5 seconds?

How do I change this cloud icon thingy to something else?

And there is a missing icon on my index that I think I messed up with prostats.

If you need further information visit my site at: http://devilmodding.uphero.com/

I am not telling you to join, just showing you if you need more information than screenshots, you may feel free to visit my forum.

I will be upgrading my forum soon so this is a test website.


RE: MyBB Site Help - BreShiE - 04-17-2012

1)
Create a file called "index.html" with the following content,then upload it to the website you wish.

Code:
<head>
<meta http-equiv="refresh" content="5; URL=www.wherever.com">
</head>

2)
Upload the icon (16x16) to your main website directory and call it "favicon.ico"


3) ACP > Templates & Style > Templates > Your Theme > Index Template Set > Board Stats > Find the image


RE: MyBB Site Help - danielfr789 - 04-18-2012

(04-17-2012, 06:01 PM)BreShiE Wrote: 1)
Create a file called "index.html" with the following content,then upload it to the website you wish.

Code:
<head>
<meta http-equiv="refresh" content="5; URL=www.wherever.com">
</head>

2)
Upload the icon (16x16) to your main website directory and call it "favicon.ico"


3) ACP > Templates & Style > Templates > Your Theme > Index Template Set > Board Stats > Find the image
The 3rd one didnt work Sad


RE: MyBB Site Help - Irreligious - 04-18-2012

Send me a PM with the information of an account with access to the Admin CP and I will help you removing or fixing that broken image.

If you don't want to, at least let us view your forum without registering, so I can try to figure out which template the image link is.


RE: MyBB Site Help - Crystal - 04-19-2012

Best plugin for adding a favicon.
http://mods.mybb.com/view/myfavicon

I hope this helps! Smile


RE: MyBB Site Help - DAMINK™ - 04-19-2012

(04-19-2012, 04:10 AM)Crystal Wrote: Best plugin for adding a favicon.
http://mods.mybb.com/view/myfavicon

I hope this helps! Smile

Why would you need a mod to add a favicon?
Just dump it in your root?


RE: MyBB Site Help - BreShiE - 04-19-2012

(04-19-2012, 04:10 AM)Crystal Wrote: Best plugin for adding a favicon.
http://mods.mybb.com/view/myfavicon

I hope this helps! Smile

Read the post, I already helped him out. Nice try though.


(04-19-2012, 04:20 AM)DAMINK™ Wrote:
(04-19-2012, 04:10 AM)Crystal Wrote: Best plugin for adding a favicon.
http://mods.mybb.com/view/myfavicon

I hope this helps! Smile

Why would you need a mod to add a favicon?
Just dump it in your root?

Oui


For the third once, it may be in:
ACP > Templates & Style > Templates > Your Theme > Index Template Set > Index > Find the image

or you can always just go to the broken image icon, right click, then copy IMG URL. Find out what it's supposed to be and then add it into wherever the location said it's supposed to be...


RE: MyBB Site Help - NekoChan - 04-19-2012

The site isn't working for me, but personally I also like to use the favicon plugin more than changing the code.
It's easier for people who do not understand how to do these easy "complex for them" code changes.


RE: MyBB Site Help - BreShiE - 04-19-2012

(04-19-2012, 06:41 AM)NekoChan Wrote: The site isn't working for me, but personally I also like to use the favicon plugin more than changing the code.
It's easier for people who do not understand how to do these easy "complex for them" code changes.

You don't need to change any code. Just upload the file and call it "favicon.ico"


RE: MyBB Site Help - NekoChan - 04-19-2012

(04-19-2012, 07:01 AM)BreShiE Wrote: You don't need to change any code. Just upload the file and call it "favicon.ico"


Meh, that never worked for me.