Jump to content

Staff Applications System

This topic contains 303 posts. A summary containing the most significant posts is available

Featured Replies

  • Author

No. This is for STAFF applications, not JOBS.

  • Replies 302
  • Views 28.9k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Adriano Faria
    Adriano Faria

    What's New in Version 1.1.2: Fix error reported by @Tripp★ and @Josiah Wallingford Compatible with IPS 4.3 only.

  • Sorry for the late replay. I think this is the best solution! So we can decide if we want to tell the applicants why they've been declined or approved. Great work there, thanks a lot 🙂

  • Adriano Faria
    Adriano Faria

    What's New in Version 1.0.1: New Feature: Added support to Forums app as a new setting in the category A topic will be created when a new application is submitted This t

Posted Images

Thank you for reply ☺️ 👍

  • 1 month later...

Hi Adriano.

Weird tag size, I think. In the one screen grab is the tag when in the actual posting. In the other image is the tag when looking at the summary page. Thoughts?

Thanks.

Screen Shot 2021-05-19 at 8.47.44 AM.png

Screen Shot 2021-05-19 at 8.48.03 AM.png

  • Author
 

Thoughts?

I'll take a look when I have to upgrade to 4.6, probably soon. 👍

Btw, does it happen on default theme?

 

I'll take a look when I have to upgrade to 4.6, probably soon. 👍

Btw, does it happen on default theme?

I hate it when I don't think of testing the default theme 😞 No, it does not. So clearly it's a theme problem on my end. So sorry. I'll dig in to see if I can find it. It's just that I currently have it on the easy theme setup so I forget to look at the css. I think it's time I switch. If I can't fix it, I'll revert.

  • 2 months later...

Is there a 4.6 version? Would love to use this if its compatible!

  • Author
 

Is there a 4.6 version? Would love to use this if its compatible!

It’s pending approval:

spacer.png

  • 4 weeks later...

How Do I Do The Questions? Because I am so confused!

 

  • Author
 

How Do I Do The Questions? Because I am so confused!

 

Which question? It doesn’t has “questions”!

  • Author
 

I get rid of this description thing on my application?

You can't. It was already asked before n this topic and I already replied that you can't. That's how it is. I know A LOT of administrator that DOES NOT add fields; they are fine with this field, so that's how it is.

-------------------

EDIT: I'm taking a look at this now.

Edited by Adriano Faria

  • Author
 

How do I get rid of this description thing on my application?

 

 

EDIT: I'm taking a look at this now.

I will change it to make it NOT required so the user can ignore it:

iGc2HWh.png

 

It should be available in a few days.

I will pay for this to get rid of.

 

  • Author
 

I will pay for this to get rid of.

 

No need.

The field will still be there but not required anymore so the user can simply ignore it.

  • 3 weeks later...

Hey, I've got a data-type mismatch on one of the entries in front/general/view.php.

Happened when I changed the application to allow all usergroups to apply.

Have tested with the basic theme and all is good. This is with a popular IPSFocus theme, which I'd assume would at least be a little bit compatible with this application. Do you have a common fix?

All is up to date, running on v.4.6.6.

TypeError: implode(): Argument #1 ($pieces) must be of type array, string given in <path>\system\Theme\Theme.php(860) : eval()'d code:2330
Stack trace:
#0 <path>\system\Theme\Theme.php(860) : eval()'d code(2330): implode()
#1 <path>\system\Theme\SandboxedTemplate.php(61): IPS\Theme\class_staffappsystem_front_view->view()
#2 <path>\applications\staffappsystem\modules\front\general\view.php(95): IPS\Theme\_SandboxedTemplate->__call()
#3 <path>\system\Dispatcher\Controller.php(101): IPS\staffappsystem\modules\front\general\_view->manage()
#4 <path>\system\Content\Controller.php(50): IPS\Dispatcher\_Controller->execute()
#5 <path>\applications\staffappsystem\modules\front\general\view.php(37): IPS\Content\_Controller->execute()
#6 <path>\system\Dispatcher\Dispatcher.php(153): IPS\staffappsystem\modules\front\general\_view->execute()
#7 <path>\index.php(13): IPS\_Dispatcher->run()
#8 {main}

Edited by Cupach

  • Author

Hello,

 

Have tested with the basic theme and all is good

The only theme supported is the default one as stated in my Terms & Conditions, available when purchasing. I don’t have a “common fix”, otherwise I would need to release one version of each resource to every theme out there. 

I suggest you to look for support with the designer and ask him to contact me if necessary. 

 

Hello,

The only theme supported is the default one as stated in my Terms & Conditions, available when purchasing. I don’t have a “common fix”, otherwise I would need to release one version of each resource to every theme out there. 

I suggest you to look for support with the designer and ask him to contact me if necessary. 

Many thanks, of course I wouldn't expect you to release a new version for every theme! Seems like a simple error that I'm sure I can iron out.

I'll dig deeper into it, thanks anyway.

May have found a solution @Adriano Faria - sas_cat_reviews_moderated on staffappsystem_categories was set to NOT NULL but a NULL value was inserted to that field on category generation `sas_cat_reviews_moderated`=NULL. This could be me, MariaDB or my theme, but it seems to have fixed it! Just putting my solution here as a reference 🙂

  • Author

Weird. If it were a PHP/DB issue should happen in all themes. 

Ok, I’ll take a look when I have to release a new version. 👍

  • 4 weeks later...

I am just curious and am not experiencing any issues right now, but have discovered that "one" of the database tables in the Staff Application System is not using the server's default InnoDB engine - all other's show InnoDB.

The table in question is "staffappsystem_fields" which is using MyISAM.

I am not sure why this is as I've always used "InnoDB" as the default on this server and all other db tables in the db are InnoDB as they should be.  So, I am assuming the Staff App System installation imported / created this table using MyISAM for some reason.

This outlying table flagged as a informational warning by the "support tool".

Again... I don't see an issue right now but am wondering down the road the headaches this might cause.

 

  • Author
 

I am just curious and am not experiencing any issues right now, but have discovered that "one" of the database tables in the Staff Application System is not using the server's default InnoDB engine - all other's show InnoDB.

The table in question is "staffappsystem_fields" which is using MyISAM.

I am not sure why this is as I've always used "InnoDB" as the default on this server and all other db tables in the db are InnoDB as they should be.  So, I am assuming the Staff App System installation imported / created this table using MyISAM for some reason.

This outlying table flagged as a informational warning by the "support tool".

Again... I don't see an issue right now but am wondering down the road the headaches this might cause.

 

I can confirm this. I will fix when I have to update the app.

In the meantime, you can run the following query in your PHPMyAdmin (or in the SQL Toolbox):

alter table staffappsystem_fields engine = 'InnoDB';

 

Thanks!  Outstanding and fast support as always.

Your dedication and professionalism is seriously appreciated!

  • 2 months later...

How do i make the applications visible on the Applications tab?

  • Author
 

How do i make the applications visible on the Applications tab?

I’m not sure I understand your question. 

 

I’m not sure I understand your question. 

I can't get the  positions to appear when members would like to apply it just doesn't show anything and everything is active 

Screenshot_20220101-163819_Chrome.jpg

Guest
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.