Posts posted by Nathan Explosion
-
-
Edited by Nathan Explosion
2 hours ago, LinkMania said:Does your plugin fix that ? i want to embed on my site only the internal links and no other external (yet).
Disable all the native embeds provided by IPS, yes (Spotted a bug with this - will update later today)
2 hours ago, LinkMania said:Also, can we modify the youtube embed in your plugin to be cookieless as this post states ?
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 ?
-
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
On 6/7/2018 at 4:33 PM, Allfict said:I Understand there's not much to do about that. Thanks again, hope that update comes soon.
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
-
added a workaround which will allow iOS devices to display a thumbnail image for videos
-
Edited by Nathan Explosion
QuoteBasically, I'd like to hide the post's content from them, but let them see the topic title and custom message.
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.
-
3 minutes ago, nanotek said:
Hi and thanks. I looked at the confirmation_global.php file and there is no reference to admin-dir there. I inherited this board so have no idea what may or may not have been done and unfortunately the person who set it all up has since passed on. It's an interesting conundrum
Should the $INFO['sql_utf8mb4'] = true; still be in there?
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.
-
-
Just now, Y Lopez said:
Thank you, I really do appreciate the response and I'll be excited for your next update.? I'm just concerned about legality.
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)
-
1 minute ago, Y Lopez said:
Yeah, you are absolutely right about the chrome, I just tested it on microsoft edge, the download button doesn't show up. So as now there is nothing that can be done about it?
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.
-
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.
-
Posted ·
Edited by Nathan Explosion
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
-
-
-
-
2 hours ago, Forum Opel24 said:
The problem appeared with the jumping between the pages of the topic (helped to disable ajax)
What problem appeared? Nothing much to go on here.
2 hours ago, Forum Opel24 said:But there is another problem which i can not find any solution. There are not saved changes in editing posts by moderators and administrators. Save button, it works correctly but it does not save. Could You saw this problem. Version of my board 4.3.3
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.
-
-
-
-
@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.
-
Edited by Nathan Explosion
On 3/22/2018 at 9:38 AM, Abby Weng said:I run an English learning membersite; my students would upload their voice recordings, and it's useful to be able to move from one part of the recording to another—having a bigger player makes this significantly easier. I hope this helps!
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)
-
-
Pending approval:
IMPORTANT INFORMATION:
- This plugin was created to extend functionality provided by @newbie LAC's existing (NB40) Separate Pinned Topics plugin and therefore requires that you have already purchased and use that plugin.
- Do not purchase this plugin if you are not already using the above plugin.
What does this plugin do?
- Using jQuery, provides functionality for the 'Pinned Topics' section to be automatically collapsed when a forum's index page is loaded.
-
Admin has the ability to
- ensure that 'Featured' and 'Unread' pinned topics are always displayed.
- control the speed at which the expand/collapse effect takes place (slow or fast)
- User can click on the 'Pinned Topics' header to expand/collapse the listing of topics.
Note:
- This plugin has been developed with the IPS default theme in mind, and has not been tested on any other themes.
- If you are using a theme which has made changes to the html upon which this plugin acts, and it fails to work as a result, then please post in the Support Topic and provide a link to your site for review.
-
What's new in v1.2.0
- plugin setting added to apply additional control over the native IPS embedded video functionality.
-
plugin setting added to re-apply the 'Download attachments' permission to native IPS embedded videos.
- see IPS 4.3 video bypasses download permissions for attachments for further details.
What's fixed in v1.2.0
- fixed 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.
-
Edited by Nathan Explosion
Update for 2.2.3What's fixed in 2.2.3
- further enhancement to previous fix: fixed 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.
What's new in 2.2.2
- emojis can now be hidden using the modified 'Also hide emoticons' setting on the Images tab (now titled 'Also hide emoticons/emojis')
-
Are you self-hosted? If so, would it be possible to get FTP access to your installations plugin\nehtml5audiovideoplayer folder?
I'd like to test out the fix for this issue to confirm it works (all good here, just want to be 100% sure) before I release the next update.
If it is possible, then send me over the ftp details and I'll login and put the fix in place manually.
-
(NE) HTML5 Audio/Video Player
in Marketplace
·
Edited by Nathan Explosion
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 ?