vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Miscellaneous Hacks - [3.8.x] Staff Application (https://vborg.vbsupport.ru/showthread.php?t=216953)

glyniel 07-21-2009 04:56 PM

Hey,

I've just downloaded this mod and I was wondering if I could change the names of the positions to apply to.
from Administrator, moderator and supermoderator into Forum moderator, news Poster and Spam Banner( or something)

Could you tell me how to do this ?

Thanks,
Rik

HMBeaty 07-21-2009 06:53 PM

Quote:

Originally Posted by glyniel (Post 1853016)
Hey,

I've just downloaded this mod and I was wondering if I could change the names of the positions to apply to.
from Administrator, moderator and supermoderator into Forum moderator, news Poster and Spam Banner( or something)

Could you tell me how to do this ?

Thanks,
Rik

You have to edit the template in order to change the ranks you want users to apply for.

Note that you must edit the template in 2 separate areas for it to work correctly

HMBeaty 07-21-2009 06:54 PM

Quote:

Originally Posted by SVTCobraLTD (Post 1852795)
Without reading 11 pages of postings, is this working on 3.6.x?

Nobody has posted whether or not this works on 3.6.x so I'm not sure. I will test and have an answer for you tomorrow if that is ok?

HMBeaty 07-21-2009 08:04 PM

Quote:

Originally Posted by SVTCobraLTD (Post 1852795)
Without reading 11 pages of postings, is this working on 3.6.x?

Ok, actually did this pretty quickly. You may now download version 1.3.1 for vBulletin 3.6.x here

glyniel 07-21-2009 08:58 PM

Quote:

Originally Posted by Redlinemotorsports (Post 1853095)
You have to edit the template in order to change the ranks you want users to apply for.

Note that you must edit the template in 2 separate areas for it to work correctly

I did that to the XML file but that didnt work,
Can you tell me what line's i need to edit ?

HMBeaty 07-21-2009 09:01 PM

HTML Code:

<if condition="$vboptions['usml_postitionapplying_mod_onoff'] == '1'">
                <input type="radio" name="position_applying" value="Moderator" />$vbphrase[usml_staffapp_mod]<br />
</if>
<if condition="$vboptions['usml_postitionapplying_smod_onoff'] == '1'">
                <input type="radio" name="position_applying" value="Super Moderator" />$vbphrase[usml_staffapp_smod]<br />
</if>
<if condition="$vboptions['usml_postitionapplying_admin_onoff'] == '1'">
                <input type="radio" name="position_applying" value="Administrator" />$vbphrase[usml_staffapp_admin]
</if>

You need to change the value="" and the $vbphrase[]

glyniel 07-21-2009 09:24 PM

the mod, smod and admin, into what do i change that if i want it: news poster, support team and sales team ?

HMBeaty 07-21-2009 09:33 PM

I explained how to change them in my post above....

But you could do this
HTML Code:

<if condition="$vboptions['usml_postitionapplying_mod_onoff'] == '1'">
                <input type="radio" name="position_applying" value="News Poster" />News Poster<br />
</if>
<if condition="$vboptions['usml_postitionapplying_smod_onoff'] == '1'">
                <input type="radio" name="position_applying" value="Support Team" />Support Team<br />
</if>
<if condition="$vboptions['usml_postitionapplying_admin_onoff'] == '1'">
                <input type="radio" name="position_applying" value="Sales Team" />Sales Team
</if>


glyniel 07-22-2009 09:34 AM

ok thanks maN!

crouzmind 07-23-2009 03:47 PM

i have installed and every thing is fine but when someone try to submit application and put the all data and click on send button i see the success full message but no THREAD are created in the define forum and also i dont got any email from this type . any body tell me about this .


All times are GMT. The time now is 05:19 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.01280 seconds
  • Memory Usage 1,746KB
  • 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
  • (4)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