![]() |
Quote:
|
Likewise. Great app tho!
|
Agreed , although looking at the code I think I'm see where the problem is, but will look at it more tomorrow (too sleepy).
|
Quote:
|
OK, I found a few things that were not working here.. I'll go through them in order as they appear in the product.xml file. You will need to uninstall the product and the reinstall the edited product.xml file once you are done. I tested what I could, but did not test the forum poll or anything like that. The thank you message and redirect to post are working.
I hope this is ok, but I attached the product-new.xml that I modified to get this working on vBulletin 3.7.4 PL1. (Note, if you use my XML, I changed the output color for the Q&A part in the product-xml to be black. If you want to change this color, look for color=black and change it to be whatever color..) Line 493: Original Version: Code:
$bbuserinfo[username], you need to answer every question!"; Code:
eval(standard_error($vbulletin->userinfo['username'].", you need to answer every question!")); (This is what is causing the redirect to not work, there is an array created called $errors by VB, but it is blank. Code:
/* if(is_array($errors)) Code:
/* eval( 'print_output("' . fetch_template('STANDARD_ERROR') . '");' ); Code:
$errormessage = $vbulletin->options['guild_app_post_thankyou']; Code:
eval(standard_error($vbulletin->options['guild_app_post_thankyou'])); Code:
/* { */ Code:
$errormessage = "$bbuserinfo[username], you need to answer every question!"; Code:
eval(standard_error($vbulletin->userinfo['username'].", you need to answer every question!")); |
Tried editing my modified .XML, and got errors when accessing the form (no doubt my lack of editing skills), so downloaded your XML, and edited that to include my options.
Works like a charm! Thanks a million Wintrmte |
Quote:
|
Sweede, great work as always.
I do have a suggestion: Is it possible to have the character name also provide a link to their Guild Exes page? http://www.warcraftrealms.com/guildexes/ In recruiting people we sometimes like to take a peek at their guild history to see where they have been, and it would be nice to have another link on their application that would provide easy access to something like that. Wintrmte, you rock! Thanks for the Fix! I know Sweede gets busy at times and can't always update/fix right away. |
Quote:
I have checked, checked and rechecked the xml and there is NO color=black in the document, could you please tell me how to change the color back to the original? I have tried looking through both the old and the new and my coding skills are 0 so I cant find what to change back. Please if you provide a find/replace include the whole line in it (the find/replace info in your previous post is a little messed up and why it gives errors when used exactly) Thanks again for the fix |
never mind.
|
All times are GMT. The time now is 07:21 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|