Jump to content

Nathan Explosion

Friends
  • Joined

Everything posted by Nathan Explosion

  1. Help me to help you - provide a link to a page that you have the issue with (no need to have the plugin enabled...just need to see if as it normally would look) If you want further assistance from there, then provide me with ACP credentials via PM and I can take a closer look behind the scenes.
  2. What's new in v1.0.3 added setting to allow conversion of new www.youtube.com embeds to www.youtube-nocookie.com embeds
  3. What's fixed in v1.0.2 fixed issue with select boxes not displaying correct choices options after a save, if chosen options were 'All' or none of the options
  4. Ok - the URL is unmodified by my plugin: https://thelounge.voiceoverkickstart.com/applications/core/interface/file/attachment.php?id=29 Clicking that results in the error message and it's because of "no_attachment_permission", which is the reason that my plugin's audio player isn't displayed (no point showing a player for something someone cannot download.....how would they be able to play it?) So.....disable my plugin and click the link again..... If it's the same error, off you go back to IPS support....nothing to do with my plugin. (But before you go to IPS, I suggest you take a look at the 'Download Attachments' permission of the forums to make sure that people actually have the permission to download): But if it works, then give me the ACP access to take a closer look. And that, IPS Support, is how you do proper investigative support instead of slopey-shouldering it as soon as you see a hint of a plugin being mentioned ?
  5. OK - not what I asked for but go ahead if you want (I just wanted a link to a topic)
  6. If you provide a link to a topic then I might be able to assist....not much I can do otherwise. However...if the link reports that then the reason my plugin won't display a player is because the plugin checks to see if the user can download the file....if they can, display a player. If they can't (because it is not available) then it won't show an editor. If I take a look at your site and see that the URL for the attachment is unmodified by my plugin then you're going straight back to IPS for support ?
  7. Disable all the native embeds provided by IPS, yes (Spotted a bug with this - will update later today) Disable the native youtube embeds provided by IPS, and add your own custom endpoint. Changing my response as there doesn't appear to be an oembed endpoint for youtube-nocookie.com, therefore it can't be added to the custom endpoints. And another change....will be releasing v1.0.3 which will convert the link to the no-cookie version ?
  8. What's new in v1.2.2 added a workaround which will allow iOS devices to display a thumbnail image for videos see https://invisioncommunity.com/forums/topic/446543-no-thumbnails-for-uploaded-videos/ for background details on the reason for this workaround this workaround can be imposed on IPS 4.3.x embedded videos but only if you enabled the 'Apply settings to native IPS video' plugin setting The kludge no longer works, as Google have modified the way that the player appears thus making things more difficult to do.... But that won't stop me...got another plan in mind mwaahahahaa
  9. Let me explain what the plugin and that setting does..... The plugin, in general, will hide the content from a group. If you have hidden the content to Guests, then they will see what a guest sees. Nice and simple.....there is no 'error' message other than what you have chosen to display within the plugin's settings. Why? Because the page itself is still viewable.....it's some of the content within it that is hidden from view. If you have turned off Guest access in general in IPS, then they will see whatever page it is that IPS has chosen to display to those viewing it (probably a 403 forbidden) Now, the setting "Allow search engines to view hidden content", when enabled, overrides that and will SHOW the content to search engines....which is considered cloaking, as you are showing Guests a different result to what the search engine has indexed. Disabling "Allow search engines to view hidden content" has zero effect.
  10. Deal with one issue at a time....leave that setting there. If you want to send me FTP credentials for your site, I can take a closer look.
  11. So at some point in the past you have used the functionality to rename the admin directory? Open the conf_global.php file, remove the reference to 'admin-dir', and then go to admin/upgrade.
  12. Keep in mind - if the plugin wasn't there, the user can download the items anyway (Remote links, right click a link and save as. Local attachments, right click and save as....assuming they have the 'Download attachments' permission enabled if the item is in a forum post)
  13. At the moment, nothing as the tag doesn't support the 'Controls List' functionality (Video does, Audio doesn't.....blame Google) But I might have a way of kludging it, so keep an eye out for an update. One other thing to note: even if I can remove the Download option, there is nothing to stop the user from right clicking the player and choosing to save the audio there.
  14. I'm guessing that you are looking to disable it because you can see it in Google Chrome? Control over the controls is limited, to be honest, and is only possible with Google Chrome and the Video tag (see the 'Controls List Settings' tab in the plugin settings) I've been looking in to a possible way of achieving this with the Audio tag....it's kludgey but potentially possible. Let me know if my guess about Chrome is correct.
  15. Plugin which allows users to ignore quotes in forum posts, thus extending the current ability to ignore posts only Original quote is collapsed. Clicking the quote will expand it for viewing. Note: This plugin takes the data-ipsquote-userid value from a quote, and uses this to look up whether that user is ignored by the viewer. If no value exists then no lookup can be performed, and therefore it cannot be determined if the user is being ignored. This situation is most likely to occur with quotes that pre-date your upgrade to IPS 4.x
  16. Go to your login handlers and click the button to log people out.
  17. Send me your site details and a login please.(ACP access)
  18. What problem appeared? Nothing much to go on here. And again...what problem exactly? There is no 'saving' involved in the plugin, other than the settings. I've just gone ahead and edited a few posts, with and without ads, and I see no issue. So, if you need further help....elaborate.
  19. From the plugin's description:
  20. I do - there was no issue, hence the release. Can I suggest, in reply, that you also do a quick test on your own test environment before going to production? ?
  21. Will take a look shortly - go ahead and revert back to 2.2.3 for the moment (it's still available to download) Figured it out - typo in the code...download and use 2.2.4a
  22. @uA_Y_C_A - give v1.2.1 a try out. What's fixed in v1.2.1 Further fixes for a DOM parsing issue that resulted in emojis being presented in their ASCII format, causing a display issue if Twitter style or EmojiOne style emojis were being used.
  23. FYI: still looking in to ways of handling this. Unlike the video tag, the audio tag doesn't have a 'height' attribute. It does have a 'width' attribute so I can make the audio player wider....just not higher. Will figure something out (maybe switch the audio tag for an embed tag instead)
  24. Then you best provide a link so that i can take a look then...can't help with the basic comment you have provided.