MyBB Community Forums

Full Version: DVZ Shoutbox 2.3.4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just tried installing this.

It looked weird, the shout box was at the top of the page.

Here's what I did:

1)  Added the css code from styles.txt to the bottom of my global.css file.

2)  I went to template-->Default template-->index, and added this the dvz_shoutbox line (currently commented out):


<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<!--{$dvz_shoutbox}-->
<script type="text/javascript">


Here's what it looks like:

[Image: yrDhhpR.png]
Hey Smile
Im new to the Forum so I'm sorry if im doing sth wrong but ive a question
http://prntscr.com/bl93e6

Ive that little border around the usernames.
What do I need 2 edit in the stylesheet to make it disappear?

Greetz
Jonas
(2016-06-26, 01:15 PM)Jonas999 Wrote: [ -> ]Hey Smile
Im new to the Forum so I'm sorry if im doing sth wrong but ive a question
[Image: bl93e6]
Ive that little border around the usernames.
What do I need 2 edit in the stylesheet to make it disappear?

Greetz
Jonas

Please link us to your forum with a test account
(2016-06-25, 11:58 PM)nuraman00 Wrote: [ -> ]I just tried installing this.

It looked weird, the shout box was at the top of the page.

Here's what I did:

1)  Added the css code from styles.txt to the bottom of my global.css file.

2)  I went to template-->Default template-->index, and added this the dvz_shoutbox line (currently commented out):


<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<!--{$dvz_shoutbox}-->
<script type="text/javascript">


Here's what it looks like:

[Image: yrDhhpR.png]

Try press ctrl + f5 a few times
(2016-06-25, 11:58 PM)nuraman00 Wrote: [ -> ]I just tried installing this.

It looked weird, the shout box was at the top of the page.

Here's what I did:

1)  Added the css code from styles.txt to the bottom of my global.css file.

2)  I went to template-->Default template-->index, and added this the dvz_shoutbox line (currently commented out):


<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<!--{$dvz_shoutbox}-->
<script type="text/javascript">


Here's what it looks like:

[Image: yrDhhpR.png]
I had the same problem. It was just a dumb mistake of me but i dunno if u did the same
You need 2 copy the code into the stylesheet in advanced mode. Otherwise it wont work
http://prntscr.com/bl955v <-- here is what i mean

Greetz Jonas

(2016-06-26, 01:16 PM)Ben C Wrote: [ -> ]
(2016-06-26, 01:15 PM)Jonas999 Wrote: [ -> ]Hey Smile
Im new to the Forum so I'm sorry if im doing sth wrong but ive a question
[Image: bl93e6]
Ive that little border around the usernames.
What do I need 2 edit in the stylesheet to make it disappear?

Greetz
Jonas

Please link us to your forum with a test account
I meant the square: http://prntscr.com/bl9amm
(2016-06-26, 01:19 PM)Jonas999 Wrote: [ -> ]
(2016-06-25, 11:58 PM)nuraman00 Wrote: [ -> ]I just tried installing this.

It looked weird, the shout box was at the top of the page.

Here's what I did:

1)  Added the css code from styles.txt to the bottom of my global.css file.

2)  I went to template-->Default template-->index, and added this the dvz_shoutbox line (currently commented out):


<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<!--{$dvz_shoutbox}-->
<script type="text/javascript">


Here's what it looks like:

[Image: yrDhhpR.png]
I had the same problem. It was just a dumb mistake of me but i dunno if u did the same
You need 2 copy the code into the stylesheet in advanced mode. Otherwise it wont work
http://prntscr.com/bl955v <-- here is what i mean

Greetz Jonas

(2016-06-26, 01:16 PM)Ben C Wrote: [ -> ]
(2016-06-26, 01:15 PM)Jonas999 Wrote: [ -> ]Hey Smile
Im new to the Forum so I'm sorry if im doing sth wrong but ive a question
[Image: bl93e6]
Ive that little border around the usernames.
What do I need 2 edit in the stylesheet to make it disappear?

Greetz
Jonas

Please link us to your forum with a test account
I meant the square: http://prntscr.com/bl9amm

Yeah I will tell you but you need to post the link to your forum with a test account so I can look into it.
(2016-06-26, 01:19 PM)Jonas999 Wrote: [ -> ]I had the same problem. It was just a dumb mistake of me but i dunno if u did the same
You need 2 copy the code into the stylesheet in advanced mode. Otherwise it wont work
http://prntscr.com/bl955v <-- here is what i mean

Greetz Jonas

Thanks, I've tried it both in regular mode, and advanced edit mode.



(2016-06-26, 01:17 PM)Ben C Wrote: [ -> ]Try press ctrl + f5 a few times


I tried that, it looks like this.

Is it supposed to? It still looks off to me.

[Image: x3hEZee.png]

One other thing, which may be interfering with it.

That image of the shirts on chairs in the background, I wanted it as the background of all of my forum pages.

Instead, that background only appears during the page after I submit a post.  It's not in the background of my main board page.

What I mean is that the white area on the main board page, or the white space at the top and bottom of a thread when viewing a thread, I wanted that image to appear in the background.

Kind of like a wallpaper.

I might have put it in my global.css incorrectly.

Maybe it would be better if I put it as my logo header instead, I don't know, but I at least wanted to try it as a wallpaper first.

This is what I did:


body {
/*    background: #fff;*/
    background-image: url(images/lunarYearShirt.jpg);
    color: #333;
    text-align: center;
    line-height: 1.4;
    margin: 0;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 13px;
    overflow-y: scroll;
}


I can give you a test account with super mod privileges if you want (since you also asked Jonas999 for his), but I'd feel more comfortable PMing it to you, if you don't mind.
Where I can find code, which replaces "/me text" with red "* username text"?
[Image: v62GoLK.png]So I removed that wallpaper image in the background, and it looks better now.

This is the way it's supposed to look, right?

I'll create a separate thread on getting my wallpaper to look right, since that's not related to ShoutBox specifically.