Like SystemiConnectFri 15 Oct 2021, 04:50
Auto Save MessagesLGforumFri 26 Feb 2021, 13:31
New tutorial questionTheCrowMon 15 Feb 2021, 08:12
Support iOS Emojis (and other platforms)LGforumSun 14 Feb 2021, 01:25
LGforum (2806)
Chat problem(cuts off latest message) Vote_lcapChat problem(cuts off latest message) Voting_barChat problem(cuts off latest message) Vote_rcap 
Mr.Easybb (1587)
Chat problem(cuts off latest message) Vote_lcapChat problem(cuts off latest message) Voting_barChat problem(cuts off latest message) Vote_rcap 
Bloodbath (745)
Chat problem(cuts off latest message) Vote_lcapChat problem(cuts off latest message) Voting_barChat problem(cuts off latest message) Vote_rcap 
Rukiafan (533)
Chat problem(cuts off latest message) Vote_lcapChat problem(cuts off latest message) Voting_barChat problem(cuts off latest message) Vote_rcap 
Dom (513)
Chat problem(cuts off latest message) Vote_lcapChat problem(cuts off latest message) Voting_barChat problem(cuts off latest message) Vote_rcap 
puppycheese (446)
Chat problem(cuts off latest message) Vote_lcapChat problem(cuts off latest message) Voting_barChat problem(cuts off latest message) Vote_rcap 
pedro (330)
Chat problem(cuts off latest message) Vote_lcapChat problem(cuts off latest message) Voting_barChat problem(cuts off latest message) Vote_rcap 
Neymar (301)
Chat problem(cuts off latest message) Vote_lcapChat problem(cuts off latest message) Voting_barChat problem(cuts off latest message) Vote_rcap 
Hitsu (281)
Chat problem(cuts off latest message) Vote_lcapChat problem(cuts off latest message) Voting_barChat problem(cuts off latest message) Vote_rcap 
Flora (275)
Chat problem(cuts off latest message) Vote_lcapChat problem(cuts off latest message) Voting_barChat problem(cuts off latest message) Vote_rcap 


Chat problem(cuts off latest message)

puppycheesepuppycheese
Status : No status yet...

Posts : 446
Join date : 2013-02-12
Age : 30
Location : New Jersey
Tue 05 Mar 2013, 04:18
Here is a problem I am experiencing with the chat it's minor but needs to be fixed i'm not sure how to fix it. I can't see the newest messages sent by users because the bottom of the chat covers the message. To fix this I could make it so when someone sends a message to the chat it would appear on top and it wouldn't be a problem. How would I make the chat list go from newest to oldest. Or maybe cut the bottom part down in order to see the message. here is an image of what I am talking about.
Chat problem(cuts off latest message) Picture_10
jan2xonlinejan2xonline
Status : No status yet...

Posts : 53
Join date : 2013-01-19
Tue 05 Mar 2013, 04:39
It is because you have lots of tabs (Private Chat) open. Try increasing the size of your chatbox by hovering your mouse to your chatbox title then hold the slant arrow and make your chatbox bigger.
puppycheesepuppycheese
Status : No status yet...

Posts : 446
Join date : 2013-02-12
Age : 30
Location : New Jersey
Tue 05 Mar 2013, 04:46
No I tried this but it forms the same way it doesn't effect the bottom of the chat. and also when I have no private chat tabs open it is still the same.
Mr.EasybbMr.Easybb
Status : Love this site, that's why I'm back each day again... lol Samantha's co-owner now. Well deserved!

Posts : 1587
Join date : 2013-01-04
Tue 05 Mar 2013, 04:59
Try #message{margin:0px !important}
puppycheesepuppycheese
Status : No status yet...

Posts : 446
Join date : 2013-02-12
Age : 30
Location : New Jersey
Tue 05 Mar 2013, 05:20
I tried this and nothing changed. I put it in my CSS
Mr.EasybbMr.Easybb
Status : Love this site, that's why I'm back each day again... lol Samantha's co-owner now. Well deserved!

Posts : 1587
Join date : 2013-01-04
Tue 05 Mar 2013, 05:23
First in seeing image you have some overriding css. Which css in the awc are you using
puppycheesepuppycheese
Status : No status yet...

Posts : 446
Join date : 2013-02-12
Age : 30
Location : New Jersey
Tue 05 Mar 2013, 06:52
I think this is it but it was the original css code that was on the avacweb chat
Code:
[panda=css].a_chat_pm tr, .a_chat_pm td { display:none!important; }
.a_chat_pm:before { content: 'Hidden Content'; font-style: italic; }

#chatbox:before {
    content: 'Click a users name to send a chat PM to them. Click the "Reading" button to remain undisturbed by the chatbox.';
    background: #CCC;
    color: #555;
    padding: 5px;
    text-shadow: 0 1px white;
    font-size: 1.2em;
    display: block;
}

#avacweb_chat { left: 10px!important; right: auto!important; }
#avacweb_chat_button { left: 5px!important; right: auto!important; }
Mr.EasybbMr.Easybb
Status : Love this site, that's why I'm back each day again... lol Samantha's co-owner now. Well deserved!

Posts : 1587
Join date : 2013-01-04
Tue 05 Mar 2013, 07:40
Ok well I found what you actually need...

Code:
[panda=css]#chatbox_messenger_form {
margin: 0!important;
}

Then that should fix the problem...?

if not try this

Code:
[panda=css]#avacweb_chat {
min-width:900px;
}

Now that may be big, just play around with the parameter to see when it messes up, then give it play room about 10%. Ok
puppycheesepuppycheese
Status : No status yet...

Posts : 446
Join date : 2013-02-12
Age : 30
Location : New Jersey
Tue 05 Mar 2013, 21:02
Perfect your a lifesaver once again. this code works perfect
Code:
[panda=css]#chatbox_messenger_form {
margin: 0!important;
}
puppycheesepuppycheese
Status : No status yet...

Posts : 446
Join date : 2013-02-12
Age : 30
Location : New Jersey
Thu 07 Mar 2013, 03:37
One more thing! @Mr.EasyBB When I open up a private message tab the box expands again and I can't see the latest message still but as long as i don't private chat I'm fin how do I fix this?
Mr.EasybbMr.Easybb
Status : Love this site, that's why I'm back each day again... lol Samantha's co-owner now. Well deserved!

Posts : 1587
Join date : 2013-01-04
Thu 07 Mar 2013, 04:27
Hmmm It sounds like a footer issue not having enough room. Use my fix of setting a min-width on the over all chat.

Code:
[panda=css]#avacweb_chat {
min-width:900px;
}

Play around with that to get two tabs in nicely without any issues.
puppycheesepuppycheese
Status : No status yet...

Posts : 446
Join date : 2013-02-12
Age : 30
Location : New Jersey
Fri 08 Mar 2013, 00:52
it's either to small or too big. Maybe i will remove the button to close the list from the chat.
puppycheesepuppycheese
Status : No status yet...

Posts : 446
Join date : 2013-02-12
Age : 30
Location : New Jersey
Fri 08 Mar 2013, 00:52
ya that will probably fix it it will free up space and everything
LGforumLGforum
Status : Working to restore AWC!

Posts : 2806
Join date : 2011-10-05
Age : 30
Location : UK
Fri 08 Mar 2013, 10:00
Displaying the messages from newest to oldest - that's an interesting option to give users in the next AWC version. Smile
Which I'll hopefully be starting when I have Internet again.
puppycheesepuppycheese
Status : No status yet...

Posts : 446
Join date : 2013-02-12
Age : 30
Location : New Jersey
Fri 08 Mar 2013, 20:42
Ohh yes this would be a very cool upgrade!
Sponsored content