Must have Mods for every SMF Admin?

Fayz Nation

Familiar Face
Joined
Jan 31, 2012
Messages
55
Reaction score
0
FP$
6
Seeing as I am new to the whole community of SMF(been with mybb for 2 weeks and prior to that forumotion for about 4 months)

What are some must have mods that every admin should always have on their site? Maybe something spam related or something that provides general functionality to your forum?

Also where(besides the official site) can I find more themes and mods?
I found dzinerstudio which is where I found my current theme but i would love to find some other sites that have good themes as well(and mods).

Also, related to the theme
how do i remove and add a different picture to my site.
I want to remove the picture of the dude with the gas mask or whatever that is on his face. How do I do that?

link: http://www.enterthefayz.com

Thank you!

Micah 🙂
 
To remove the image, find the code of that area and replace the image in the <img src='imagelink' /> tag.. if the background image is in a CSS code, then it would say something like <div class="something">.. get out the style sheet used on that template(not sure how SMF runs) and find #something(or whatever the code is in) and replace background-image:url('imagelink'); with the image of your choice.

I'm not sure if you understand, but I'm assuming you know CSS.
 
Back
Top Bottom