MyBB Community Forums

Full Version: How can I change to look something like this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My current theme

http://mods.mybb.com/view/myipb



How can I change this current one

[Image: LV7HW.png]


to look similar like this one? where do I edit the css/php to look like the one below?

[Image: Mvevz.png]



Theme in the second screenshot

http://mods.mybb.com/view/apart-1

Please help!
Edit the postbit templates and/or the global.css style sheet of your theme.
(2011-11-03, 10:41 PM)Sama34 Wrote: [ -> ]Edit the postbit templates and/or the global.css style sheet of your theme.

I know where those are but what are the directions about doing this
You are suppose to learn HTML and CSS at least in your own to run a website, it is not that hard.
(2011-11-03, 11:03 PM)Sama34 Wrote: [ -> ]You are suppose to learn HTML and CSS at least in your own to run a website, it is not that hard.

Thanks for not being helpful. How about this, what lines in the postbit templates that needs to be changed?
There will be a div class in postbit_author_user, that's what is creating the box.
As for the user name, post your postbit template.
I believe you'll need to edit postbit and postbit_classic templates but I think the css class "post_author_info" can be edited in the admincp to include any css changes.

You might need to add "post_author_info" to the css of "postbit_classic".

But really you do need to learn some CSS if you're in need of your own custom edits. That or pay someone to do it for you.

Quote:There will be a div class in postbit_author_user, that's what is creating the box.

Check that because I'm fairly sure there isn't.