J-AIR
New Member
Posts: 3
inherit
160674
0
Mar 30, 2013 23:53:16 GMT -8
J-AIR
3
December 2010
shuruler
|
Post by J-AIR on Mar 19, 2013 15:40:48 GMT -8
Hey there everyone, I tried out this wonderful code and it worked in it's raw form; but when I changed the variables; the new thread form just reverted back to the regular posting process. I suspect I've mucked up the code in one way or another, and I'm so hopeless when it comes to spotting things like this; I'd greatly appreciate some assistance EDIT: What's with the appearing nbsp's? O.o [font color="#4cbe16"]>>removed coding<<[/font]
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 19, 2013 21:38:14 GMT -8
J-AIR, Can you modify your post but first click the BBCode tab and just use... [noubbc] code here [/noubbc] ....if what I suggest below doesn't fix it. Seems using no ubbc tags, works the best right now for posting codes. Unless Proboards did something else to your code, looks like you are missing the true or false at the end here: _fields[_f++] = new Array('textarea', 'History', ['cols', 40, 'rows', 15], false, 'Summarise your character\'s history up to this point. Note that historical heroes and heroines have not done any of their historical deeds as they were essentially born again throughout this anarchical world\'s immemorial timeline. How they spent their childhood and adolescent years on this rendition of the Earth,, along with the years up until this point is to be completely created by you. Also factor in relationships that they may have formed during their history on the Sovereignty Earth as companions, if you so write of it here can become a part of your character\'s Starting Entourage.', true or false here);
|
|
J-AIR
New Member
Posts: 3
inherit
160674
0
Mar 30, 2013 23:53:16 GMT -8
J-AIR
3
December 2010
shuruler
|
Post by J-AIR on Mar 19, 2013 22:27:17 GMT -8
The provided fix didn't work, I have edited the post to include the tag, and it seems to have taken care of the jumbled mess :)
Hopefully this'll help you out in examining the code :)
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 20, 2013 0:42:46 GMT -8
Thanks for that.
You have this one little apostrophe in blue/resize so you can see it. (After heroine) Needs to be removed or commented out.
_fields[_f++] = new Array('input', 'Faceclaim', ['size', 40, 'maxLength', 50], '', 'If your character is original and one of your own creation, whose face will he or she have? Can be from any source, but preferably anime or some sort of art; simply indicate the name of the face that you wish to claim for your character here. If your character registration is one laying claim to a renowned historical hero or heroine', simply repeat their name here, without the block capitals.', false);
|
|
J-AIR
New Member
Posts: 3
inherit
160674
0
Mar 30, 2013 23:53:16 GMT -8
J-AIR
3
December 2010
shuruler
|
Post by J-AIR on Mar 20, 2013 5:58:38 GMT -8
Thank you so much. Its all functional now. I clearly don't have a very keen eye for the subtle details in coding; amazing how one little apostrophe error can render a whole code dysfunctional. Again, thanks alot
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 20, 2013 17:37:03 GMT -8
You're welcome. Yup, just one little thing can mess it up. But you did excellent commenting out all the others.
|
|