Jump to content

Nathan Explosion

Clients
  • Posts

    7,054
  • Joined

  • Days Won

    129

 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 Nathan Explosion

  1. Windows - Ctrl + P If it's not there then it's pretty easy to add in as it's just a printer driver.
  2. Or I may be wrong? Taken a look at it a little closer this morning and it has the following comment: * Text for use with data-ipsTruncate So maybe it's not used the way I indicated. Try it, see if it makes a difference.
  3. Take a look at the optional $length parameter that truncated() has, which defaults to 500 when not specified.... {$record->truncated(false,700)|raw} The false is the default value of the $oneLine parameter for truncated()
  4. Pretty sure Google Analytics will have functionality to handle this; filtering, I think it is called.
  5. Use this suggestion - make the resulting page the homepage for the site and add an {{else}} to redirect the non-logged in users to your chosen 'Guest' page
  6. Nothing went wrong - all you did was match your installed item (a plugin) to its marketplace listing, which is what the process you followed does. It's up to to then update it - it's not automatically going to happen, it's only going to notify you that there is an update, which is checked for when IPS software checks for updates. Wrong.
  7. Probably, but what is the purpose of doing so? A file on your PC is only accessible to you.
  8. I'll probably have an update to submit - found a potential problem. If you have anything to report, see the 'Additional information' on the file for support details.
  9. Ask in one of these forums - your question has nothing to do with a Marketplace listing
  10. v1.0.6 has been submitted for approval, for the following: CHANGES In Settings, I have made the API Version field ('Other' tab) editable so that it can be kept up to date without the release of a new version of the application being required Minor language string updates to describe the above, along with changes to linked URLs so that they now open in new tabs/windows Following upgrade, simply save the settings again to update the API version to 2021.03 Users of the free plugin are encouraged to edit their configuration to update the API version value in their configuration to reflect the current version.
  11. What do you have here? If nothing, log a ticket with support
  12. There's a little something pending approval now:
  13. v2.1.0 has been submitted for approval FIXES: a re-write of the re-write, reverting the location of the modifications to content to the PHP backend - this change was necessary as the Javascript functionality was being triggered multiple times on page loads due to other events taking place (ajax requests & content changes) and resulted in performance issues for the site. CHANGES: "Display video player in these forums" & "Display audio player in these forums" settings have been moved to permissions, and the setting 'as-is' has been applied to any existing permissions created. Added "Display video player in these databases", "Display audio player in these databases", "Display video player in these calendars", "Display audio player in these calendars" settings to permissions. Note: following upgrade to v2.1.0, you are advised to review the permissions defined in the application to ensure that they are correct
  14. Hypothetical: I want to add the word 'banana' and expand it to 'bananaman' Before addition: Posts containing the word 'banana' will display it as just a plain word After addition: Existing posts containing the word 'banana' will continue to display it as a just a plain word Existing posts containing the word 'banana' will, when edited/saved, expand the word out New posts containing the word 'banana' will now expand the word out. After deletion: Posts that match to number 1 above will continue to display it as a plain word Posts that match number 2 & 3 above will continue to display the expanded word New posts will no longer expand the word out. As I said, I don't believe there is a content rebuild associated with the delete action - this would be required to go through your content and turn this: <abbr title="bananaman">banana</abbr> back to this: banana Same applies when adding an item - a content rebuild would need to be performed to apply the new word expansion to existing content.
  15. Feel free to request a change to the design via https://invisioncommunity.com/forums/forum/499-feature-suggestions/ in that case.
  16. Or change the value of session.gc_maxlifetime in your PHP configuration.
  17. I don't believe that there is a content rebuild associated with that action, so it would be 'working as designed'
  18. Edit your conf_global.php file and change the member_group value to the ID of your desired group.
  19. Hold on tight - I'm a paddy 😄 "Ireland" = the island of Ireland, and the country is "Republic of Ireland" (which isn't part of the United Kingdom) "Northern Ireland" is part of the United Kingdom (UK is "United Kingdom of Great Britain and Northern Ireland") Most sites don't separate UK out to the individual countries (Wales, England, Scotland, NI) - example: Amazon
  20. In your site folders, go the /cache folder and you will likely find some files called sql_error_log_*, where * - the date......get the latest one, provide the content of it in here (stick it in a spoiler or a quote, it may be quite long)
×
×
  • Create New...