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)

HMBeaty 01-01-2012 07:30 AM

Whatever this is...
PHP Code:

'.$wrt[header']. 

it's not from my modification. So you may have a modification interfering with this one.

HMBeaty 01-01-2012 07:32 AM

Also, the code in this modification is the same code vBulletin uses to create threads and polls, and I still can't reproduce any of the errors you are getting. So I don't know....

Merjawy 01-01-2012 07:36 AM

I think I found it

there is a conflict with another mod

https://vborg.vbsupport.ru/showthread.php?t=251701

As soon I disable that mod things work just fine so it seems

HMBeaty 01-01-2012 07:57 AM

Quote:

Originally Posted by Merjawy (Post 2282727)
I think I found it

there is a conflict with another mod

https://vborg.vbsupport.ru/showthread.php?t=251701

As soon I disable that mod things work just fine so it seems

Just tested after installing the modification you linked to and.... HOLY COW!!! That's a lot of errors! lol

Also, if you check back on the thread you linked to, there's a "fix" for this. Open up staff-application.php and underneath
PHP Code:

define('CSRF_PROTECTION'true); 

Add this:
PHP Code:

define('BYPASS_AEO'true); 

I tested after applying that fix and it seems to work just fine again :D

HMBeaty 01-01-2012 08:00 AM

depalaza, this may the fix for you as well since I'm guessing you have that same modification installed. :)

Merjawy 01-01-2012 08:03 AM

Talk about herror I mean error LOL

Great I uninstalled it, but I will try the fix too...

Thanks for sticking around till I got this

great mod

HMBeaty 01-01-2012 08:09 AM

Quote:

Originally Posted by Merjawy (Post 2282731)
Talk about herror I mean error LOL

Great I uninstalled it, but I will try the fix too...

Thanks for sticking around till I got this

great mod

Thanks for posting that error (which was the first clue :eek:) and tracking it down to what modification was interfering with this one (which is good you found that out :up:). Thanks :D

Merjawy 01-01-2012 08:21 AM

Quote:

Originally Posted by HMBeaty (Post 2282732)
Thanks for posting that error (which was the first clue :eek:) and tracking it down to what modification was interfering with this one (which is good you found that out :up:). Thanks :D

My pleasure indeed and thank you for the mod and support

depalaza 01-01-2012 11:06 AM

Quote:

Originally Posted by HMBeaty (Post 2282730)
depalaza, this may the fix for you as well since I'm guessing you have that same modification installed. :)

yeah i have that mods too.

great it works now thanks :)

Merjawy 01-01-2012 02:24 PM

Not out of the woods yet.. :)

I have yet another conflict I guess..when I set to do private poll now, I get the same long page.. its not from that mod this time.. I looked and still didn't catch it.. I will let you know what I come up with

UPDATE: Ignore what I said LOL.. after I disabled it last night, and started working on it this morning its working fine :)

HMBeaty 01-01-2012 11:59 PM

Quote:

Originally Posted by Merjawy (Post 2282770)
Not out of the woods yet.. :)

I have yet another conflict I guess..when I set to do private poll now, I get the same long page.. its not from that mod this time.. I looked and still didn't catch it.. I will let you know what I come up with

UPDATE: Ignore what I said LOL.. after I disabled it last night, and started working on it this morning its working fine :)

LOL! Good to know it's working. This modification (prior to release) has been tested vigorously and I haven't been able to come across any errors.....at least none that I know of. Basically, in my testing process, I make a checklist of every combination possible and test each combination one by one, right down the list. If something goes wrong, I fix it, and when it's fixed, is when it's released ;)

So, any errors anyone gets must either be coming from a conflicting modification (like the one you posted above), or they haven't installed the modification (and changed the settings, too ;)) correctly :)

OldSchoolDSL 01-02-2012 09:40 PM

Installed and loving it.

Happy to report that this worked on 4.1.9 and 4.1.10 Alpha 1 and Alpha 2.

Applied on my live site and with 150 other modifications not having any issues with this.

Thank you :)

depalaza 01-07-2012 08:57 AM

why when registered user submit it the thread always at moderated thread ?

HMBeaty 01-07-2012 09:08 AM

Quote:

Originally Posted by depalaza (Post 2284720)
why when registered user submit it the thread always at moderated thread ?

Because you probably have the applications going to a private forum, right? If it's a forum they normally aren't allowed to post in/view, their posts/applications will show up as moderated. It's default vBulletin behavior

ScottPugh 01-10-2012 04:09 PM

When I try to enter birthday nothing happens?

HMBeaty 01-11-2012 12:51 AM

Quote:

Originally Posted by ScottPugh (Post 2286062)
When I try to enter birthday nothing happens?

That depends on what you have set here:

AdminCP > Settings > Options > User Profile Options > Require Date of Birth

If you have that setting set to yes, they should've entered their birthday upon the time they registered, which would automatically populate the birthday field with the birth date they provided at the time of registration. So, that being said, that field is not editable if that setting is set to yes. (Helps prevent false birthdays ;))

If you have that setting set to no, then they should be able to edit the birthday field in the application.

Gorgasm 03-17-2012 02:57 AM

Hi there,
Great work, great mod! Though I have a question... You see, 10 options isn't enough for me, I need to have arround 20 options on the aplication! You know a simple way to do this? Maybe using the code orsomething? :)

Thanks for all the work and effort.
Cheers

mort2412 06-11-2012 02:35 PM

Installed fine, however

No links will show up in community, quick links and nav bar

any suggestions

ForceHSS 06-12-2012 12:02 AM

Quote:

Originally Posted by mort2412 (Post 2338737)
Installed fine, however

No links will show up in community, quick links and nav bar

any suggestions

check your user group permissions

mort2412 06-12-2012 07:16 AM

Problem solved created a tab for my nav bar and pointed it to staff-application.php

HMBeaty 06-23-2012 12:53 AM

Updated to version 4.2.0.0 to work with vBulletin 4.2.0+ since the navbar changed a bit, so I had to rework a little code :)

chriske 10-20-2012 01:18 PM

Thanks, installed & testing.

MrD 03-08-2013 04:55 PM

Hi,
nice Mod.
But is there an Option, if automatic Thread Creation is enebled an specific User is wrote the Thread.
If the thread is posted an an Forum (eg. Private Mod Forum) the User became an Error(you have no permission) if anyone posted in this Thread. And all Post are moderated.

vBarsiv 08-21-2013 03:16 PM

thank you for hack. i installed it ;)

Bubble #5 08-26-2013 12:58 AM

1 Attachment(s)
I was really psyched about this mode.

Looked very well done UNTIL we got to the bottom of the form.

Everything is broken up and no Human Verification (see screenshot).

How should we proceed?

ForceHSS 08-26-2013 01:35 AM

this works well looks like you have other problems on your forum

Bubble #5 09-02-2013 10:49 PM

1 Attachment(s)
Quote:

Originally Posted by ForceHSS (Post 2441115)
this works well looks like you have other problems on your forum

Actually you are wrong on BOTH accounts.

The human verification does NOT show up (see screenshot).

Formatting of that section is completely broken up.

We currently have NO issues on our forum.

friendlymela 09-04-2013 10:04 AM

Can we edit or add some more question in the application forum ? how?

ozzy47 09-04-2013 01:36 PM

It don't appear possible without quite a few changes.

Terrablade 10-17-2013 08:52 PM

Well I encountered something..

All ranks in the forum have different colors.
I was trying to put the name of the ranks in the application to their forum colors.
When I went into the position settings and try to out the code for their respective colors it wouldnt work.

Heres an example.

http://prntscr.com/1xzifk

It should be just like the one in the right side :/

Mephistoxz 11-01-2013 05:49 AM

installed the product, enabled it in my community tab and all I get is Error 500 every time I try to click the link, I set the staff-application.php to 755 but still not working.

Any idea? Edit: my forum is running vB 4.2.1

ForceHSS 11-01-2013 07:20 AM

Quote:

Originally Posted by Mephistoxz (Post 2457613)
installed the product, enabled it in my community tab and all I get is Error 500 every time I try to click the link, I set the staff-application.php to 755 but still not working.

Any idea? Edit: my forum is running vB 4.2.1

check to make sure all files are uploaded to the right folders

Mephistoxz 11-01-2013 07:55 AM

Quote:

Originally Posted by ForceHSS (Post 2457620)
check to make sure all files are uploaded to the right folders

Yes they are,
staff-application.php in /forum/ root
/forum/includes/functions_staff-application.php
/forum/includes/xml/bitfield_staffapplication.xml

Just tried another mod, I can install and configure both of them, but this last one doesn't even show its link in the navbar. And if I manually input its url (mysite.com/forum/forms.php?do=forms) I get Error 500 once again.

Also, when I go to Admin CP > Products and Plugins > Products management > And I try to check product's version it says "Version check failed. No version number was found at this location. The URL for the version check may be incorrect, or the server may be experiencing problems. Please try again later." this error comes from: $vbphrase[version_check_failed_not_found]

Although this doesn't happen with [USML] Staff Application. Just for the records :/

ForceHSS 11-01-2013 07:57 AM

Quote:

Originally Posted by Mephistoxz (Post 2457625)
Yes they are,
staff-application.php in /forum/ root
/forum/includes/functions_staff-application.php
/forum/includes/xml/bitfield_staffapplication.xml

Just tried another mod, I can install and configure both of them, but this last one doesn't even show its link in the navbar. And if I manually input its url (mysite.com/forum/forms.php?do=forms) I get Error 500 once again.

Also, when I go to Admin CP > Products and Plugins > Products management > And I try to check product's version it says "Version check failed. No version number was found at this location. The URL for the version check may be incorrect, or the server may be experiencing problems. Please try again later." this error comes from: $vbphrase[version_check_failed_not_found]

Although this doesn't happen with [USML] Staff Application. Just for the records :/

any error logs with this plugin

Mephistoxz 11-01-2013 08:30 AM

Quote:

Originally Posted by ForceHSS (Post 2457626)
any error logs with this plugin

I don't know where to get them :D I'm limited to my CP only, I'm just an admin, I do not own the shared webhosting account sadly.

By the way, I re-installed it and I was messing around with the CHMODs under staff-application.php file, and if I add more privileges than 644, then error 500 pop up, but if it is set to 644 (just like the other files in my /forum/ root) I can click on Staff Application link at my navbar and this time it shows "not enough privileges or admin might have deactivated my account" error (at least it isn't error 500)... Its really weird.

ForceHSS 11-01-2013 07:26 PM

If you are not the owner but if you have FTP access then you can add your user id to the config.php and make yourself super admin if you don't have this then talk to the owner and ask for any error logs they will be emailed to the email that is in the config

you are getting this error "not enough privileges or admin might have deactivated my account" because you need to set the permissions in the usergroup you are in and also for all the others you want to use this mod

Eduardo Leon 03-20-2014 05:54 PM

Hi !

When i use this mod, all the user, send the "application" like moderated "thread".

How i can "solve" this ?

the section is not privated, so, what i do wrong?

Thanks.

Asama 07-11-2014 11:33 AM

Hello,
I installed this mod but it isn't working like it should.
I'm Admin of my forum and when i click on Staff Application in navbar it give me error:
Asama, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

How to solve?

CoZmicShReddeR 07-11-2014 05:58 PM

Quote:

Originally Posted by Asama (Post 2506372)
Hello,
I installed this mod but it isn't working like it should.
I'm Admin of my forum and when i click on Staff Application in navbar it give me error:
Asama, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

How to solve?

Looks like you have to enable permissions for each users groups in Usergroups/Usergroup Manager in your AdminCP!

EGNDRAGON 03-07-2017 02:52 PM

cant get this to work vb4


All times are GMT. The time now is 03:31 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.01409 seconds
  • Memory Usage 1,836KB
  • 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
  • (3)bbcode_php_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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