vForums Support > Programming & Coding :: Code Requests & Support :: > [F] Posting Template

[F] Posting Template - Posted By Tim (grievous) on 16th Mar 08 at 2:51am
Code

I don't understand where we put wat we want on the code.

Code:
 
  1. [b]Forum URL:[/b]
  2. [b]Type of Request:[/b]
  3. [b]Text:[/b]
  4. [b]Font:[/b]
  5. [b]Download Link (if necessary):[/b]
  6. [b]Size:[/b]
  7. [b]Image URL:[/b]
  8. [b]Other Information:[/b]
 


Thats wat I'm wanting to put.

Re: Posting Template - Posted By Marc (cr0w) on 16th Mar 08 at 2:54am
If you just want that to appear in the message box, you don't need that code. {Wink}

Or do you want it to create the entire custom form?

Re: Posting Template - Posted By Tim (grievous) on 16th Mar 08 at 3:00am
{Confused}

I hate being blonde {Angry} (lol)

I just want it so when a member makes a thread in GR thoes questions show up, almost like the forum URL prompt.

Re: Posting Template - Posted By Marc (cr0w) on 16th Mar 08 at 3:07am
Code:
 
  1. <script>
  2. /* Posting Questions */
  3.  
  4. if(document.post_form && location.href.match(/action\/post/)){
  5. document.post_form.message.value = "[b]Forum URL:[/b]\n[b]Type of Request:[/b]\n[b]Text:[/b]\n[b]Font:[/b]\n[b]Download Link (if necessary):[/b]\n[b]Size:[/b]\n[b]Image URL:[/b]\n[b]Other Information:[/b]";
  6. }
  7. </script>
 


Board Footer. {Smile}

Re: Posting Template - Posted By Tim (grievous) on 16th Mar 08 at 3:09am
Thanks Marc, and Sorry about insulting Ross, I wasn't trying to.

I'm having a very bad night {Sad}

Re: Posting Template - Posted By Marc (cr0w) on 16th Mar 08 at 3:10am
 
Thanks Marc, and Sorry about insulting Ross, I wasn't trying to.

I'm having a very bad night {Sad}


No worries. {Smile}