« Home | Media Distortion? Since When? » | Slate audits Bush's books » | Not a red cent to Hamas... » | Heckuva Interview » | Abramoff gets time... » | The Democratic "Plan" » | They love us, they really love us! » | Harper wants our input? Yeah, right. » | Accountability: the act of splitting hairs » | Words for Rachel Corrie, with thanks to Billy Bragg »

A purely technical HTML request

As you can see, blevkog has taken on a new look, as I've been messing and fussing around with blog templates. Alas, when it comes to HTML I don't know my ass from my elbow and I can't figure out how to get rid of the "BSUID=1; ..." stuff that appears in the comment Name and Website fields.

If anyone has any suggestions, I'd appreciate it.

Find the comment code on your template that looks like this;

//<![CDATA[
var bgPosted = false;
var cFrm = document.getElementById('cFrm');
cFrm.target = 'bgpost';

Add the following two lines so it looks like this;

//<![CDATA[
var anonName = 'Anonymous';
var anonURL = 'None';
var bgPosted = false;
var cFrm = document.getElementById('cFrm');
cFrm.target = 'bgpost';

The 'Anonymous' and 'None' variables can be changed to whatever you want. That should fix the problem. If not, I'll have another look.

Thanks, Robert. I have made the changes but won't be able to test the results until I get to a fresh computer. At least it appears to have done no harm, which is saying something!

Thanks, Robert, I think it worked.

However, you might have created a monster. I've been messing with comments and link fields and stuff, and I think this is starting to work a bit more like I wanted it to.

Post a Comment