vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - [USML] Staff Application (https://vborg.vbsupport.ru/showthread.php?t=261978)

Taurus1 08-09-2011 01:42 AM

1 Attachment(s)
Also, is it perhaps possible to position this part a bit better? See screenshot. Thanks

Attachment 131821

HMBeaty 08-09-2011 01:44 AM

Quote:

Originally Posted by Taurus1 (Post 2231152)
Also, is it perhaps possible to position this part a bit better? See screenshot. Thanks

Attachment 131821

Hmm.....what browser are you using? (I've only tested this on IE9 and FF5)

Taurus1 08-09-2011 01:48 AM

Quote:

Originally Posted by HMBeaty (Post 2231151)
Oops lol! Ok, should be fixed now. Redownload the package and re-import the xml to fix. Thanks :)

Yep :up: That fixed it, thanks. Just the alignment issue I mentioned in my previous post.

EDIT: Firefox 5.0.1

Taurus1 08-09-2011 01:53 AM

I edited my post above. Not sure if you seen that. It seems to be skin related. On any of my non-default skins it shows like my screenshot. But on default no parent skin it is correct. How would I fix that though?

HMBeaty 08-09-2011 02:05 AM

In the template usml_staff_application, change:
HTML Code:

        <div class="blockrow">
            <div class="colrow">
                <div class="col1">
                    <ul class="multifield stacked group">
                        <li>
                            <select class="primary" id="sel_forumids" name="forumids[]" multiple="multiple" tabindex="1" size="5">{vb:raw forumids}</select>
                            <p class="staffappdescription">{vb:rawphrase usml_staffapp_selectforumsdesc}</p>
                        </li>
                    </ul>
                </div>
                <div class="col2">
                    <label for="applyingto">{vb:rawphrase usml_staffapp_applyingto}</label>
                </div>
            </div>
        </div>

To:
HTML Code:

        <div class="blockrow">
            <div class="colrow">
                <div class="col1">
                            <select class="primary" id="sel_forumids" name="forumids[]" multiple="multiple" tabindex="1" size="5">{vb:raw forumids}</select>
                            <p class="staffappdescription">{vb:rawphrase usml_staffapp_selectforumsdesc}</p>
                </div>
                <div class="col2">
                    <label for="applyingto">{vb:rawphrase usml_staffapp_applyingto}</label>
                </div>
            </div>
        </div>

Does that fix it?

Taurus1 08-09-2011 02:09 AM

Yeah, great stuff! Now looks great. Thank you very very much!!

HMBeaty 08-09-2011 02:12 AM

Quote:

Originally Posted by Taurus1 (Post 2231161)
Yeah, great stuff! Now looks great. Thank you very very much!!

Thanks! However, I just discovered a bug myself lol. If Human Verification is not required for the user, clicking "send" will just go to a blank page. So, for the moment, turn human verification on for the application. I'm working on a fix now :)

HMBeaty 08-09-2011 02:20 AM

Quote:

Originally Posted by Taurus1 (Post 2231152)
Also, is it perhaps possible to position this part a bit better? See screenshot. Thanks

Attachment 131821

Fixed!
Quote:

Originally Posted by HMBeaty (Post 2231165)
Thanks! However, I just discovered a bug myself lol. If Human Verification is not required for the user, clicking "send" will just go to a blank page. So, for the moment, turn human verification on for the application. I'm working on a fix now :)

Fixed!

Reupload the files and reimport the xml :) Both issues have been fixed :)

HMBeaty 08-09-2011 02:27 AM

Just a few new features to note:

Birthday automatically gets filled in now, and if birthday is required on registration, the user is not able to edit the birthday in the application.

Also, location automatically gets filled in, which is editable at all times by the user.

I've reduced the amount of phrases as well. So, if you want to edit a question, you should only need to edit ONE phrase now, and it will change everywhere.

Enjoy :D

Mrquarter2 08-09-2011 04:58 AM

Great job :) Love this plugin!


All times are GMT. The time now is 02:40 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
  • Page Generation 0.02039 seconds
  • Memory Usage 1,750KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete