Welcome Guest ( Log In | Register )

UploadScript

Check out the FREE chatroom mod for IPB 3.x

182 Pages V  « < 170 171 172 173 174 > »   
Reply to this topicStart new topic
D2-Shoutbox 4.2.1
StormInk
post Dec 27 2005, 03:13 PM
Post #2566


Newbie
*

Group: Members
Posts: 74
Joined: 25-December 05
Member No.: 193,833
IPB Version: 2.0.x



Installed and it work great. But... I was wondering if it was possible to add a border around it.

I know its a small thing, but it doesn't stand out like the rest of the forums. I could't find the piece of code where it the "iframe class = maintitle" so I couldn't really do much to fix this problem.


Hopefull you can tell me how.

Thanks.
Go to the top of the page
 
+Quote Post
Omega42
post Jan 2 2006, 10:29 PM
Post #2567


Newbie
*

Group: Members
Posts: 4
Joined: 25-November 05
Member No.: 187,724
IPB Version: 2.0.x



i have no idea if this question has been asked before because i dont have the time or energy to search through 171 pages, but is there a way to change the default color the shoutbox uses? I cant change the default skin color (if thats possible) because the skin wouldnt look right. Thanks to anybody who can help! smile2.gif
Go to the top of the page
 
+Quote Post
xstewiegriffinx
post Jan 4 2006, 12:15 AM
Post #2568


Newbie
*

Group: Members
Posts: 18
Joined: 23-February 04
Member No.: 86,383
IPB Version: Not Applicable



I am having an odd occurance. The shoutbox is coming up with scroll bars on the right and bottom. I figured originally this may have been because the number of shouts to display could have been too high, but even when I kick it down to 2 shouts it still has the scroll bar. Is there any way to remove this?

Edit: Here's a picture if it helps

IPB Image

This post has been edited by xstewiegriffinx: Jan 4 2006, 12:27 AM


--------------------
IPB Image
Go to the top of the page
 
+Quote Post
xstewiegriffinx
post Jan 6 2006, 10:24 AM
Post #2569


Newbie
*

Group: Members
Posts: 18
Joined: 23-February 04
Member No.: 86,383
IPB Version: Not Applicable



wow, such stellar support. Ill just uninstall this version so scratch my question.


--------------------
IPB Image
Go to the top of the page
 
+Quote Post
ohaq
post Jan 6 2006, 07:06 PM
Post #2570


Newbie
*

Group: Members
Posts: 2
Joined: 2-January 06
Member No.: 195,298



I have seen so many questions about the scrollbar which comes in mozilla firefox at the bottom of the shoutbox.

I was wondering if there is any way to remove it just need to get the shout box 4px smaller some where and it will work just fine.

this prb is no there with som of my skin so it might be a fault in the new skin could it be the padding or cell spacing just let me kno if any one know.


Please check in firefox and change to other skin then there is no prb. So if some one can help me and tell me what should i modify

This post has been edited by ohaq: Jan 11 2006, 10:40 AM
Go to the top of the page
 
+Quote Post
igeoffi
post Jan 6 2006, 11:59 PM
Post #2571


Member
**

Group: Members
Posts: 138
Joined: 29-March 05
From: SoCAL
Member No.: 151,205



^^hmmm
nice board?
sure looks nulled smile2.gif

btw, i get the scroll bars on mine
think its an iframe
not sure
didnt have time


--------------------
FrozenFX - Summer 2006
DBHS USB - long overdue
Unikoi - really long overdue
Go to the top of the page
 
+Quote Post
starbuckje
post Jan 7 2006, 01:56 AM
Post #2572


Member
**

Group: Members
Posts: 116
Joined: 5-May 05
Member No.: 156,910
IPB Version: 2.1.x



I use the shoutbox a long time now and regarding the scrollbars I noticed that when you use the standard skin, modified or not, there are only scrollbars when someone uses a smilie, bold text or when you show more shoutlines than possible in the size of the window.

When using another skin, at least most of them, there are scrollbars. I think it has something to do with fontsize. In the code of the shoutbox there must be very little margin for line-heights which causes the shoutbox to show scrollbars if the line is 1 pixel higher than normal font.


--------------------
Dreamhost-sucks.com

Beware!! Don't fall for it!!
Go to the top of the page
 
+Quote Post
xstewiegriffinx
post Jan 8 2006, 05:19 AM
Post #2573


Newbie
*

Group: Members
Posts: 18
Joined: 23-February 04
Member No.: 86,383
IPB Version: Not Applicable



if anybody can point out where to fix the problem Id be very much appreciative as Im sure others would be too. I tried to PM dean but no such luck


--------------------
IPB Image
Go to the top of the page
 
+Quote Post
ohaq
post Jan 11 2006, 12:01 AM
Post #2574


Newbie
*

Group: Members
Posts: 2
Joined: 2-January 06
Member No.: 195,298



Horizontal scrolbar remove for shoutbox HaCk
which comes in the bottom instructions worked for me


This is for those who see a horizontal scroll bar at the bottom of the shout box in mozilla firefox.

Well i have figured out where the probelm was for me

Go to your skin Admin control panel > look and feel> Site manager click on the right of the skin>Edit Stylesheet (CSS Advanced Mode)

I dont know how to explain i will tell you what i did according to my css

i had (find .rwo1)

CODE
.row1{
    background-color: #424242;
    color: #AAAAAA;
    border-top: 1px solid #504F4F;
    border-left: 1px solid #504F4F;
}

.row2{
    background-color: #363636;
    color: #AAAAAA;
    border-top: 1px solid #504F4F;
    border-left: 1px solid #504F4F;
}


changed to
CODE
.row1{
    background-color: #424242;
    color: #AAAAAA;
    border-top: 1px solid #504F4F;
    border-left: 0px solid #504F4F;
}

.row2{
    background-color: #363636;
    color: #AAAAAA;
    border-top: 1px solid #504F4F;
    border-left: 0px solid #504F4F;
}

QUOTE

So just find .row1 and then .row2 and make changes in 2 lines i.e the border left line.
SO WAHT YOU DO IS JUST CHANGE THE LEFT BORDER TO 0px smile2.gif LET ME KNOW IF THIS IS WORKING FOR YOU GUYS.
Go to the top of the page
 
+Quote Post
cis
post Jan 13 2006, 05:06 AM
Post #2575


Newbie
*

Group: Members
Posts: 2
Joined: 7-June 05
Member No.: 161,721
IPB Version: Not Applicable



hi all !!!
i have a big problem with my D2-Shoutbox 4.2 ; It's install on my forum, in CP admin i have activated the shoutbox but i can't see it on my forum sad.gif

[img=http://img65.imageshack.us/img65/7880/adminsb4hr.th.png]

It's an 2.0.3 ipb forum with french language and with Charcoal skin.

What's the problem plz ?

tkx u
Go to the top of the page
 
+Quote Post
cis
post Jan 15 2006, 09:52 AM
Post #2576


Newbie
*

Group: Members
Posts: 2
Joined: 7-June 05
Member No.: 161,721
IPB Version: Not Applicable



bump ?
Go to the top of the page
 
+Quote Post
xmsspeed
post Jan 17 2006, 06:48 PM
Post #2577


Newbie
*

Group: Members
Posts: 7
Joined: 19-December 05
Member No.: 192,799
IPB Version: 1.3.x



I have a similar problem. I looked throgh this forum and found many people asking the same question but there are no posted answers. I edited my files and successfuly ran the installer. The shoutbox will not show up in my forum. I can only access the shoutbox by goin to http://www.mypage.com/forums/index.php?act=Shoutbox and through the admin CP.
Go to the top of the page
 
+Quote Post
:Natasha:
post Jan 25 2006, 08:20 AM
Post #2578


Newbie
*

Group: Members
Posts: 75
Joined: 6-August 05
Member No.: 169,864



I love this shoutbox, but unfortunately it uses too much resources on my shared server that it causes problems when i have multiple members using it.


--------------------
IPB Image
Go to the top of the page
 
+Quote Post
Riann
post Jan 31 2006, 12:19 PM
Post #2579


Newbie
*

Group: Members
Posts: 2
Joined: 30-January 06
Member No.: 201,441
IPB Version: 2.0.x



Okay, here's the problem i'm having:

I get no errors, the installation runs fine, and the ACP is pefect, the shoutbox is supposed to be displaying, but when I load my site there's no change on it. I tried hitting Crtl-F5 to reload, but its all the same.

I also installed a portal and same thing.. no change to the site.

I'm assuming its not editing my index.php file, any recommends?


Edit: I also forgot that I DO have my CHMOD set to 777 on the file, so its allowed access to it.

Looking at my code it seems as it was added but, its still no executing.

This post has been edited by Riann: Jan 31 2006, 12:24 PM
Go to the top of the page
 
+Quote Post
xxdashxx
post Feb 1 2006, 10:33 PM
Post #2580


Newbie
*

Group: Members
Posts: 30
Joined: 28-October 05
Member No.: 181,791
IPB Version: 2.0.x



There were way too many pages to look through them all, I did a search but found nothing...

Anyway, after about 6 - 7 shouts the shouts below go bold for some reason. The shouts that are above the old ones are plain untill more shouts come, is there anyway to find out why this is happening and how can you stop it form happening?

QUOTE(cis @ Jan 13 2006, 11:06 AM) [snapback]1624216[/snapback]

hi all !!!
i have a big problem with my D2-Shoutbox 4.2 ; It's install on my forum, in CP admin i have activated the shoutbox but i can't see it on my forum sad.gif

[img=http://img65.imageshack.us/img65/7880/adminsb4hr.th.png]

It's an 2.0.3 ipb forum with french language and with Charcoal skin.

What's the problem plz ?

tkx u


Did you make sure you edited the skins board header and added <!--D2-SHOUTBOX--> below the member bar?
Go to the top of the page
 
+Quote Post

182 Pages V  « < 170 171 172 173 174 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 15th March 2010 - 03:35 PM
Invision Skins · IPB Skins