Jump to content

Nathan Explosion

Friends
  • Posts

    6,982
  • Joined

  • Days Won

    127

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

  1. I'm taking a look into this one at the moment - for reference, the grey text you are referring to is known as a 'Placeholder' and it can be added to some HTML input fields but not all. For example: The "Title" field is a text input - it accepts the placeholder attribute: However, the "Message area" is an Editor generated by CKEditor and it doesn't currently have a placeholder attribute which can be manipulated in the same way as other inputs can.
  2. No worries - people have to 'do stuff' for issues like this to be found. Already got something in to overcome the error display in v1.0.3
  3. If a group is assigned to ANY users as a Primary group, then it will ask which group to move those users to. If the group isn't assigned to ANY users as a Primary group (i.e. it's used as a secondary group) then it will not ask which group to move those users to
  4. You haven't performed all his suggested changes then - look at the code he provided again, specifically the last line which changes your: <?php echo $selectedBg; ?> (which is what your browser is complaining about) to: {$selectedBg}
  5. Yes, you would have lost your configured users.
  6. Which it will continue to do until I work around what you found - if you want to fix it yourself, go to neappuserannoyance_listing in your database, and delete the entry which has the 'ua_group_id' value that matches up to the id of the deleted group (see the error you are getting - it has the id in it -> IPS\Patterns\_ActiveRecord::load(9)
  7. What's new/fixed/changed in v1.0.2 NEW: addition of functionality to prune old entries in the tracker, via Tasks NEW: addition of a delete action for individual entries in the tracker NEW: added setting to allow choice of targeting 'Primary' group membership or 'Secondary' group membership FIX/CHANGE: minor language modifications to correct some visual issues
  8. What's new in v1.0.1 NEW: Ability to target user or a group NEW: Addition of a tracker to monitor what actions have been taken for targeted users, if chosen to be tracked NEW: Settings to handle deletion of tracking content on user account deletion/merge actions What's coming in v1.0.2 NEW: addition of functionality to prone old entries in the tracker, via Tasks NEW: addition of a delete action for entries in the tracker NEW: added setting to allow choice of targeting 'Primary' group membership or 'Secondary' group membership CHANGE: minor language modifications to correct some visual issues
  9. Is that implemented via a plugin then? Anyway...looking at your registration page, the field appears to have the name 'bday' so do the following in your language settings in the ACP: Click 'Add Phrase' Set the Key as bday_desc Add your content Save 1
  10. Have you checked that the version of PHP you are upgrading to, also has the PHP Redis extension installed and enabled?
  11. Go to your application listing - do you have the existing "Videos" app displaying as a 'Custom' app? If so, then raise a ticket with IPS requesting assistance with associating the application with the MarketPlace entry.
  12. I'm not following you on this one, at all.
  13. gtag = Google Tags? Modify wherever you have put your script in, and make the suggested change.
  14. All depends on which one you are using - you are using the free plugin, so you go to the Plugins listing and edit the setting right here: This is a confusing one - the hook to load your configuration content is displaying the default value of the final settings for the configuration, which is an empty JSON array: <script type="text/javascript"> var $buoop = [];..... But your 'Other' tab content which you sent to me shows that the content is being created by the application - and therefore should be getting loaded in that hook. If possible, can you throw me ACP login details for your site so I can have a look at the settings a little closer?
  15. Thanks - I'll take a look later when I get home. Can you PM me the 'Other' tab please?
  16. Application which allows you to apply random 'annoyances' to your annoying users. Options are: Show a blank page Show site as offline Show page not found error Delay page loading Redirect to another url Each of the above has a % chance of happening, configured by you - and you can configure different behaviour on a per-user basis.
  17. Yes, you will be taken through the upgrade wizard.
  18. Fill your boots then - do your usual upgrade process of: Backup database/file system Test the backup, just in case. Update Revert to backup if it goes wrong
×
×
  • Create New...