Jump to content

Michael.J

Clients
  • Posts

    5,361
  • Joined

  • Last visited

  • Days Won

    11

 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 Michael.J

  1. That looks like the "You are not permitted to register a user account with this site." error message that the spam service produces. Have you modified any of your spam service settings, perhaps the threshold for triggering a spam account is set lower then normal? The database changes the app makes adds language strings for the welcome messages, I don't see how that would affect the spam service at all. Especially not if the Auto Welcome app itself is uninstalled.
  2. Replace your one logo with random logos on page load. Group logos for different themes and member groups. Features: Setup random logos on page load. Group logos that display on different themes. Group logos that display to different member groups. Set an override URL for each individual logo. Set custom alt text for each logo image. Use logos dimensions or fixed dimensions when displaying.
  3. Michael.J

    Portal

    Sorry thought I included the file. Open applications/core/modules/admin/applications/applications..php Find this code and replace with the above code I mentioned: catch( \PharException $e ) { \IPS\Output::i()->error( 'application_notvalid', '1C133/9', 403, '' ); } Now try and upload your tar file again and it should print out the exact Phar exception.
  4. Michael.J

    Portal

    Can you try swapping out that for this and see what exception it's providing? catch( \PharException $e ) { print $e->getMessage(); exit(); \IPS\Output::i()->error( 'application_notvalid', '1C133/9', 403, '' ); }
  5. No, only events that are newly created or updated will have discussion topics created for them. You can link an existing topic but it would have to be done manually via the database.
  6. I've noted this last 4 remaining ones and will have them fixed next release. I believe you have access to the Contributor forums? I'm going to open a topic there requesting more information as I can't seem to reply to my bug report.
  7. Michael.J

    Portal

    I'm kinda leaning towards this being a lack of Phar on your server then. The error code itself would suggest that as well. I'm not server admin so can't help much there but I believe it's just a PHP extension you can add into your PHP install. catch( \PharException $e ) { \IPS\Output::i()->error( 'application_notvalid', '1C133/9', 403, '' ); }
  8. No sorry I wasn't able to include it due to some parts being more complicated then I first thought. I've still got this logged and it should be placed in the next version.
  9. Yes correct, if the primary exclude is in affect. It will still perform any "Secondary" group promotions you have setup. See my Portal reply for more troubleshooting tips. This looks host/user related unless someone else is having issues with the latest updates I made?
  10. Yes it looks like I'm being forced into that direction. IPS haven't gotten back to me and I still believe this is a bug as I don't make use of "modPermissions". I could add the language strings for those fields if it helps? They wouldn't affect anything but at least would have strings present. I've made some further progress in the latest version but will adjust further if needed. Are those the 4 remaining duplicates you see?
  11. I'm not seeing any issues with the fields you'll need or submitting that data to a topic. But 1 issue would be the approval process for the topic. Typically the "topic alert" is used in staff/admin forums and approved straight away for view. There's no "approval" option along the way. Depending on who and how you want to manage approvals. The easier way would probably be to add a topic state option in the topic settings. That way you could set topics to "hidden" and mods/admins could come along and approve a topic if needed. Would something like that work for how you want to approve submissions? If you want I can setup a demo board and that way you can add the fields needed and make sure they passed onto the topic like you want.
  12. Michael.J

    Portal

    Can I have the error code for that error? Are you positive your host supports Phar in PHP? Just to rule it out, you selected the "tar" file and not the zip?
  13. I've updated the Videos app with a new version that fixes several bugs and ensures compatibility with IPB 4.1.12. There's a few minor feature requests included as well, see full list of bug fixes and changes here.
  14. Can I get acp login details to look over this please?
  15. News application has been updated and includes a few more bug fixes and compatibility with IPB 4.1.12.
  16. I've just updated this plugin with an improvement to how the plugin hooks into the Calendar app.
  17. This application has been updated with a few more bug fixes.
  18. The forms app has been updated with the following changes: Several more bug fixes. See full list of bug fixes here. IP.Board 4.1.12 compatibility update. Hook into main "Contact" link. PM confirmation option added.
  19. Can you PM me board details so I can look over your setup? Not seeing any obvious issues on my test board.
  20. Yep, spot on. Very much likely today. Wasn't planned but I'll bump it up and try my best to include it this update. Check back within a few hours and the new version should have this fixed.
  21. Michael.J

    Portal

    This application has been updated with two minor bug fixes, including compatibility with IPB 4.1.12.
  22. Good idea, will see what IPB supports in it's rss feeds and include in the very next version if possible.
  23. New version released that includes several more bug fixes and improvements. Including compatibility update for IPB 4.1.12.
  24. Next version will have this fixed.
  25. Just updated this application with the following changes: A few more bug fixes, see bug list here. IP.Board 4.1.12 compatibility update. Category icon/image support added. New optional block style layout added for categories.
×
×
  • Create New...