Hello guys.
I want the old style back like SimpleMachines has, Is there a tutorial on how to do this?
Preview: http://i.imgur.com/jVQgb.png
Thanks guys!
You mean the boxes on post count and the icons?
depends on the theme, it should be a matter of finding the class/id that controls the box and either remove it or change the background to match the background of your profile post.
Yeah need them boxes removing, and move the post bit to the left instead of the middle.
whats your forum url?
http://gaming-emulator.com
Thank you.
By removing or changing the #forumposts div.poster ul li id on your theme's css file should take care of it, attach that file here, should be on /Themes/your theme/css/index.css
Thank you!
this should do the trick.
Thanks it works but.. Is there a way to move it from the right to the left?
Preview: http://i.imgur.com/mbgWQ.png
Thank you.
open you file and find:
/* Custom perfil in display */
#forumposts div.poster ul li
{
background: #e4e7ea;
border: 0px solid #B7BEC4;
margin-bottom: 1px;
padding: 3px;
text-align: right;
}
change right to left:
/* Custom perfil in display */
#forumposts div.poster ul li
{
background: #e4e7ea;
border: 0px solid #B7BEC4;
margin-bottom: 1px;
padding: 3px;
text-align: left;
}
Thanks but it's not working
It's gone more over to the right again :(.
Preview: http://i.imgur.com/cvB9H.png
What browser are you using?
I see your post profile to the left with Opera, Chrome and FireFox
try cleaning your browser cache.
I am using Chrome.
did you clean your browser cache?
try with a different browser.
It's working now but not displaying like SimpleMachines forum.
Preview: http://i.imgur.com/P0MFn.png
and how exactly "like SimpleMachines forum" is?
you want a single color for both the profile and the message?
SimpleMachines forum has it prefectly to the left
SimpleMachines: http://i.imgur.com/dpWxm.png
My forum: http://i.imgur.com/P0MFn.png
Well, thats pretty much defined by the theme author, you can do some css changes to the poster h4 tag but you won't get an exact replica of the curve theme.