yesbaleika wrote:Is it possible to delete/modify in the shoutbox with admin or mod status ?
I don't have the time to do it for you.Dj-iceman wrote:aww is it hard to edit the width for me... ?
Code: Select all
#act_indicator {
visibility:hidden;
}
.shouts {
width: 85%;
height:300px;
overflow:auto;
float:left;
}
#chat {
width: 100%;
text-align:left;
}
.postprofile {
min-height: 5px !important;
}
.chatform {
width: 90%;
text-align:center;
}
.onlinelist {
width: 15%;
overflow:auto;
height:300px;
}
.users {
width: 90%;
text-align: left;
text-indent: 5px;
margin-left:auto;
margin-right:auto;
}
.user {
width: 95%;
font-size: 1.1em;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height: 1.4em;
}
#act_indicator {
visibility: hidden;
}
.chatinput {width: 80% !important;}
.online_img {
vertical-align:middle;
}
You would only have to edit the style in the chat_body.htmlAyjona wrote:Greetings, Grooveplugs, and once again, thanks for a wonderful mod.
I'm wondering if it would be possible to decrease the width, increase the height, and place the shoutbox on the right side of my phpBB3 forum, parallell to the forum listings, and what I would have to edit to do this?