MyBB Community Forums

Full Version: [AJAX] Inferno Shoutbox for MyBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
im facing this style problem since 1.2 update... ive used 2 themes one light and one dark... the default text color is of my theme is #f9f9f9 and the text color of shoutbox is #3e3e3e i removed this line "<link rel="stylesheet" type="text/css" href="{$mybb->settings['bburl']}/inc/plugins/inferno/inferno_style.css">" unto my inferno_shoutbox templates of my theme and paste the this style on my theme global.css

.inferno_table select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #6B91AB;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    font: 11px Tahoma,Calibri,Verdana,Geneva,sans-serif;
    outline: 0 none;
    padding: 4px;
}

.inferno_text {
	max-width: 500px;
	width: 90%;
	height: 18px;
	font-size:12px;
}

.inferno_shoutbox {
}

.inferno_content {
	padding-left: 5px;
	word-wrap:break-word;
	margin-right:10px;
	margin-bottom:20px;
	margin-top:5px;
    color: #f9f9f9;
	overflow: auto;
}

.inferno_content a {
	text-decoration:none;
	color:#336699;
}

.inferno_content a:hover {
	text-decoration:underline;
}

.inferno_links {
	margin-left: 5px;
	margin-bottom: -1px;
}

.inferno_links div {
	border-radius: 3px 3px 0px 0px;
	/*padding-left: 5px;
	padding-right: 5px;*/
}

.inferno_links div {
	margin-right: 8px;
	display: inline;
}

.inferno_alert {
	background-color: #FBEF8D;
	padding:1px;
}

.inferno_alert_div {
	padding: 8px 0px 3px 5px;
}

but browser still read the the "inc/plugins/inferno/inferno_style.css"

hoe to solve this????
(2014-03-08, 10:45 AM)davym123 Wrote: [ -> ]The scroller doesnt auto scroll down with the ASC order..
Oh, and is it possible to have the avatars in the middle?

Feature Requests:
  • Ability to post images (you can post images atm but if you post a big image then the whole chatbox goes weird)
  • Ability to check PM'S w/o clicking on the persons name
  • Archive button (srsly, where is it? Big Grin)
  • Private Channels

Great job so far with the plugin though!

PS. Sorry mybb team Heart

Click the name of your shoutbox, that is the archive link
(2014-03-08, 01:18 PM)melchor Wrote: [ -> ]im facing this style problem since 1.2 update... ive used 2 themes one light and one dark... the default text color is of my theme is #f9f9f9 and the text color of shoutbox is #3e3e3e i removed this line "<link rel="stylesheet" type="text/css" href="{$mybb->settings['bburl']}/inc/plugins/inferno/inferno_style.css">" unto my inferno_shoutbox templates of my theme and paste the this style on my theme global.css

.inferno_table select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #6B91AB;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    font: 11px Tahoma,Calibri,Verdana,Geneva,sans-serif;
    outline: 0 none;
    padding: 4px;
}

.inferno_text {
	max-width: 500px;
	width: 90%;
	height: 18px;
	font-size:12px;
}

.inferno_shoutbox {
}

.inferno_content {
	padding-left: 5px;
	word-wrap:break-word;
	margin-right:10px;
	margin-bottom:20px;
	margin-top:5px;
    color: #f9f9f9;
	overflow: auto;
}

.inferno_content a {
	text-decoration:none;
	color:#336699;
}

.inferno_content a:hover {
	text-decoration:underline;
}

.inferno_links {
	margin-left: 5px;
	margin-bottom: -1px;
}

.inferno_links div {
	border-radius: 3px 3px 0px 0px;
	/*padding-left: 5px;
	padding-right: 5px;*/
}

.inferno_links div {
	margin-right: 8px;
	display: inline;
}

.inferno_alert {
	background-color: #FBEF8D;
	padding:1px;
}

.inferno_alert_div {
	padding: 8px 0px 3px 5px;
}

but browser still read the the "inc/plugins/inferno/inferno_style.css"

hoe to solve this????

I would try a Ctrl-F5 to force it to reload the CSS and if that doesn't work I actually just ended up deleting all the text from inferno_style.css so it is blank.

Personally I would really like it if he added the CSS to the mybb theme system so that we didn't have to go through this trouble.
Hello!

Can i add rank titles to users?
And how i can change this format
[Time here] krisss18 : test
To
krisss18 [Time here]- Text
OR
[Title]krisss18 [Time here]- Text
i'd like to change the title position.

right now is center. look in please to attachment. (GREEN)

i'd like to place it "align=left". i don't found the css where is definied the position of title. can you help me with this?


Then i noticed a bug. When i click on the image (RED) nothing happen.

If i click on the Image (YELLOW) then the shoutbox is closed. and not like it should the Tab "Allgemein"!

Is this bug only present for me or someone else have it too?

regards and thx in advance for your help.
(2014-03-09, 01:36 PM)Masterchief1 Wrote: [ -> ]i'd like to change the title position.

right now is center. look in please to attachment. (GREEN)

i'd like to place it "align=left". i don't found the css where is definied the position of title. can you help me with this?


Then i noticed a bug. When i click on the image (RED) nothing happen.

If i click on the Image (YELLOW) then the shoutbox is closed. and not like it should the Tab "Allgemein"!

Is this bug only present for me or someone else have it too?

regards and thx in advance for your help.

The CSS for the SB is contained in /inc/plugins/inferno/inferno_style.css, however the CSS that centers that is contained in the inferno_shoutbox template(under the mybb templates).

To fix the error with anus try making sure that inc/plugins/inferno/anus.php is chmod 777.

I can confirm the bug you circled in red, but beyond that I think you might have to wait for the author to help you.
hi and thanks for your answer.

i changed there following tag, but nothing happen. isn't true what i changed?

take a look at the last line

<thead>
		<tr>
		<td class="thead" colspan="5">
			<div class="expcolimage">
				<img id="cat1_img" class="expander" title="[-]" alt="[-]" src="images/collapse.gif" style="cursor: pointer;">
			</div>
			<div style="text-align:left;">
(2014-03-10, 09:21 PM)Masterchief1 Wrote: [ -> ]hi and thanks for your answer.

i changed there following tag, but nothing happen. isn't true what i changed?

take a look at the last line

<thead>
		<tr>
		<td class="thead" colspan="5">
			<div class="expcolimage">
				<img id="cat1_img" class="expander" title="[-]" alt="[-]" src="images/collapse.gif" style="cursor: pointer;">
			</div>
			<div style="text-align:left;">

That should be correct, did you try a Ctrl-F5 to make sure it isn't caching anything? Other than that I can't think of what it might be.
hi

yes i tried with ctrl f5 and cleared the cache, etc. i checked it from 2 other pc's too. there is no change. will trying forward
hi, admins can see private conversations between users of the chat? if yes, how it is possible?