Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

hpmad

hpmad Avatar



858


September 2005
Yea, this tutorial really helped me make that PB Quick Customize code.

Elite Charizard

Elite Charizard Avatar
Previously known as The Terminator™

**
Official Member

38


January 2006
Crazy, you made a slight error. Its not headers, it's header:
(thats the error I had when I was working on my admin editable :P)
document.forms[0].header.value=document.forms[0].header.value.replace(/var one_new_message_image=".+?"/,'var one_new_message_image="'+the value of the text field, the one with the ids ;)'+"');
Don't click Here!
<script>
/*Fooling signature
By The Terminator*/
var Spelling="Signature" //Spelling of Signature
/*Don't edit*/
document.write("Sig" + Spelling + "ture")
</script>
SigSignatureture!
thepokeforums.proboards79.com

Paul

Paul Avatar
Trust is balance, and balance is intelligence...

*
New Member

10


May 2006
I am attempting an admin editable hack myself. It is almost finished, and all I need to learn how to do is append the data. Ross just recently sent me the link to this tutorial, and it is quite helpful, though the concept is a bit difficult for someone with lower standards, such as myself, to understand. Other than that, it's a good tutorial. Just not the kind that I am kindred to. :)
I'm not talking to myself. I'm talking to whoever is listening.

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
Well, its more for advanced users. You sort of need to know more then just the basics... you need to know how JS really works.

newBookmarkLockedFalling