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. Your provided information was "I don't need user to create events" Disabling the app or restricting access to the calendar will stop that. It won't hide the 'Create' button though. Here is the answer to your actual requirement - use CSS to hide it. li#cCreate{ display:none; }
  2. Then disable the calendar application, or restrict access to it?
  3. Flags the topic so that you can then filter the 'Topic Feed' block based on 'Featured' topics, instead of pinning a topic (which will stick it at the top of the forum listing) and using that to filter on instead.
  4. Yep, this is a goer - I'll build it in, hopefully have a new version out in about a week or so.
  5. Create an announcement via the modcp, and set the Page Location to sidebar
  6. How to delete an attachment - go here: https://invisioncommunity.com/attachments/
  7. I'll have a think - could be a good addition for this:
  8. It's not an iCal feed.
  9. It looks like the upcoming v4.6.13 release will render this resource redundant.
  10. 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
  11. 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.
  12. 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.
  13. 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>
  14. You're on Cloud - there is no quick fix option (if you were self-hosted, it's a copy/paste of 2 files)
  15. 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.
  16. Saved Actions - no. But you could always use 'Stock replies' instead:
  17. 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.
  18. A link, added via the Editor, showing that it has underlined text...
  19. https://invisioncommunity.com/services/migrate/ https://status.invisioncommunity.com/
  20. Then you wait for someone from IPS to see this (assuming your license hasn't just expired)
  21. Stu_m asked for more detail - I provided it.
×
×
  • Create New...