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)
MOD: Problem Vote_lcapMOD: Problem Voting_barMOD: Problem Vote_rcap 
Mr.Easybb (1587)
MOD: Problem Vote_lcapMOD: Problem Voting_barMOD: Problem Vote_rcap 
Bloodbath (745)
MOD: Problem Vote_lcapMOD: Problem Voting_barMOD: Problem Vote_rcap 
Rukiafan (533)
MOD: Problem Vote_lcapMOD: Problem Voting_barMOD: Problem Vote_rcap 
Dom (513)
MOD: Problem Vote_lcapMOD: Problem Voting_barMOD: Problem Vote_rcap 
puppycheese (446)
MOD: Problem Vote_lcapMOD: Problem Voting_barMOD: Problem Vote_rcap 
pedro (330)
MOD: Problem Vote_lcapMOD: Problem Voting_barMOD: Problem Vote_rcap 
Neymar (301)
MOD: Problem Vote_lcapMOD: Problem Voting_barMOD: Problem Vote_rcap 
Hitsu (281)
MOD: Problem Vote_lcapMOD: Problem Voting_barMOD: Problem Vote_rcap 
Flora (275)
MOD: Problem Vote_lcapMOD: Problem Voting_barMOD: Problem Vote_rcap 


MOD: Problem

Rhino.FreakRhino.Freak
Status : Moved on to Phpbb

Posts : 222
Join date : 2013-03-05
Age : 27
Location : India
Thu 19 Sep 2013, 06:20
MOD: Problem 9tdftl

why is this happening? I have put the codes for changing "@" to "Mod" but it does and doesn't at the same time?
HitsuHitsu
Status : Finished on working fmAPI.

Posts : 281
Join date : 2013-09-09
Age : 25
Location : Indonesia
Thu 19 Sep 2013, 06:30
Hello,

use this code:

Code:
[panda=css]#chatbox .user span, .online-users li a span, .online-users li span, .away-users li a span, .away-users li span {display: none;}
#chatbox .user a *, .online-users li a span:last-child, .away-users li a span:last-child {display: inline-block !important;}
#chatbox .user span:before, .online-users li a span:before, .online-users li span:before, .away-users li a span:before, .away-users li span:before {content :"Mod: " ; font-size : 12px;}
That's CSS.
Rhino.FreakRhino.Freak
Status : Moved on to Phpbb

Posts : 222
Join date : 2013-03-05
Age : 27
Location : India
Thu 19 Sep 2013, 14:44
thank you man!
HitsuHitsu
Status : Finished on working fmAPI.

Posts : 281
Join date : 2013-09-09
Age : 25
Location : Indonesia
Fri 20 Sep 2013, 03:39
Yeah,you're welcome
Rhino.FreakRhino.Freak
Status : Moved on to Phpbb

Posts : 222
Join date : 2013-03-05
Age : 27
Location : India
Tue 24 Sep 2013, 06:15
can I ask one more question, like in this chat there is a global message of how to send pm etc, that always stays at the end, how to do it??
TubilokTubilok
Status : No status yet...

Posts : 227
Join date : 2012-10-24
Location : Spain
Tue 24 Sep 2013, 07:27
Is just CSS:
Code:
[panda=css]#chatbox::after {
border: 1px solid #CCC;
content: 'Click a users name next to their message to send a chat PM. Click the "Reading" button to be undisturbed by the chat.';
display: block;
margin: 3px 10px;
padding: 5px;
}
Rhino.FreakRhino.Freak
Status : Moved on to Phpbb

Posts : 222
Join date : 2013-03-05
Age : 27
Location : India
Sun 20 Oct 2013, 15:01
Hitsu wrote:[quotelink="http://www.avacweb.com/t1625-mod-problem#15855"]Hello,

use this code:

Code:
[panda=css]#chatbox .user span, .online-users li a span, .online-users li span, .away-users li a span, .away-users li span {display: none;}
#chatbox .user a *, .online-users li a span:last-child, .away-users li a span:last-child {display: inline-block !important;}
#chatbox .user span:before, .online-users li a span:before, .online-users li span:before, .away-users li a span:before, .away-users li span:before {content :"Mod: " ; font-size : 12px;}
That's CSS.
kinda late but.. this code puts "MOD: " in front of EVERY ONLINE USER
Sponsored content