Jump to content

Nathan Explosion

Friends
  • Posts

    7,136
  • 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

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by Nathan Explosion

  1. I'm going to make a slight change for the next "new features" version: Move the 'Display video player in these forums' and 'Display audio player in these forums' settings in to the 'Permissions' section (the setting 'as-is' will be added to all existing permissions that anyone has put in place with v2.x) Add the following additional permissions: 'Display player in these databases' for Pages (audio and/or video specific) 'Display player in these calendars' for Calendar (audio and/or video specific) Note: I cannot add the same items for Blogs as I do not have Blogs on my license.
  2. Fixed - ran the support tool to clear the cache. I've sent you a message regarding the fact you gave me an account with ACP access.
  3. The above issue is theme-related - will look into it further later...may need to hook into another location in the theme.
  4. Thank you - via PM, please send me a link to your site, specifically to the place where that specific audio attachment is location , along with a login to the site (I am not registering) I'll take a closer look tomorrow sometime.
  5. Use the following HTML in your content source: Audio: <audio controls> <source src="URL"> </audio> OR <audio src="URL" controls></audio> Video: <video controls> <source src="URL"> </video> OR <video src="URL" controls></video>
  6. Look at the "Permissions" section, as I said. That is where you control which sections of the site it is handled - just like in the plugin version, except it's split out to a separate form. Did you add 'amr' to the configuration? For me to help you further, show me your configuration settings and your permissions - and not cut-down versions of them; full screenshots.
  7. If you are requesting the ability to restrict which databases this is effective in, then please so...I suspect it is but I don't work on screenshots alone.
  8. Elaborate on what you mean by that...pages is covered (see permissions), so you need to explain further what you mean.
  9. Or the account doesn't have permissions to access the database.
  10. You're asking for assistance on a 3rd party application - your odds of getting someone on here, over the weekend, who has also got the same application are not high. Not everyone online here is in a position to help you.
  11. Have you asked in the support topic for the portal app?
  12. And how are you viewing the database? Does the OS and/or browser through which you are viewing it support that specific emoji? Just saying that sometimes the ? isn't always an indication of a problem with database. Based on your last paragraph, looks like you figured it out yourself but I am still making the above point in case others happen across this at a later point.
  13. v2.0.1 has been submitted for approval with the following fixes: FIX: Javascript modification to change the trigger event for the script from 'contentChange' to 'ajaxComplete', as there are an awful lot of contentChange events on a page that has a load of embeds (like Twitter etc)....oooffff!!! FIX: added 2 missing language strings to resolve this reported issue
  14. The browser does send the emoji..an emoji is really just text though, it's not an image. The browser renders the image from the text...but if the OS/Browser doesn't know the emoji (which happens when apple release new ones as per Paul's comments) then you see the question marks. But someone else viewing the same post could see the image.
  15. The item you are trying to hide isn't part of the application and doesn't really fall within the realms of the support, so a tad unfair to make that comment. Anyway.... Add this to your custom.css (may or may not work in all browsers - if necessary, there is a plugin method that can be used to hide the field) li! > span > input[name="reg_admin_mails_checkbox"]{ display:none; } Warning: as you are hiding this field, you should set the following to 'Opt in' so that the hidden field is unchecked by default, and you aren't forcing them to sign up for something without knowing etc etc.
  16. $item['content']|raw
  17. And it is now released. Thanks - it does, but not when installed on its own (meaning with none of my other apps installed - they all feed off each other, in a way) I'll sort it with 2.0.1, just 2 missing language bits.
  18. Template: forums -> front -> topics -> topic Locate: <ul class='ipsTopicMeta'> {{if isset( $comment->metaData['comment']['moderation'] )}} {{foreach $comment->metaData['comment']['moderation'] as $modAction}} <li class="ipsTopicMeta__item ipsTopicMeta__item--moderation"> <span class='ipsTopicMeta__time ipsType_light'>{datetime="$modAction['row']['ctime']" short="true"}</span> <span class='ipsTopicMeta__action'>{$modAction['blurb']}</span> </li> {{endforeach}} {{endif}} {{if isset( $comment->metaData['comment']['timeGap'] )}} <li class="ipsTopicMeta__item ipsTopicMeta__item--time"> {$comment->metaData['comment']['timeGap']['blurb']}... </li> {{endif}} </ul> Remove the following from within that: {{if isset( $comment->metaData['comment']['moderation'] )}} {{foreach $comment->metaData['comment']['moderation'] as $modAction}} <li class="ipsTopicMeta__item ipsTopicMeta__item--moderation"> <span class='ipsTopicMeta__time ipsType_light'>{datetime="$modAction['row']['ctime']" short="true"}</span> <span class='ipsTopicMeta__action'>{$modAction['blurb']}</span> </li> {{endforeach}} {{endif}} Keep in mind that will also remove any other moderation action logs that this section might contain - not seen anything else myself, but there may be something else.
  19. What criteria are you using to dictate who to move? Is that criteria achievable via the member search in the ACP?
  20. For information...when you had the site offline earlier, the main home page displays as follows - offline message all the way off the left. Accessing /forums at the time showed the message correctly.
  21. v2.0 has been submitted for approval.
  22. No, not as far as I am aware. Previously, the loss of Facebook/Instagram embeds due to Facebook side changes but that is coming back with IPS 4.6 so that won't be in there. The only additional item currently on the table, and guaranteed to be in, is this. I'm looking at the "twitch.tv & mobile links" situation too, but no guarantees there at all. I'm looking into adding iframely support too, as a 'last resort' for embeds. Possibly unfurl too; but my initial testing appears to indicate that it doesn't like trying to provide preview links for sites running IPS...irony!!! I am open to adding anything that is reasonably within the scope of both the application and what is possible- it needs to be suggested to be looked at. If there is anything that you are specifically looking for then bring it up now....once the following is out of the way, this application is next up and most of the work needed on it is done and dusted, so a release 'as-is' won't be far away.
  23. Search for friendly in the ACP, download the provided htaccess file, place it as advised.
  24. @Interferon I have a suspicion here that what you are looking to download here is your own content which you previously uploaded to YouTube, hence your "it's not their content'. Is that correct?
×
×
  • Create New...