Invision Community 5: A video walkthrough creating a custom theme and homepage By Matt Thursday at 04:02 PM
Fosters Posted November 2, 2019 Author Posted November 2, 2019 1 hour ago, Andrew Austin said: (EDIT) Fixed it. Nevermind..thanks I'm glad that you fixed it yourself.
Charef Posted November 2, 2019 Posted November 2, 2019 (edited) Hi @Fosters, I just purchased your application and installed the 3.2.7 version. I'm currently running my community on the 4.3.6 version of the IPB suite. I'm having this message on my application form (instead of the description): "[[Template core/global/global/richText does not exist. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]" The theme version I am using is compatible with my Invision Community Suite version. I also tested with the default theme and I got the same message. I think I need a version prior to 3.2.0 according to the file details? Edited November 2, 2019 by Charef
Fosters Posted November 2, 2019 Author Posted November 2, 2019 9 minutes ago, Charef said: Hi @Fosters, I just purchased your application and installed the 3.2.7 version. I'm currently running my community on the 4.3.6 version of the IPB suite. I'm having this message on my application form (instead of the description): "[[Template core/global/global/richText does not exist. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]" The theme version I am using is compatible with my Invision Community Suite version. I also tested with the default theme and I got the same message. I think I need a version prior to 3.2.0 according to the file details? Yea, I'm only supporting the last recent IPS version. I'll be back in my office on Monday and will try to build you a version for IPS 4.3.x 🙂 Charef 1
Charef Posted November 2, 2019 Posted November 2, 2019 Yes please! Thank you very much for your help 🙂
Rob Coldwell Posted November 5, 2019 Posted November 5, 2019 Hi, We now have this application working but a Moderator who has access to manage the submissions has mentioned that when he receives a comment from another moderator (within the 'manage' part of a specific submission) the notification that comes through links him to an error page. It's not a huge problem because he can go through the moderator CP page and find it manually but the link he is given on the notification is dead. Any ideas? Or is this a bug? Thanks
Fosters Posted November 11, 2019 Author Posted November 11, 2019 Happy 1111 to all friends! Price reduced today by 11.11% 🙂
Fosters Posted December 12, 2019 Author Posted December 12, 2019 3.3.0 RC2 was released. Changelog: Quote Guests can now also submit the forms
Andr3as Posted December 12, 2019 Posted December 12, 2019 thats great news and made me buy it! however, there is one addition that would be awesome: i use the poll feature to create a poll for each application submission. however, i'd like to see who voted what on that poll. there is an option called "Make voter names public?" when i create a poll manually. i'd appreciate if we could set this option for the created poll. additionally i just discovered that when i enable the "create topic" option that i can not create manual topics in the target forum.. is that intended? i really wanted to use that forum for different kind of polls.. Fosters 1
Fosters Posted December 12, 2019 Author Posted December 12, 2019 6 minutes ago, Andr3as said: additionally i just discovered that when i enable the "create topic" option that i can not create manual topics in the target forum.. is that intended? i really wanted to use that forum for different kind of polls.. Yes, the idea was to replace the create form to provide a very powerful template system for new topics 🙂 I guess it makes sense to create a new option to allow admins to disable this if they want to create normal topics in the same forum and to use a separate link in the navbar or wherever they place it to the application form. Andr3as 1
Andr3as Posted December 12, 2019 Posted December 12, 2019 1 minute ago, Fosters said: I guess it makes sense to create a new option to allow admins to disable this if they want to create normal topics in the same forum and to use a separate link in the navbar or wherever they place it to the application form oh yeah, the option would be great.. the thing is, i want potentially new users to apply to become a member as well as already existing users to kinda suggest new members. both result in a poll asking to get a new member. however, right now that means two different forums and that isnt really that great as its all the same, semantically.. thanks for considering that as an option.
Infraly, LLC Posted December 12, 2019 Posted December 12, 2019 How would I remove the icon from the applications?
Fosters Posted December 13, 2019 Author Posted December 13, 2019 17 hours ago, matthew220000 said: How would I remove the icon from the applications? You'll have to edit the template ( front/forms/index ) and remove this part: {{if $position->icon}} <img src="{file="$position->icon" extension="applicationform_Icons"}" alt='' class='ipsItemStatus ipsItemStatus_custom applicationFormFormIcon'> {{else}} <img src="{resource="app.png" app="applicationform" location="front"}" alt='' class='ipsItemStatus ipsItemStatus_custom applicationFormFormIcon'> {{endif}} A new version was released 🙂 Quote A new setting was added to the position form, which allows the admin to enable/disable the replacement of the 'create topic' form A new setting was added to enable public polls.
Fighting 13th Posted December 14, 2019 Posted December 14, 2019 I use this as a membership application form like many others. I have a "Referrer" field that uses the "Member" option so members can type in a few letters and select whom recruited them. The member name shows in the application submission management page in the ModCP, but it only shows "Guest" in the actual topic. Is that a permissions issue? Or might that be some quirk in the file? Either way, how could I have it show the actual member name (like a @mention link) in the topic?
Fosters Posted December 14, 2019 Author Posted December 14, 2019 48 minutes ago, Fighting 13th said: I use this as a membership application form like many others. I have a "Referrer" field that uses the "Member" option so members can type in a few letters and select whom recruited them. The member name shows in the application submission management page in the ModCP, but it only shows "Guest" in the actual topic. Is that a permissions issue? Or might that be some quirk in the file? Either way, how could I have it show the actual member name (like a @mention link) in the topic? Sorry about this, this was indeed a bug. This will be resolved in the next release. Fighting 13th 1
Fighting 13th Posted December 15, 2019 Posted December 15, 2019 23 hours ago, Fosters said: Sorry about this, this was indeed a bug. This will be resolved in the next release. Awesome, not a big bug or anything, but I'm glad to hear you are tracking it 🙂 Thank you!
Infraly, LLC Posted January 1, 2020 Posted January 1, 2020 (edited) On 12/12/2019 at 11:39 PM, Fosters said: You'll have to edit the template ( front/forms/index ) and remove this part: {{if $position->icon}} <img src="{file="$position->icon" extension="applicationform_Icons"}" alt='' class='ipsItemStatus ipsItemStatus_custom applicationFormFormIcon'> {{else}} <img src="{resource="app.png" app="applicationform" location="front"}" alt='' class='ipsItemStatus ipsItemStatus_custom applicationFormFormIcon'> {{endif}} Now I have this huge gap. How do I fix that? Edited January 1, 2020 by ItzMatt01
Fosters Posted January 12, 2020 Author Posted January 12, 2020 On 1/1/2020 at 3:38 PM, ItzMatt01 said: Now I have this huge gap. How do I fix that? You'll have to modify the template and remove / adjust whatever you want. Unfortunately I can't help with such questions.
Il_Picasso Posted February 12, 2020 Posted February 12, 2020 Hello I am having this issue on https://www.comugamers.com/modcp/ip-tools/?ip=xxxxx&area=applicationform_Submission
Lucas Hurst Posted February 14, 2020 Posted February 14, 2020 (edited) 11 hours ago, Fosters said: @Lucas Hurst have you seen? I have now, but where exactly do I access the template? @Fosters Edited February 14, 2020 by Lucas Hurst
GolfSpy STUDque Posted March 22, 2020 Posted March 22, 2020 For whomever may know, I have 2 dummy questions I'm hoping to get answered: How do I set a time limit on applications to automatically close? PS, how do I close an application? How can I extract the data from submissions to an excel spreadsheet? I can view the list but don't see responses or an option to pull the data.
Fosters Posted March 22, 2020 Author Posted March 22, 2020 On 2/14/2020 at 6:41 AM, Lucas Hurst said: I have now, but where exactly do I access the template? @Fosters 16 minutes ago, GolfSpy STUDque said: For whomever may know, I have 2 dummy questions I'm hoping to get answered: How do I set a time limit on applications to automatically close? PS, how do I close an application? How can I extract the data from submissions to an excel spreadsheet? I can view the list but don't see responses or an option to pull the data. There's no such feature, but I like the idea. I've added it to my internal todo list. A CSV export is already included for the next release. If you need it right now, you could export the data via phpMyAdmin. The responses can be seen either in the ModCP or the ACP.
GolfSpy STUDque Posted March 23, 2020 Posted March 23, 2020 22 hours ago, Fosters said: There's no such feature, but I like the idea. I've added it to my internal todo list. A CSV export is already included for the next release. If you need it right now, you could export the data via phpMyAdmin. The responses can be seen either in the ModCP or the ACP. OK thanks. I think I'm going to need to wait for that next release because exporting the data is a little bit beyond my skill set. Any idea when that may be?
Fosters Posted March 23, 2020 Author Posted March 23, 2020 4 hours ago, GolfSpy STUDque said: OK thanks. I think I'm going to need to wait for that next release because exporting the data is a little bit beyond my skill set. Any idea when that may be? No sorry. no timeframe yet, but I have to admit that I was planing to wait for IPS 4.5 for the next major version.
Gryphus_1 Posted April 26, 2020 Posted April 26, 2020 Is it possible to have an application that you reject/deny be archived and viewable, rather than deleted? Thanks.
Recommended Posts