MyBB Questions

Jay

Seasoned Veteran
Joined
Aug 28, 2009
Messages
4,483
Reaction score
14
FP$
2,177
Hello,

I'm new to the MyBB forum software and I was wondering a couple of things.

1. How do I add a Favicon to my MyBB Board?
4. How do I stop the forum from showing "Last Edited by: {USERNAME OF PERSON WHO EDITED IT}" whenever someone edits their topic.
5. How do I add a custom background to a specific theme?
6. How can I edit the theme so that it has lines running down the side of the forum, like here at FP.

Solved
2. How can I move the MyBB Copyright to the left side, as it is in the center right now

3. How to I remove this: fo389.webp
 
Um for the copy right, go to the footer of the theme and move it to the side.
 
2. Templates & Style, on left, hit templates. Click your theme you want to edit, Then go to footer, and you can move it..
3. Only admins can see it but if you want to take it off go to config, Server and Optimization Options, then Advanced Stats / Debug information put no.
 
Thanks guys, I just need answers to questions 1,4,5,6. 😀
 
1. How do I add a Favicon to my MyBB Board?

You can use a plugin - http://mods.mybboard.net/view/myfavicon. Id tell you the other way (which most people use and is simple) but if you don't know already then the plugin will be of good use to you.

4. How do I stop the forum from showing "Last Edited by: {USERNAME OF PERSON WHO EDITED IT}" whenever someone edits their topic.

As for that im not 100% sure but it'll be in the ACP under either of the following settings (note: names may not be as I have stated as im not familiar with MyBB but it'll be something of the such):

Load settings,
Post settings,
Topic settings,
Edit settings,
Configuration.

Those are the most logical places, just look for something close to the above wording.

5. How do I add a custom background to a specific theme?
6. How can I edit the theme so that it has lines running down the side of the forum, like here at FP.

Obviously you need to code it in, check the style files.
 
1. http://mods.mybboard.net/view/myfavicon (INSTALL THIS MOD)
4. What version are you using?
5. Go to the theme's global. css, then in the body selection... edit the background attribute and input the code below. Make sure the background image in uploaded in your theme's image folder.
url(images/(THEME)/bg.(FILE))
6. Please be a little bit more specific...
 
To removed the lasted edited thing I think it is a mod and in your ACP.
 
Back
Top Bottom