Coding Fix (credit to loca)
Sep. 2nd, 2010 10:37 amThis post was found courtesy of one of my Brokie sibs:
Thanks to
call_me_loca for posting this info in another comm.
+++++++++++++++++++++++++++++
Those using Firefox can upload the Greasemonkey script to get rid of the ticky boxes when YOU comment
http://userscripts.org/scripts/show/85105
AND
There is a CSS code to put in your LJ code to get rid of the ticky boxes when others comment TO you:
.b-repost-item {display:none}
customize > customize your theme > custom css and paste it into the custom css box
http://www.livejournal.com/customize/options.bml?group=customcss
add it at the end if you have existing CSS code
I've tested the CSS code and even if a person has the crosspost on default IT WILL NOT CROSSPOST!!!!
IT ALSO WORKS IN COMMS!
++++++++++++++++++++++++++++++
Feel free to pass this info along (with credit to loca, please).
Edited: to include a more in-depth explanation of the CSS code:
A step by step guide for the CSS code
Note: I'm not sure but this may only work for people who have customised layouts but if you don't have one, it would probably still be worth a try anyway.
1. Click on this link: http://www.livejournal.com/customize/options.bml?group=customcss
2. Scroll till you see 'Custom Stylesheet' and the corresponding text box with coding.
3. Copy and paste the following text at the end of the coding (including the fullstop):
.b-repost-item {display:none}
(Click on the picture below to see what this should look like)

4. Click on Save Changes and you are done.
Note: I tried this, and I think I made it work. I hope so, anyway.
Thanks to
+++++++++++++++++++++++++++++
Those using Firefox can upload the Greasemonkey script to get rid of the ticky boxes when YOU comment
http://userscripts.org/scripts/show/85105
AND
There is a CSS code to put in your LJ code to get rid of the ticky boxes when others comment TO you:
.b-repost-item {display:none}
customize > customize your theme > custom css and paste it into the custom css box
http://www.livejournal.com/customize/options.bml?group=customcss
add it at the end if you have existing CSS code
I've tested the CSS code and even if a person has the crosspost on default IT WILL NOT CROSSPOST!!!!
IT ALSO WORKS IN COMMS!
++++++++++++++++++++++++++++++
Feel free to pass this info along (with credit to loca, please).
Edited: to include a more in-depth explanation of the CSS code:
A step by step guide for the CSS code
Note: I'm not sure but this may only work for people who have customised layouts but if you don't have one, it would probably still be worth a try anyway.
1. Click on this link: http://www.livejournal.com/customize/options.bml?group=customcss
2. Scroll till you see 'Custom Stylesheet' and the corresponding text box with coding.
3. Copy and paste the following text at the end of the coding (including the fullstop):
.b-repost-item {display:none}
(Click on the picture below to see what this should look like)
4. Click on Save Changes and you are done.
Note: I tried this, and I think I made it work. I hope so, anyway.