Jump to content

Mick23

Clients
  • Posts

    70
  • Joined

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Mick23

  1. Hi everyone, I have a lot of clubs on my site and having so many of them without being searchable is proving to be a bit of a pain for my users. I've searched the forums here and only found reference to this post from a few years ago: I do have some experience with coding in the Invision framework - not a lot - but I did manage to put together a hangman game from scratch so I'm hoping I might be up to the challenge for implementing this on my site. My question is - where do I start? If I was developing my own app that's one thing but I guess I need to get into the existing clubs application somehow and add a search/filter bar that filters the clubs being shown on the page. I don't even know if that is possible - would it perhaps be an easier task to create my own club directory application entirely? Any advice is appreciated, thanks!
  2. I just extracted and started the installation of the software and ran it from the ips_ef506 folder instead of moving the contents to the public_html folder. As a result, I now get this error when trying to reinstall: Can I get help to have this changed please (to remove the /ips_ef506). Thank you!
  3. Has there recently been a change to the email support functionality? I was certain I had access to this previously:
  4. I just extracted and started the installation of the software and ran it from the ips_ef506 folder instead of moving the contents to the public_html folder. As a result, I now get this error when trying to reinstall: Can I get help to have this changed please. I don't know why I suddenly don't have email support, I have several communities running this software.
  5. It's a shame that having an active license is a requirement for the marketplace. This is really essential piece of kit.
  6. I guess we're at the mercy of the developers at this point.
  7. I went to install this app today and was disappointed to discover it is no longer listed for sale. Earning commission via member classifieds was going to be an excellent source of revenue.
  8. Update: I believe this was an glitch in my installation. After repeated attempts to install and reinstall the marketplace version it suddenly is work. Thanks to Adriano for his tireless efforts in making our forums as awesome as they are!
  9. Just in case I'd messed up my installation I've tried it on my trial community as well, no dice.
  10. I would like to be able to set different forum views depending on if the user is on a mobile device or not. When a guest visits my site on mobile, the grid view that makes the site so appealing on a larger screen becomes a hinderance to them interacting with the forum. I have made posts about how to change the view but it's hard to find because ... well, of the grid view. What do others think?
  11. I removed it, reinstalled and checked the system and error logs. No entries 😞 Has anyone else tested this on a live community installation and have it working? Just thought it might be a quirk of the hosted version.
  12. Thanks Adriano, please let me know if/when you do.
  13. I just installed this on my invision-hosted community and the button is not appearing. I have the same plugin for a self-hosted installation with a separate license and it is working fine. @Adriano Faria are you able to assist please?
  14. My apologies, I haven't made myself clear. I have the option checked for emails to be sent via invision community: And I have set my gmail account in these fields:
  15. For more context: I initially created a gmail account for the site, but it contained a typo. I copy & pasted that address into the ingoing & outgoing fields in the admin CP. Test emails are working for that email address. I then noticed the typo and created another gmail account with it corrected. I updated the addresses in the admin CP (ingoing & outgoing) and attempted to sending a test email. This is when the error occurred.
  16. Hi! I am investigating why my emails won't send and have noticed this error: Is this something I have to configure in IPS or is this being blocked elsewhere? Thanks for any assistance!
  17. When installed, my application shows the following on the permissions tab: There are no member groups to select as I would expect and I am having trouble finding documentation around how this works. How do I change the permissions on the modules? Any help would be greatly appreciated!
  18. I figured it out, the front/controllers/... folder structure is required for the files to compile properly: This code now works with gameplay.js in the gameplay folder: \IPS\Output::i()->jsFiles = array_merge(\IPS\Output::i()->jsFiles, \IPS\Output::i()->js('front_gameplay.js', 'hangman', 'front')); Thank you all for your assistance 🙂 This was the thread that tipped me off:
  19. \IPS\Output::i()->jsFiles = array_merge(\IPS\Output::i()->jsFiles, \IPS\Output::i()->js('gameplay.js', 'hangman', 'front')); With the file at /dev/js/front/gameplay.js - the above works on dev, fails on live. If I add the change it to 'front_gameplay.js' then it fails on dev and live.
  20. It may be that my dev/js folder structure is not correct: /dev/js/gameplay.js I do not have the "front" subfolder that is present with css files. Is this an issue? I have noticed that the docs state: For example, if we created javascript files in dev/js/front/mygroup/somefile.js, then the bundle name would be front_mygroup.js (location, underscore, groupname), and loaded as follows: \IPS\Output::i()->jsFiles = array_merge( \IPS\Output::i()->jsFiles, \IPS\Output::i()->js( 'front_mygroup.js', 'app', 'location' ) ); But I am not using the underscored bundle name, I don't think? Maybe I just need to sleep on it, it's been a long day already 🤣
  21. Sure is: \IPS\Output::i()->jsFiles = array_merge(\IPS\Output::i()->jsFiles, \IPS\Output::i()->js('gameplay.js', 'hangman', 'gameplay')); What's baffling me is why it wouldn't work on the live env vs the dev one. I added some console logs in initalize() that work on live but not on dev.
×
×
  • Create New...