|

11-03-2011, 02:39 AM
|
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
|
Emcee item removal!!!
name="a" ondblclick="this.checked = false"
if you go through for each item and add ^^ that coding after the
type="radio"
to this
<input id="1-advanced-black" name="itemlist[1][]" type="radio" value="51" checked="checked">
it'd look like this
<input id="1-advanced-black" name="itemlist[1][]" type="radio" name="a" ondblclick="this.checked = false" Clickvalue="51" checked="checked">
you'll be able to Double Click and Deselect Items you currently have up there.
quick fix for the issue until the New Design drops...
don't believe me then check my emcee
|
11-03-2011, 02:39 AM
|
#1
|
Guest
Voted:
0 audio / 0 text
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
|
Emcee item removal!!!
name="a" ondblclick="this.checked = false"
if you go through for each item and add ^^ that coding after the
type="radio"
to this
<input id="1-advanced-black" name="itemlist[1][]" type="radio" value="51" checked="checked">
it'd look like this
<input id="1-advanced-black" name="itemlist[1][]" type="radio" name="a" ondblclick="this.checked = false" Clickvalue="51" checked="checked">
you'll be able to Double Click and Deselect Items you currently have up there.
quick fix for the issue until the New Design drops...
don't believe me then check my emcee
|
|
|

11-03-2011, 07:27 AM
|
Join Date: Apr 2006
Posts: 5,258
Mentioned: 703 Post(s)
Tagged: 47 Thread(s)
Ranked Audio Record 32 Won / 13 Lost
Ranked Text Record 249 Won / 72 Lost
Exclusive Text Record 2 Won / 2 Lost
|
Sweet. I PMed you but I'll ask on here too....
My face bandana doesn't even have a radio button...
to edit!??
I'm not uber code savy, at least not like that
It's been a minute so any help would be cool...
Could someone walk me through this because
the reason I asked the original question is because
I'm getting hit up all the time about having MC Items
That can't be removed, I just wasn't sure if
there was something us mods could do to help...
Aight holla back, someone...lol
|
11-03-2011, 07:27 AM
|
#2
|
Ranked Audio Record 32 Won / 13 Lost
Ranked Text Record 249 Won / 72 Lost
Exclusive Text Record 2 Won / 2 Lost
Join Date: Apr 2006
Voted:
219
audio / 1257
text
Posts: 5,258
Mentioned: 703 Post(s)
Tagged: 47 Thread(s)
|
Sweet. I PMed you but I'll ask on here too....
My face bandana doesn't even have a radio button...
to edit!??
I'm not uber code savy, at least not like that
It's been a minute so any help would be cool...
Could someone walk me through this because
the reason I asked the original question is because
I'm getting hit up all the time about having MC Items
That can't be removed, I just wasn't sure if
there was something us mods could do to help...
Aight holla back, someone...lol
|
Offline
|
|

11-03-2011, 07:37 AM
|
Join Date: Apr 2006
Posts: 5,258
Mentioned: 703 Post(s)
Tagged: 47 Thread(s)
Ranked Audio Record 32 Won / 13 Lost
Ranked Text Record 249 Won / 72 Lost
Exclusive Text Record 2 Won / 2 Lost
|
And btw I moved Stuy's thread up here...
You don't want any random person messing with the code on their MC
Dude, I see it happening, a small fixable problem becoming a major genocide of MCs!!
Dunno wtf Stu was thinking, he knows better. lol
|
11-03-2011, 07:37 AM
|
#3
|
Ranked Audio Record 32 Won / 13 Lost
Ranked Text Record 249 Won / 72 Lost
Exclusive Text Record 2 Won / 2 Lost
Join Date: Apr 2006
Voted:
219
audio / 1257
text
Posts: 5,258
Mentioned: 703 Post(s)
Tagged: 47 Thread(s)
|
And btw I moved Stuy's thread up here...
You don't want any random person messing with the code on their MC
Dude, I see it happening, a small fixable problem becoming a major genocide of MCs!!
Dunno wtf Stu was thinking, he knows better. lol
|
Offline
|
|

11-03-2011, 04:18 PM
|
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
|
hahhaha not everyones CSS savy though.
and your face bandana does.
click on the Emcee item you want to remove, where you click to turn it on.
but right click the little circle.
(i've only done this in google chrome and its pretty simple that way.)
but yea, Right Click on the Circle thats highlighted then go down to "Inspect Element"
when you do, it'll show the Coding for the most part. of coarse not all of it because someone could completely jack LB whole layout.
but it'll be Highlighted in Google chrome when you Inspect Element on the Button.
on the Second line down you'll see the
Type="radio" ***paste the code i told you to right after it ***** Clickvalue="51" checked="checked">
and then double click the button to the bandana. and update your emcee with it deselected.
then close out the coding and thats it.
reason it'll take a little bit is because you've got to Manually Inspect Element on Each Emcee item to be able to toggle each one on and off, you can't click the hat add the coding and expect to toggle all of them off... doesn't work that way.
thats why i said we can get Pugz or X or someone in there to add that to everything but the Pants Shirt and Shoes.. or say fuck it and just add it to all of them.
its just a temporary fix. until the updates roll in.
|
11-03-2011, 04:18 PM
|
#4
|
Guest
Voted:
0 audio / 0 text
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
|
hahhaha not everyones CSS savy though.
and your face bandana does.
click on the Emcee item you want to remove, where you click to turn it on.
but right click the little circle.
(i've only done this in google chrome and its pretty simple that way.)
but yea, Right Click on the Circle thats highlighted then go down to "Inspect Element"
when you do, it'll show the Coding for the most part. of coarse not all of it because someone could completely jack LB whole layout.
but it'll be Highlighted in Google chrome when you Inspect Element on the Button.
on the Second line down you'll see the
Type="radio" ***paste the code i told you to right after it ***** Clickvalue="51" checked="checked">
and then double click the button to the bandana. and update your emcee with it deselected.
then close out the coding and thats it.
reason it'll take a little bit is because you've got to Manually Inspect Element on Each Emcee item to be able to toggle each one on and off, you can't click the hat add the coding and expect to toggle all of them off... doesn't work that way.
thats why i said we can get Pugz or X or someone in there to add that to everything but the Pants Shirt and Shoes.. or say fuck it and just add it to all of them.
its just a temporary fix. until the updates roll in.
|
|
|

11-13-2011, 10:05 PM
|
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
|
Pugz !
|
11-13-2011, 10:05 PM
|
#5
|
Guest
Voted:
0 audio / 0 text
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
|
Pugz !
|
|
|

11-14-2011, 01:31 AM
|
Join Date: Aug 2005
Posts: 123,459,231
Mentioned: 2136 Post(s)
Tagged: 122 Thread(s)
|
Put it up in to-do list..
__________________
<script async src="https://widget.spreaker.com/widgets.js"></script>
|
11-14-2011, 01:31 AM
|
#6
|
Join Date: Aug 2005
Voted:
536
audio / 63
text
Posts: 123,459,231
Mentioned: 2136 Post(s)
Tagged: 122 Thread(s)
|
Put it up in to-do list..
__________________
<script async src="https://widget.spreaker.com/widgets.js"></script>
|
Offline
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 03:23 PM.
|
|
|