(no subject)
Sep. 3rd, 2010 06:00 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Prevent accidental crossposting of comments from your journal:
http://emmagrant01.livejournal.com/447980.html
Instructions:
1. Go to your "Journal" menu, and select "Journal Style"
2. To the right, you'll see what theme you're using, with a link stating "Customize Your Theme". Click that link.
3. Scroll down a little ways, and you'll see that on the left side of your screen, you have multiple options to modify your theme. Click on the "Custom CSS" link, and it should load the options for doing Custom CSS.
4. From here, all you have to do is go to the "Custom Stylesheet", and put in that line.
.b-repost-item {display:none}
Once you have it pasted in there, save changes.
Ta-da! Crosspost ticky boxes gone!
ETA: This prevents the "repost to FB/Twitter" ticky boxes from being displayed when someone comments on one of your posts. It seems to work, UNLESS the person is viewing your page in their own journal style, in which case it might not work.
ETA2: Inserting the code below in your custom CSS box reportedly works for more kinds of journal styles, including custom ones (this courtesy of [info]xnguard):
.b-repost-item, FORM#qrform > TABLE[style="border: 1px solid black;"]:last-child TD[style="vertical-align: top; text-align: right;"]:first-child { display: none !important; }
http://emmagrant01.livejournal.com/447980.html
Instructions:
1. Go to your "Journal" menu, and select "Journal Style"
2. To the right, you'll see what theme you're using, with a link stating "Customize Your Theme". Click that link.
3. Scroll down a little ways, and you'll see that on the left side of your screen, you have multiple options to modify your theme. Click on the "Custom CSS" link, and it should load the options for doing Custom CSS.
4. From here, all you have to do is go to the "Custom Stylesheet", and put in that line.
.b-repost-item {display:none}
Once you have it pasted in there, save changes.
Ta-da! Crosspost ticky boxes gone!
ETA: This prevents the "repost to FB/Twitter" ticky boxes from being displayed when someone comments on one of your posts. It seems to work, UNLESS the person is viewing your page in their own journal style, in which case it might not work.
ETA2: Inserting the code below in your custom CSS box reportedly works for more kinds of journal styles, including custom ones (this courtesy of [info]xnguard):
.b-repost-item, FORM#qrform > TABLE[style="border: 1px solid black;"]:last-child TD[style="vertical-align: top; text-align: right;"]:first-child { display: none !important; }