The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

FMChat unwanted borders issue

Go down

FMChat unwanted borders issue Empty FMChat unwanted borders issue

Post by Vito-UFA March 16th 2012, 6:41 pm

Hello
Please look !
FMChat unwanted borders issue 110
Why is that ? I used FMCHAT tut. and after all i got some stupid borders and ape @ changed to some MOD text, please help !

Also as always, before I instaled it on my forum i tried it on my test forum and as you can see on the images same tutorial gives two different looks of the chat:
FMChat unwanted borders issue 310
here you can see how its looking on my test forum there are no borders but instead of that there is no input box and other options such as "SOUND OFF", "OTHERS" etc.

Vito-UFA
Vito-UFA
Forumember

Male Posts : 118
Reputation : 6
Language : polish/english
Location : Lodz

http://www.ufa-league.net/forum

Back to top Go down

FMChat unwanted borders issue Empty Re: FMChat unwanted borders issue

Post by Guest March 16th 2012, 6:44 pm

Hi!

Can you provide me a test account? Thank you.
avatar
Guest
Guest


Back to top Go down

FMChat unwanted borders issue Empty Re: FMChat unwanted borders issue

Post by Vito-UFA March 16th 2012, 6:48 pm

Coddy wrote:Hi!
Can you provide me a test account? Thank you.
To which forum ?
Vito-UFA
Vito-UFA
Forumember

Male Posts : 118
Reputation : 6
Language : polish/english
Location : Lodz

http://www.ufa-league.net/forum

Back to top Go down

FMChat unwanted borders issue Empty Re: FMChat unwanted borders issue

Post by Guest March 16th 2012, 6:50 pm

In forum that you have the problem.
avatar
Guest
Guest


Back to top Go down

FMChat unwanted borders issue Empty Re: FMChat unwanted borders issue

Post by Vito-UFA March 16th 2012, 6:52 pm



do you need an ACP panel access ?


Last edited by Vito-UFA on March 16th 2012, 7:37 pm; edited 1 time in total
Vito-UFA
Vito-UFA
Forumember

Male Posts : 118
Reputation : 6
Language : polish/english
Location : Lodz

http://www.ufa-league.net/forum

Back to top Go down

FMChat unwanted borders issue Empty Re: FMChat unwanted borders issue

Post by Guest March 16th 2012, 6:54 pm

Nope. But thanks for this account. I will come with a reply or edit. Wink
avatar
Guest
Guest


Back to top Go down

FMChat unwanted borders issue Empty Re: FMChat unwanted borders issue

Post by Vito-UFA March 16th 2012, 7:00 pm

Ok kool, i found the reason of those borders but i dont know why is that, maybe its possible to remove it through the CSS but i think it shouldnt be there anyway, maybe my bord got some errors or some unnecessary codes that making errors but i cant locate them.
FMChat unwanted borders issue 210
Code:
<p class="chatbox_row_1 clearfix" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(207, 181, 43); border-right-color: rgb(207, 181, 43); border-bottom-color: rgb(207, 181, 43); border-left-color: rgb(207, 181, 43); border-image: initial; "><span class="date-and-time" title="16 Mar 2012">[18:27:34]</span> <span class="user-msg"><span class="user"><span style="color:#FFD900"><strong>MOD</strong></span> <a href="/u1" onclick="return copy_user_name('Vito');" target="_blank"><span style="color:#FFD900"><strong>Vito</strong></span></a> : </span><span class="msg"><span style="color: #6b6b6b">OMG</span></span></span></p>
where this code came from ^^^ ?
Vito-UFA
Vito-UFA
Forumember

Male Posts : 118
Reputation : 6
Language : polish/english
Location : Lodz

http://www.ufa-league.net/forum

Back to top Go down

FMChat unwanted borders issue Empty Re: FMChat unwanted borders issue

Post by Guest March 16th 2012, 7:01 pm

Try this:
Code:
#chat{
border: 3px solid #0088FF;
}
Replace 3px by border width, and #0088FF by a HEX color.
http://www.w3schools.com/html/html_colors.asp
To remove border put this:
Code:
#chat{
border: 0px !important;
}

Now, about that border from the text ChatBox. Add this to CSS Stylesheet:
Code:
.chatbase{
background: #0088FF !important;
border: 3px solid #0088FF;
}
Replace #0088FF from background to change the background color from that text box. Replace this to word transparent if you won't a background color.
Replace from border theese 3px to border width, #0088FF to border color.
If you won't a border:
Code:
.chatbase{
background: #0088FF !important;
border: 0px !important;
}
avatar
Guest
Guest


Back to top Go down

FMChat unwanted borders issue Empty Re: FMChat unwanted borders issue

Post by Vito-UFA March 16th 2012, 7:34 pm

The codes you gave me do not relate to my problem. I think the problem is hidden somewhere deeper.
Vito-UFA
Vito-UFA
Forumember

Male Posts : 118
Reputation : 6
Language : polish/english
Location : Lodz

http://www.ufa-league.net/forum

Back to top Go down

FMChat unwanted borders issue Empty Re: FMChat unwanted borders issue

Post by Vito-UFA March 16th 2012, 8:08 pm

Rideem3 wrote:That's part of FMChat itself. Many wanted to change the @ symbol to something else. And only moderators have a gold border to distinguish their message from others. Wink

However a later chat version is in development with certain options.
Ok. So you saying the its everything ok with my chat right ? I think i will wait for another chat version, but auto login function ROCKS !
Vito-UFA
Vito-UFA
Forumember

Male Posts : 118
Reputation : 6
Language : polish/english
Location : Lodz

http://www.ufa-league.net/forum

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum