MyBB Community Forums

Full Version: Myshoutbox Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
First of all, Hey Smile

I have 3 question instead of one.
And i hope the first could be solved and the second and third are optional.

I'm trying to figure out how to enable a scrollbar.
I've editted the template in a way that the chatbox heigh is auto, (And in the ACP settings page i've set max posts to 6)

I want to have it that i can show all posts, But the height should stick around 60/80px. And that the scrollbar navigates through the remaining shouts.

I tried the following:
<div id="shoutbox_data" style="height:auto" overflow:scroll;>{$lang->mysb_loading}</div></td>

And in the .css i added to the standart .shoutbox rule.
.shoutbox {
	margin: 0;
	padding: 0;
	left: 0;
        overflow-x:scroll;
}

But that wouldn't fix it. The message display on top of the Shoutbox_data and will go outside my div.



So that's point 1.

Point 2,
Is there a way to set rights per usergroup?
Like unregistered can see the shouts but can't shout themself
I would like to do the same to "Awaits Activation" group and (custom)"Chat mute" group.

Thats point 2.

3th (and final) point (nonrelated to myshoutbox)
The forum that I develop is running on a server of a friend of me,
That doesn't want to set up FTP due to security reasons (He just doesn't wan't it no matter what i ask..)

Is that some sort of filemanager plugin?
To upload/download files within the entire root of mybb?


Thank you in advance!
24 Hours
Bump, Bump,