Jump to content

Adriano Faria

Clients
  • Posts

    31,855
  • Joined

  • Days Won

    475

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by Adriano Faria

  1. Unless I misunderstood, you can do that since IPS 4.0.0. Edit the moderators and choose the categories that moderator can moderate. Do the same for all of them.
  2. Btw, that would be funny. If the admin keeps the setting disabled to project owner to see donors, why would the project owner choose to be anonymous? It doesn’t make much sense to me. That was it. That was requested to be an admin decision, not the project owner that’s why there’s a setting to allow the owner to see the anonymous donations. I’m happy with it the way it is now. I really don’t think I will change that.
  3. If it isn’t there, then it probably doesn’t exists. I don’t use every single resource I develop, so I would need to install, test, etc. It was a request and was developed as requested. It is a category thing so if you enable in a category, all the projects will be like that. Probably it is like that as you’re not seeing an option in the form. I can review this someday. Not now. Still there some resources to work compatibilities. I’m updating now only if it a bug that crashes your board. That doesn’t seem to be the case.
  4. What do you expect to see? Others won’t know who donated. That’s what happens!
  5. https://invisioncommunity.com/forums/topic/439430-crowdfunding/?do=findComment&comment=2738451
  6. Commerce doesn’t allow guests to purchase. They have to create an account.
  7. File updated to 4.7, 4.6 and 4.5. Waiting for review.
  8. Just made a quick test and it is compatible. You can keep using it if you have it.
  9. Support topic for:
  10. Yes, I can't see why they wouldn't. I can make a test today later, if that's ok.
  11. It actually displays the post twice: up and its original place. It doesn’t “pin” but it’s an alternative, no doubt.
  12. You can purchase it via this site (not via Admin CP) but I’m not sure this is compatible with 4.6/4.7. As Newbie Lac isn’t around to answer this question, you’ll have to take the risk.
  13. For IPS reference. 8:
  14. Not exactly what you’re asking but this will add a Sign Up link in the error messages, just in case the guest hasn’t an account to sign in.
  15. ...and it is added/created by the framework itself when you install the app. It reflects directy in the canView() method of your Front Navigation extension: public function canView() { return parent::canView() AND \IPS\Member::loggedIn()->canAccessModule( \IPS\Application\Module::get( 'hangaman', 'hangaman' ) ); } The second hangman there is the module, which I'm supposing is hangaman.
  16. Oh yes... I fixed mine. May help someone someday.
  17. See this example: File: applications/volunteer/dev/js/front/controllers/search/ips.volunteer.search.js Call: \IPS\Output::i()->jsFiles = array_merge( \IPS\Output::i()->jsFiles, \IPS\Output::i()->js( 'front_search.js', 'volunteer', 'front' ) );
  18. JS name and its call it's a bit crazy in IPS4. You need the location there: admin, front or global.
  19. And you are using \IPS\Output::i()->jsFiles = array_merge( \IPS\Output::i()->jsFiles, ... ); in your controller to load your JS, right?
  20. Did you added your image into "front" folder in dev/resources? And to call: <img src='{resource="your_image.jpg" app="appKey" location="front"}' class="something">
  21. Not the problem you're facing but you don't need to do this. Simply install the app by upload the .tar directly in the ACP -> System -> Applications page.
  22. The "title" of venue is a language bit; it's not store in the venues table. That's how the field is created: $form->add( new \IPS\Helpers\Form\Node( 'rsvp_venues', NULL, TRUE, array( 'class' => 'IPS\calendar\Venue' ) ) ); Sorry, I won't add queries just to sort it them create the field because of another resource. I never used this other resource but it obviously should add the venues in the venues table so it's a question of drag and drop and set your order in the ACP.
  23. New version submitted and awaiting for review.
×
×
  • Create New...