For example, to do this, you need to edit modapp.php.
In there, find:
PHP Code:
Enter any additional information:
" . $vbulletin->GPC['comments'] . "
And change to:
PHP Code:
Enter any additional information: " . $vbulletin->GPC['comments'] . "
Easy, right?
I'm not so sure if I'm going to add the poll in this, but as far as the admin and mod apps being posted into 2 different forums, I'll see what I can do
Right now, changes to 1.3.0 include:
Quote:
- XHTML 1.0 valid
- Fixed incorrect setting for one of the AdminCP vBulletin Options
- Added error page for users who do not have enough posts to apply
- Fixed version checking error
- Changed the format for the phone number so if "City, State" is selected, it appears as "(123) 456-7890". However, if "Region, Country" is selected, it will still appear as a regular text area (e.g: 1234567890)
- Cleaned up the thread/email a little bit more (Changed the user's name so it's on one line (e.g:"User's Name: John Doe"))
|
EDIT: Ok, after looking at the code again, as far as the mod and admin applications being posted in 2 different forums, I'm not sure that's possible