Jump to content

Fosters

Clients
  • Posts

    2,206
  • Joined

  • Days Won

    29

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Forums

Events

Store

Gallery

Everything posted by Fosters

  1. This would be 2 separate criteria ( 1 for topics and 1 for posts ... and topic creation aka 1. post wouldn't count) BUT to be honest.... This feature is causing a lot of headaches because it's not working as expected? We're planning to remove it from the 1.2.0 release and include it as soon as we fix all the bugs, instead of delaying the 1.2 release any longer. All the other features passed our testing stage and it would be a shame to waste another 1-2 weeks because of this.
  2. Yea, we've stopped using the version check feature a while ago, while we were moving the environment. I'll make sure to activate this for all our apps this weekend.
  3. Are you using 1.0.7? This bug was fixed and the member hook shouldn't exist anymore in 1.0.7
  4. Right now it's ALL the content. There's also a separate setting for forum topics and forum posts. 1.2 will enhance this and allow you to separate this
  5. If anybody else is interested into a solution for club tabs... As mentioned before, the nodes method won't work because it works only with nodes:P You'll have to use javascript to deal with the tabs and set the tab active var tabs = data.tab.parent().parent(); tabs.find('li>a').each(function(i,v) { if (v.href.indexOf("sponsors") != -1) { $(v).addClass('ipsTabs_activeItem'); } });
  6. Version 1.0.7.1 was released. Please use this version ONLY if you use the clubs enhancements app.
  7. OK, I still think that the node method should return only nodes and not additional pages (that's what it's called nodes() ) but I'll go with this way to avoid any further conflicts with your app. A new upgrade of this app with the compabilityfix should be ready later today @Unlucky
  8. Thank you for investigating.
  9. You could give us a try https://fosters.tech/ True picture of our website. You think we don't see the light of day?
  10. Yes, and that also explains why I was never able to reproduce the issue ??
  11. No, this app will create an own page for the sponsors. IPS Pages is not required
  12. Sorry for delay.Yes it will bin included
  13. That's tricky. I'm not sure if this is possible. 1. The form data are "required" and there's also no standard category. But I like this idea. We could create a global "quick bookmark" mode which would deactivate the modal and categories and which would set the new bookmarks always to public / private, so there wouldn't be a need for the bookmark form. Once you click on the bookmark link, it would just bookmark it.
  14. Do you know in the meanwhile why you had to replace it?This breaks all other apps trying to add tabs to this template without using a really hackish way via nodes because it's not a node in 2 other apps which we're going to release soon. For the same reason the club members page was implemented as own tab and method and not as node. e.g. nodes are only returned when $club->canRead() returns true, and it works only with nodes, which isn't always the case. Are you using an own template for the tabs output which you're replacing? Then other apps could at least hook into your template and add their tabs
  15. @everybody here:P... We've located the issue with the wrong awarded trophies. This wasn't a bug per se, there was a mistake in our tutorial ( https://invisioncommunity.com/forums/topic/434911-trophies-and-medals-supporttopic/?do=findComment&comment=2709654 ) Please DON'T save the form at this stage before you have set up the criteria. I have fixed the tutorial and also adjusted the code for 1.2.0 to have the trophy disabled by default after the creation. This way the trophy won't be saved without any criteria so that literally EVERY member receives it. Big huge thanks to @SerialNoob for noticing this.
  16. This is the bookmarkRows Template
  17. I think that was a misunderstanding, but check your PM on fosters.tech
  18. Do you mean on the overview list?
  19. 5. Final Look Congratulations! You've walked through all of the steps to create a recruiting form, which can be customized to anything you want. We encourage you to try it out and see how creative you can get with the app, since the app allows unlimited custom fields with a variety of field types. This is what the finished Application Form looks like: Apply for the House of Gryffindor and get sorted! Answer truthfully for the Sorting Hat.
  20. 4. Permissions As a final check on everything before we let the Application Form goes live, let's check on the Permissions: Click on your form's dropdown arrow > Permissions Change the permissions You can adjust the permissions for each Application Form you make. Change the permissions to anything you require. For example, you may want to disallow guests from viewing or applying. You may only want to allow Administrators to manage submissions.
  21. 3. Creating Fields You've created the Application Form, but it's empty. You need to add custom fields to ask questions. Application Forms includes a powerful array of custom fields, including address, email, textbox, polls, radio buttons, and many other choices. You can mix-and-match and add unlimited number of fields to your Application Forms. It's entirely up to you! Click on "+" icon to add field. Fill out the settings such as Field Name, Description, and Field Type. Here are some helpful hints: Recommended: Description is not required, but highly recommended since it subtitles your query and gives more information. For example, you can describe how you want them to fill out the field, what sorts of background information you want, and more. Click Save Field Types that are particularly useful for interview questions are Editor, Poll, Radio, or Select Box. Try them all out and see which ones you like! Keep adding fields until you ask all of your questions. You can edit your fields by clicking on the "pencil" icon. You can copy your fields by clicking on the "copy" icon.
  22. 2. Creating an Application The first step is to create a new Application Form. In the ACP, Navigate to Community > Application Forms - Forms Click on "+ Create New" You will see all of your Application Forms listed here for easy access. As an advanced note, you can click on the "eye" icon to view all users who applied for the position. You will be presented with the settings for your Application Forms. Fill out all of the fields, such as Form Name, Description, Instructions, Submit Message, and the options. Here are some helpful hints: Form Name is Required You can use images, banners, links, or videos in your Description to brighten up the information. Instructions appear after user applies. Application Benefits will move the user into various groups Recommended: check YES on Log Data to keep a history of all applications Click Save. You should see the Application Form listed in the list. This is my example of a completed Application Form with all of the settings filled out. Notice how I use images and colors to brighten up the description.
×
×
  • Create New...