Jump to content

Nathan Explosion

Clients
  • Posts

    7,050
  • Joined

  • Days Won

    128

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Forums

Events

Store

Gallery

Everything posted by Nathan Explosion

  1. Yep, this is a goer - I'll build it in, hopefully have a new version out in about a week or so.
  2. How to delete an attachment - go here: https://invisioncommunity.com/attachments/
  3. I'll have a think - could be a good addition for this:
  4. It looks like the upcoming v4.6.13 release will render this resource redundant.
  5. Drag and drop a MOV file directly into the editor (not the file area) and you see that pop-up for a short period of time - see attached video. Intermittent error uploading MOV files_ - Help & Support - Invision Community — Mozilla Firefox 2022-04-27 18-07-21.mp4
  6. Just for reference - this is what it looks like in a normal sidebar, on an unmodified theme: I'll see if I can take a closer look later tonight.
  7. As I said...provide a link. I know you provided the HTML of the block, but that gives zero information about the CSS that is involved.
  8. When the sidebar is displayed normally, this is what contains all the widgets within it: <div id="ipsLayout_sidebar" class="ipsLayout_sidebarright " data-controller="core.front.widgets.sidebar"> <div class="cWidgetContainer " data-controller="core.front.widgets.area" data-role="widgetReceiver" data-orientation="vertical" data-widgetarea="sidebar"> <ul class="ipsList_reset"> [EACH WIDGET THEN HAS ITS OWN <li></li>] </ul> </div> </div> When the advertisement is set to be shown in the sidebar is used, the ad is displayed in the sidebar as follows: <div data-role="sidebarAd">TEST</div> <br> <br> <div id="ipsLayout_sidebar" class="ipsLayout_sidebarright " data-controller="core.front.widgets.sidebar"> <div class="cWidgetContainer " data-controller="core.front.widgets.area" data-role="widgetReceiver" data-orientation="vertical" data-widgetarea="sidebar"> <ul class="ipsList_reset"> [EACH WIDGET THEN HAS ITS OWN <li></li>] </ul> </div> </div> And then when there are no widgets and the advertisment setting to force sidebar is used, you just get this: <div data-role="sidebarAd">TEST</div> <br> <br> If you really are not going to have any widgets displayed, then maybe make this the code for the advertisment instead: <div id="ipsLayout_sidebar" class="ipsLayout_sidebarright">TEST</div>
  9. You're on Cloud - there is no quick fix option (if you were self-hosted, it's a copy/paste of 2 files)
  10. The likely reason is that the ckeditor theme contained in the theme is missing the updated icons.png/icons_hidpi.png files, as those were updated with the addition of the lightning bolt when 4.6.7 was released.
  11. Saved Actions - no. But you could always use 'Stock replies' instead:
  12. Nigh on impossible to do so - nobody can tell what the code is because you only provided a screenshot. Provide a link to the page in question, and then the code is viewable.
  13. A link, added via the Editor, showing that it has underlined text...
  14. https://invisioncommunity.com/services/migrate/ https://status.invisioncommunity.com/
  15. Then you wait for someone from IPS to see this (assuming your license hasn't just expired)
  16. v2.1.1 was released the other day: FIXES issue where "Total attached audio files allowed" setting on 'General settings' tab wasn't hidden when "Apply to all groups" setting was toggled off. issue where "Total attached audio files allowed" setting on group specific tabs didn't reflect the correct saved value for the setting. issue where "Total other attachments allowed" setting on 'General settings' tab wasn't hidden when "Apply to all groups" setting was toggled off. issue where "Total other attachments allowed" setting wasn't displayed on group specific tabs when "Apply to all groups" setting was toggled off. issue where _desc language strings for "Total videos allowed" & "Total images allowed" were not visible on group specific tabs when "Apply to all groups" setting was toggled off. v2.1.2 is currently pending approval FIXES "Character exclusions" & "Characters to exclude" settings were not hidden when "Enable word/character limits" setting was toggled off. NEW Added ability to limit number of quotes in the content
  17. Just taken a look at the post you previously provided - and something is hidden. As it only contained a video, then I assume that the workaround of turning off the spoiler check is indeed working for you? I'll be getting back to this one over the next week - taking the opportunity to do a re-write of the code, and also remove some kludges that are no longer required.
  18. Yes - you just add what I mentioned into whatever your existing working command is. Doubt it - but google it to find out if it is a required element though.
×
×
  • Create New...