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. Literally by doing what you did - you pasted a link in. Just remember that if you are posting a link to something then if it is private then it will likely not link, or if it is not set to share then it will likely not link....view the link as a non-logged in user before deciding to add it to content.
  2. @Andy Millne a better question for you....if a video is uploaded in your app, does it display a video player as per native IPS functionality?
  3. Easy answer - no idea, but I highly doubt it. My plugin hooks into certain content items in the native product, not in other people's apps. If the other apps hook into the areas I hook into then they may end up with a video player, but they also may not. In short - don't buy this if Andy's app doesn't support it natively. Native IPS code automatically displays a player for uploaded videos uploaded via the editor - my plugin comes from a time before that functionality becoming native. Your question is better served by asking Andy, not me...or, as you have the product already, try it now.
  4. v3.0.4 will have the following new functionality, fixes and minor changes (testing at the moment - hoping to release for approval either later tonight, or tomorrow morning): NEW: Content in 'Preview' card is now hidden FIX: Ajax pagination no longer breaks the hiding of content NEW: Content in search results is now hidden, if configured NEW: Content in profile activity is now hidden MINOR: Slight language changes to remove some redundant strings
  5. What's new in version 1.0.1? Added setting to control which posts to check for images (see screenshot)
  6. And now that I've looked I can remember looking at this a while back.. The information displayed in the profile activity is obtained via Search. The search index discards html content from the post so there is nothing within the content that I can check for: there won't be any <a> tags, or URLS, only the plain text (ie the word Google, as opposed to https://www.google.com for the following link: Google) there won't be any <img> tags there won't be any <blockquote> tags. In short, there is nothing within the content that I can check for and remove as it is just text. And with that in mind, the only option available is to perform a full replacement of the content, like I do with the 'Hide All Content' option in the application. Even then, I may not be able to even do that as the data appears to be protected so I may not be able to manipulate it. What I am going to try to do: Add a 'Search' option in the "Where?" setting, disabled by default. Add a 'Search' tab, with the following settings: "Hide from" being a group listing "Replacement content to display" being a plain text field which can be populated with the replacement text to be displayed Replace the content of the item entirely for display (dependent on topic or record location - but I may or may not be able to differentiate between a topic's first post and its replies, or a database record and its comments)
  7. Fixed in next version. Fixed in next version. Now looking in to this one.
  8. Log a ticket - https://invisioncommunity.com/clientarea/login/
  9. Log a support ticket and see if they will assist.
  10. OK - no error, working as intended. I'll look into those items - the preview and ajax pagination behaviour shouldn't be an issue at all....at present, I don't do anything when ajax is involved, so I'll just add a little additional check in on that for you.
  11. What is the error message? I'll look in to what needs to be done to hide the elements you mention, but no promises on if/when that will appear in the app.
  12. Tell us what it is you are looking for and we can answer that 😄 If it's the setting mentioned in the first post, then it's there - last entry in the 'Topic Settings' section.
  13. For reference, the Topic Summary itself fetches an array containing ALL the information about the images in a topic (not the images themselves, just the information about them) and then they slice the top 4 (the first 4) out of that array to then process for display. I randomise the array that they initially fetch, and I've written it in a way that shouldn't cause any major issues (you can see the method I've used here) - however I haven't tested with thousands of images (just a few hundred, at this time). Keep in mind: if the number of images to display is increased from the default 4, then obviously that increases the content that then has to be displayed in the browser.
  14. This is now available to provide some extra control over the images
  15. What's new in v3.0.3? Plugin converted to an application Settings will be converted over Plugin version will be removed via background queue task IPS 4.5 compatible only
  16. Plugin has been approved - the next version will include this setting to only show images from posts which have had reactions, or are on popular days:
  17. Then you have the setting in the front end, as it is 'Unrestricted' Don't have it in the front-end? Test with default theme and make sure you are in a group that provides those permissions.
  18. Click this: Drag this, and click that: Don't have this? Pop to the ACP...
  19. Plugin which allows a little extra control over the 'Posted Images' section of the Topic Summary IPS default behaviour is to show up to the first 4 images posted in a topic Plugin allows you to increase or decrease the number of images shown (IPS default is 4 images total) randomise the images which are displayed Pending approval at this time
  20. Right, coming back to potential new features: To be clear - 'Message' in the context of this application is the message displayed within a post when a replacement has been performed. In the case of 'Hide all content', there is only one message displayed within the post but in the case of something else being hidden (for example, links) then if there are more than one link in the post then turning on the 'Merge multiple messages' feature will display only one message, instead of several of them within the post (ie one for each link) I think what you are asking for here is the ability to limit the number of replies to a topic - am I correct?
  21. v3.0.2 has been submitted for approval
  22. I've completed my testing of the application and all is good. As this will be an upgrade of a plugin to an application, I now just need to perfect the upgrade routine. But as I have done this for a few plugins previously, without issues, it is pretty straightforward and I fully expect to upload this one to the MP tomorrow....then we await the approval process!!
  23. Edit your theme's html/css and add that to your custom.css content - play with the colour.
×
×
  • Create New...