Invision Community 5: A video walkthrough creating a custom theme and homepage By Matt Thursday at 04:02 PM
Adriano Faria Posted April 18, 2021 Author Posted April 18, 2021 No. This is for STAFF applications, not JOBS.
Giray Posted May 19, 2021 Posted May 19, 2021 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.
Adriano Faria Posted May 19, 2021 Author Posted May 19, 2021 5 minutes ago, Giray said: Thoughts? I'll take a look when I have to upgrade to 4.6, probably soon. 👍 Btw, does it happen on default theme?
Giray Posted May 19, 2021 Posted May 19, 2021 1 hour ago, Adriano Faria said: 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. Adriano Faria 1
Mason Hills Posted August 1, 2021 Posted August 1, 2021 Is there a 4.6 version? Would love to use this if its compatible!
Adriano Faria Posted August 2, 2021 Author Posted August 2, 2021 12 hours ago, Mason Hills said: Is there a 4.6 version? Would love to use this if its compatible! It’s pending approval:
Kyler Buttonwix Posted August 24, 2021 Posted August 24, 2021 How Do I Do The Questions? Because I am so confused!
Adriano Faria Posted August 24, 2021 Author Posted August 24, 2021 2 minutes ago, Kyler Buttonwix said: How Do I Do The Questions? Because I am so confused! Which question? It doesn’t has “questions”!
Kyler Buttonwix Posted August 24, 2021 Posted August 24, 2021 Nevermind but How do I get rid of this description thing on my application?https://gyazo.com/3029f46d1b9c0da50c52860637c94885
Adriano Faria Posted August 24, 2021 Author Posted August 24, 2021 (edited) 13 minutes ago, Kyler Buttonwix said: 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 August 24, 2021 by Adriano Faria
Adriano Faria Posted August 24, 2021 Author Posted August 24, 2021 20 minutes ago, Kyler Buttonwix said: How do I get rid of this description thing on my application? 15 minutes ago, Adriano Faria said: EDIT: I'm taking a look at this now. I will change it to make it NOT required so the user can ignore it: It should be available in a few days.
Adriano Faria Posted August 24, 2021 Author Posted August 24, 2021 4 minutes ago, Kyler Buttonwix said: 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.
Cupach Posted September 11, 2021 Posted September 11, 2021 (edited) 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 September 11, 2021 by Cupach
Adriano Faria Posted September 11, 2021 Author Posted September 11, 2021 Hello, 1 minute ago, Cupach said: 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. Cupach 1
Cupach Posted September 11, 2021 Posted September 11, 2021 2 minutes ago, Adriano Faria said: 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. Adriano Faria 1
Cupach Posted September 11, 2021 Posted September 11, 2021 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 🙂 Adriano Faria 1
Adriano Faria Posted September 11, 2021 Author Posted September 11, 2021 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. 👍 Cupach 1
Allegheny Posted October 4, 2021 Posted October 4, 2021 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. Adriano Faria 1
Adriano Faria Posted October 4, 2021 Author Posted October 4, 2021 3 minutes ago, Allegheny said: 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'; Allegheny 1
Allegheny Posted October 4, 2021 Posted October 4, 2021 Thanks! Outstanding and fast support as always. Your dedication and professionalism is seriously appreciated! Adriano Faria 1
zach foster Posted January 1, 2022 Posted January 1, 2022 How do i make the applications visible on the Applications tab?
Adriano Faria Posted January 1, 2022 Author Posted January 1, 2022 6 hours ago, zach foster said: How do i make the applications visible on the Applications tab? I’m not sure I understand your question.
zach foster Posted January 1, 2022 Posted January 1, 2022 13 hours ago, Adriano Faria said: 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
Recommended Posts