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 .

HMBeaty 07-23-2009 09:37 PM

Quote:

Originally Posted by crouzmind (Post 1854236)
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 .

Make sure Create a thread is set to yes and that you have the correct forum ID entered in your field. For example if your forum ID looks like http://www.yoursite.com/forum/forumdisplay.php?f=1 you would enter the number 1 in that field. Same thing with the email, make sure you have the correct email address entered and check your spam folder

masterwebguy 07-29-2009 04:39 AM

Threads are being posted but they show up as "moderated" they require approval...

Is there any way to have them posted without this problem?

Thanks in advance

HMBeaty 07-29-2009 07:06 PM

Quote:

Originally Posted by masterwebguy (Post 1857667)
Threads are being posted but they show up as "moderated" they require approval...

Is there any way to have them posted without this problem?

Thanks in advance

That is not a feature in this modification. You need to check the permissions you have set for that forum/usergroup that the application is being posted in.

M3xital 08-04-2009 11:08 AM

Hi Red!

I'm using this great mod on my board, I just have one small issue.
I have vBadvanced, people can open Application form from homepage, the problem is that when the form is submitted the thread created on the forum has a bad hyperlink.
I can see the new thread but the link is wrong:
I have this
Code:

http://www.m3xital.com/search.php?do=getnew
instead of this
Code:

http://www.m3xital.com/forum/search.php?do=getnew
If you open application outside (vBadvanced) it works just fine.

HMBeaty 08-04-2009 07:00 PM

Quote:

Originally Posted by M3xital (Post 1861164)
Hi Red!

I'm using this great mod on my board, I just have one small issue.
I have vBadvanced, people can open Application form from homepage, the problem is that when the form is submitted the thread created on the forum has a bad hyperlink.
I can see the new thread but the link is wrong:
I have this
Code:

http://www.m3xital.com/search.php?do=getnew
instead of this
Code:

http://www.m3xital.com/forum/search.php?do=getnew
If you open application outside (vBadvanced) it works just fine.

Sorry, but this is an issue with vbadvanced. You may have to add something here to fix this...

AdminCP > vBa CMPS > Default Settings > Global vBadvanced Settings

desi-boy 08-08-2009 07:50 AM

i can add more options ( Position applying for? ) i mean there is alrdy Super Moderator , moderator and admin

can i add co-admin, advisor or other

sorry i got my answrrrr thnxxxx for gr8 modddddd

jervin32189 08-08-2009 08:10 PM

Is there a way that you can add it to where each thread created comes from a specific userid? I have an account reserved for automated posts and would like to use it for this as well. Thanks!

HMBeaty 08-08-2009 08:43 PM

Quote:

Originally Posted by jervin32189 (Post 1863704)
Is there a way that you can add it to where each thread created comes from a specific userid? I have an account reserved for automated posts and would like to use it for this as well. Thanks!

I'll look at adding that to a later version.

For all users waiting on 1.4.0, I will actually be changing that to 2.0.0. The staff application has been almost completely rewritten with loads of new features. Just working out the kinks

betts02 08-09-2009 08:58 PM

hello mate i was wondering if you could help a noob ?
i have just got used to v bulletin and installing mods.
can you please tell me if this will work

How did you hear about NGG:
" . $vbulletin->GPC['why_help'] . "

or do i have to do

How did you hear about NGG:
" . $vbulletin->GPC['how_hear'] . "

and same for everything.

can i get away with just changing the Q&As to my own without changing anything else.

will any other files need changing.

HMBeaty 08-09-2009 10:47 PM

Quote:

Originally Posted by betts02 (Post 1864221)
hello mate i was wondering if you could help a noob ?
i have just got used to v bulletin and installing mods.
can you please tell me if this will work

How did you hear about NGG:
" . $vbulletin->GPC['why_help'] . "

or do i have to do

How did you hear about NGG:
" . $vbulletin->GPC['how_hear'] . "

and same for everything.

can i get away with just changing the Q&As to my own without changing anything else.

will any other files need changing.

If it'll work for what? What are you trying to do? If you're just trying to edit the questions, you don't need to edit the " . $vbulletin->GPC['why_help'] . ". You just need to edit the How did you hear about NGG

betts02 08-10-2009 09:52 PM

done mate,thanks very much
installed
tagged
nominated

betts02 08-11-2009 07:13 PM

can i use this mod and edit it myself so i can use it twice on my forums ?

i have edited 1 for application to join
and i want to edit same but for challenge us

can i run the mod 2 times on my forums ?
also how do i change name to join us instead of staff application in navbar and mod inself.many thanks

HMBeaty 08-11-2009 07:17 PM

Quote:

Originally Posted by betts02 (Post 1865302)
can i use this mod and edit it myself so i can use it twice on my forums ?

i have edited 1 for application to join
and i want to edit same but for challenge us

can i run the mod 2 times on my forums ?
also how do i change name to join us instead of staff application in navbar and mod inself.many thanks

You would have to go through the php file and the template and change each phrase and variable if you want to run 2 versions on your site

Lautaro 08-14-2009 03:05 PM

this is simply great for my gaming community.

Thanks !

Verionia 08-18-2009 10:33 PM

Hi I put the code in the navbar template...but doesnt show on site...

betts02 08-18-2009 10:57 PM

just want to say thanks for this mod,got it edited and using mod twice.
http://www.nextgenerationgamers.co.u...s/join_ngg.php
and
http://www.nextgenerationgamers.co.u...llenge_ngg.php

Come2Daddy 08-29-2009 01:56 AM

actually it's a great idea I've always think of it, however there are some remarks make it inconvenient:

1st: it doesn't deal well with right to left languages (so yes is no, & no is yes)
2nd: yes and no are vbphrase, so to translate them we have to go through the template (which is tedious)
3rd: fields are a little restricted, such as the phone number

***update*****
and before I forget, the powered by vbulletin page (i.e., staffapp.php) is not compatible with version 3.8.4

u should replace this line:

PHP Code:

error_reporting(E_ALL & ~E_NOTICE); 

with this:

PHP Code:

error_reporting(E_ALL & ~E_NOTICE & ~8192); 

anyways, I liked it

HMBeaty 08-29-2009 02:05 AM

Well, I'm not familiar with the right to left languages so I'm not sure how to change that so it will accommodate your needs. And version 2.0.0 (was originally going to be 1.4.0) which should be released next month is pretty much a complete rewrite of the staff application along with LOADS of new features. One of those being that the email field is required while the phone number field is now optional. Unless you meant "restricted" in a different way. So, feedback on how you would like to see those or improvements that need to made are appreciated.

bob12 09-01-2009 10:17 AM

what does this mod do anyways

bob12 09-01-2009 12:26 PM

how can i take a look at people applications on this hack

HMBeaty 09-01-2009 01:32 PM

Quote:

Originally Posted by bob12 (Post 1877689)
what does this mod do anyways

It allows your users to submit an application for staff positions or whatever other positions you want.
Quote:

Originally Posted by bob12 (Post 1877734)
how can i take a look at people applications on this hack

In the vBulletin Options, it allows the application, upon submission, to create a new thread and/or be emailed to the email address(es) that you specify

bob12 09-01-2009 01:33 PM

Hey i have a question to ask, how can i approve my member applications on my board with the staff application hack

and how do i get to here on my board https://vborg.vbsupport.ru/attac...9&d=1246059636

Dan! 09-07-2009 01:07 PM

I like this, but its a shame I cant pick which applications are open..

Maybe, if you made it so the tick box could have an input field or maybe have it so that I can put the placments that are open in a box on admincp and they go towards the applications page as a select button like they are atm

i might use it or edit it to my prefference, but I strongly recommend you edit it so that we can add our own job app placments.

downloaded.

sebaldus 09-12-2009 06:26 PM

Installed.
Thanks a lot for a great mod.

Love it.
Regards from Sebaldus...:up:

HMBeaty 09-12-2009 06:39 PM

Quote:

Originally Posted by Dan! (Post 1881083)
I like this, but its a shame I cant pick which applications are open..

Maybe, if you made it so the tick box could have an input field or maybe have it so that I can put the placments that are open in a box on admincp and they go towards the applications page as a select button like they are atm

i might use it or edit it to my prefference, but I strongly recommend you edit it so that we can add our own job app placments.

downloaded.

All that is is a quick template edit to change what positions you want users to apply for

TimberFloorAu 09-14-2009 09:20 PM

I am still watching this :)

I do have some questions:

Incidentally havent downloaded as yet.

We are about to allow users to run their own forums. A kind of personal forum arena.

I am right in thinking we could use this application to allow members to come forward and propose their new forum idea ?

So... that being the case.

In the application admincp, i notice the application is set to apply for mod/supermod/admin I think.

If we created a new usergroup, called say : Manager

How could we integrate this application, so that we could accomodate our members applications, is it as simple as setting a usergroup switch, so that upon success, they are automatically added to that usergroup?

TimberFloorAu 09-14-2009 09:21 PM

And can this be tweaked ?

In terms of:

1. I would like to start a forum called XYZ
2. Description Textarea

etc etc

HMBeaty 09-14-2009 09:40 PM

Quote:

Originally Posted by TimberFloorAu (Post 1884828)
If we created a new usergroup, called say : Manager

How could we integrate this application, so that we could accomodate our members applications, is it as simple as setting a usergroup switch, so that upon success, they are automatically added to that usergroup?

That would just be a simple phrase edit and a couple template edits to change the positions that you want users to apply for.
Quote:

Originally Posted by TimberFloorAu (Post 1884830)
And can this be tweaked ?

In terms of:

1. I would like to start a forum called XYZ
2. Description Textarea

etc etc

Not sure what you mean as far as this

RK1gaming 09-15-2009 02:14 PM

Quote:

Originally Posted by HMBeaty (Post 1884839)
That would just be a simple phrase edit and a couple template edits to change the positions that you want users to apply for.



So if I wanted to add Web Team or Graphics Team how about would I go about this and is this something in the future you will be adding to the mod


I like your layout of the application and the email and post it makes ... looks real formal and contains the information any admin would need to follow up on ...

Good Job

HMBeaty 09-15-2009 02:23 PM

Quote:

Originally Posted by RK1gaming (Post 1885176)
So if I wanted to add Web Team or Graphics Team how about would I go about this and is this something in the future you will be adding to the mod


I like your layout of the application and the email and post it makes ... looks real formal and contains the information any admin would need to follow up on ...

Good Job

To change the positions on the application, you would find (x2) in the template staff_app
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>

and change the value="" and also the $vbphrase[]. Or, if you don't want to edit the phrase, you could just hardcode the positions into it.

And if you want to edit the vBulletin Options to reflect your changes, you COULD enable debug mode, and edit your settings or any changes you wish to make there, which would be much easier. To enable debug mode, enter this in the config.php file:
PHP Code:

$config['Misc']['debug'] = true



All times are GMT. The time now is 11:40 PM.

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.01428 seconds
  • Memory Usage 1,860KB
  • 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
  • (4)bbcode_code_printable
  • (3)bbcode_html_printable
  • (3)bbcode_php_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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