
05-26-2009, 04:00 PM
|
|
|
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Elbulus
Hi There great addon !
just trying to get our questions all sorted for our guild recruitment page in WoW.
Is it possible to have one of the questions where they enter the character name and then the forums turn it into a Armoury URL ?
Example:
Please Enter your character name: "Elbulus"
Then when they post the form it turns into this :
http://eu.wowarmory.com/character-sh...pine&n=Elbulus
So somehow make the forum see that Question 1 = {Answer 1}
http://eu.wowarmory.com/character-sheet.xml?r=Daggerspine&n={Answer 1}
Many Thanks
Elb
|
Edit form- Select option 'Redirect user after form is submitted' (at bottom)
- Form Hook: Before Submit:
Code:
$form[redirecturl] = "http://eu.wowarmory.com/character-sheet.xml?r=Daggerspine&n=$q[181]";
- Replace 181 with appropriate question hash
Example: http://www.bananalive.co.cc/misc.php?do=form&fid=41
|