Banner

Sponsor

Login


Welcome Back!
Guest
Guest

Register

Lost your password?

96 users online



Skin Bugs

Skin Bugs

Currently viewing this thread: 1 (0 members and 1 guests)


Page 3 out of 10
fredmv

fredmv

Status: Offline!

Alright, no problem. :grinning

___________________

http://home.comcast.net/~fredv4/tf/firefox.gif

amplify

amplify

I'm a Neverside Newbie?
Status: Offline!
Quote:

Originally posted by Locke
That's so old you cannot call that a bug. I didn't design it, I'm just reorganizing it.

I know that's been there since the beginning - but I thought I'd bring it up because you're doing an amazing job at giving the templates a "facelift".

Phil

Phil

with Mr. Jones
Status: Offline!

bug or not, but when I uncheck the quickquote it adds another quote. Maybe a js if is checked?

___________________

http://www.philbrodeur.com - Expert PHP Development and Tutorials

Locke

Locke

"Refocusing" My Time
Status: Offline!
Quote:

Originally posted by amplify
I know that's been there since the beginning - but I thought I'd bring it up because you're doing an amazing job at giving the templates a "facelift".

lol, I'll talk to Dave about it see what I can do, the Locked button as well, it's a white bg. Tongue

Quote:

Originally posted by Ares
bug or not, but when I uncheck the quickquote it adds another quote. Maybe a js if is checked?

Ares, you never read the whole thread do you? Fred brought this up, and gave the if.checked code to add, didn't fix it, just caused errors.

___________________

The Audoptic Weblog. It's where the magic happens.

fredmv

fredmv

Status: Offline!

Could I maybe see the exact code you used? I'm almost certain the code I provided should have worked properly.

___________________

http://home.comcast.net/~fredv4/tf/firefox.gif

Locke

Locke

"Refocusing" My Time
Status: Offline!

<input type="checkbox" onclick="document.vbform.message.value = document.vbform.message.value + document.p$post[postid].elements[0].value">

That is the original code, alls I did was add in the red colored function, and it caused errors.

___________________

The Audoptic Weblog. It's where the magic happens.

fredmv

fredmv

Status: Offline!

Alright, let's see... Did you add it in the same location too? The checked property should return a boolean value, it will return true if it is checked, and false if it isn't. Maybe I have to explictly check for a true value? Just by passing that value to the if statement it should check it execute the code after based on what bolean value it returned. Maybe this will work properly:

<input type="checkbox" onclick="if(this.checked==true)document.vbform.message.value = document.vbform.message.value + document.p$post[postid].elements[0].value;">

Sorry to keep posting code, just trying to help you get this fixed. Grin

___________________

http://home.comcast.net/~fredv4/tf/firefox.gif

Locke

Locke

"Refocusing" My Time
Status: Offline!

Of course I put it in the same place. Let me try this now.

___________________

The Audoptic Weblog. It's where the magic happens.

fredmv

fredmv

Status: Offline!
Quote:

Originally posted by Locke
Of course I put it in the same place. Let me try this now.

I believe you did! I'm just saying, maybe a simple mistake or something.

___________________

http://home.comcast.net/~fredv4/tf/firefox.gif

Last edited by fredmv, October 10th, 2003 08:57 PM (Edited 1 times)

Locke

Locke

"Refocusing" My Time
Status: Offline!

Well, that's a little better, it doesn't remove it if you uncheck it, but it doesn't add a new one either. Thanks Fred, I'll apply this to all the skins now Smile

___________________

The Audoptic Weblog. It's where the magic happens.

Page 3 out of 10
Quick Jump:

Main Navigation


Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach


NeverAPI generated this page in 0.0191 seconds.