MyBB Community Forums

Full Version: How i can delete them and other ..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 123.bmp]

And how i can do like that someone write in textbox his name at user control panel and it shows when he post in forum, under name.

[Image: 312.bmp]

Thanks for help.
Go to: ACP > Themes > Your theme > global.css > and add the following code in it;
.hiddenrow {
    display: none;
}

.selectall {
    background-color: #FFFBD9;
    font-weight: bold;
    text-align: center;
}

save style sheet.

For Profile field see this: http://yaldaram.com/showthread.php?tid=9...file+field
That doesn't delete him...
What ? The CSS above will remove CSS selection issue.