Post by maledictus on Jun 14, 2014 12:54:38 GMT -8
Since the Proboards has upgraded, I can't seem to get this code to work for my forums. Did I do something wrong or does proboards no long support this code? Is there a better code that supports the new upgrade?
Thanks in advance if helped!
Thanks in advance if helped!
<script type="text/javascript">
<!--
/* Posting Request Form/Template v2 by california
©2005 SoCal Codes, [url]http://socal.proboards26.com[/url] */
var field = ['']; function addSingleInput(title, desc){field.push(['input', title, desc]);}
function addDropdown(title, desc, opts){var other = (arguments[3]) ? arguments[3] : ''; field.push(['select', title, desc, opts.split('|'), other]);}
function addTextarea(title, desc, rows){field.push(['textarea', title, desc, rows]);}
/* Customize Below This Line */
var titleMessage = "Main Characters Form";
var subjectName = "Subject";
var subjectDescription = "This will be the subject of your thread. Make it relevant to your application.";
var keepMessageIcon = "yes";
var columnWidths = ["24%", "38%", "38%"];
addSingleInput("Name", "Your real life name.");
addSingleInput("Age", "Your real life age. You must be at least 13 or older to be able to participate in our RP.");
addDropdown("Gender", "Please specify what your gender in real life. Some names are can be used for both boys and girls. So please specify whether you are a male or female.", "Select|Male|Female");
addSingleInput("Your Location", "Please specify in real life, what country do you live in.");
addSingleInput("Character Name", "Please specify what is the name of your character.");
addSingleInput("Age", "{Please specify how old is your character. This part is only for the next generation of Halliwell characters. Basically children of the charmed ones. Please type in NA if you are not registering to play one of these characters.");
addDropdown("Gender", "Please specify what is the gender of your character. Some names are can be used for both boys and girls. So please specify whether your character is either male or female.", "Select|Male|Female");
addDropdown("Race", "Please specify what is the race of your character. If you are playing one of the next generations of Halliwells and need help with this part, PM Paige Mitchell.", "Select|Mortal|Witch|Whitelighter|WitchWhitelighter|Cupid|WitchCupid|Other");
addTextarea("Powers", "Please tell us what kind of powers does your character have. If you are new please click the back button and see the post listed as Powers Map. If you wish to play one of daughters of Phoebe and Coop or the children of Paige and Henry please PM Paige Mitchell for more information about your powers.", "10");
addTextarea("RP Sample", "Your RP sample must be at least 1 to 2 paragraphs long. No one liners please.", "50");
/* Customize Above This Line */
if(document.postForm) document.write('<script type="text/javascript" src="http://www.iycatacombs.com/socal/resources/scripts/postingformv2.js"></scr'+'ipt>');
// -->
</script>