Jump to content

Nathan Explosion

Clients
  • Posts

    7,010
  • 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. v3.0.0 of this is currently in final testing...have some of this goodness! Category One - YNWA.TV (Test site) — Mozilla Firefox 2023-03-17 19-29-05.mp4
  2. Tested as follows: Created a poll Voted on the poll Results are visible Installed application configured as per your provided settings Result are hidden Go into your ACP's Support page, click 'Clear System Caches' and check the topic again - still an issue, provide a link to the topic.
  3. As far as I remember, there will be effective on all polls - I don't believe I put in a "from this point onwards" functonality for only affecting polls made after the installation. So...are those your currently configured settings in the ACP?
  4. For future reference, please use the support topic for the resource: I will reply in that topic.
  5. You'll need to "Clear system caches" in the ACP to see the effect.
  6. Just going to point it out, but irrelevant to the actual question. PHP 8.2 isn't supported by Invision yet.
  7. You won't if you are already opted-in to receive newsletters - no point showing it to someone if they are already signed up.
  8. Yes...just take a look at the widgets/blocks that are available via the Block Manager
  9. Check your root - if you have an index.html and an index.php then delete the index.html
  10. OK - assumptions made: You are creating a custom manual HTML block that contains that code You are placing that block in the sidebar when viewing a record {{if request.app == 'cms' }} {{$databaseId = \IPS\cms\Databases\Dispatcher::i()->databaseId;}} {{$class = "\IPS\cms\Records".$databaseId;}} {{$record = $class::load(\IPS\Request::i()->id);}} {{$categoryId = $record->container()->id;}} {block="articles_related_articles_{$categoryId}"} {{endif}} If that doesn't work (and there is probably a better way of doing it, this was a quick throw-togehter) then I've got no idea where you are putting it.
  11. Where exactly are you adding this in pages? You've given no information about what template you are editing so I'm assuming that it is the record display template in the Pages templates that you are editing, as you mentioned: Give more information than you are currently providing...help people help you. Describe what you are doing more... What is the full code of the block? Where is the block placed in Pages? etc.
  12. Edit your theme's settings, go to the "front-end colors" tab and modify the following:
  13. Is there? Can you screenshot it, please, as I don't see one (but then I may be blind)
  14. Simple as that - create a new one = the current IPS theme.
  15. I see no reason for that, to be honest. Just upload your "std-image" in the ACP (Default share images) and it handles that element of your request...
  16. I think this is what you are asking for... {{if !isset( \IPS\Output::i()->metaTags['og:image'] )}} {{$shareLogos = \IPS\Settings::i()->icons_sharer_logo ? json_decode( \IPS\Settings::i()->icons_sharer_logo, true ) : array();}} {{if request.app ==='forums' AND request.controller==='topic'}} <meta property="og:image" content="https://www.domain.tld/img/{expression='request.id'}.jpg" /> {{else}} {{foreach $shareLogos as $logo}} <meta property="og:image" content="{file="$logo" extension="core_Icons" scheme="full"}"> {{endforeach}} {{endif}} {{endif}}
  17. v2.2.0 is currently pending approval. NEW Added "Apply settings to native IPS audio" & "Enforce 'Download attachments' permission" settings on the 'Audio' tab. These settings mirror some of the functionality provided by the equivalent settings on the 'Video' tab. If a user doesn't have permission to download attachments then the IPS-embedded audio player will be converted to a normal attachment link. 'Preload' settings will be applied to IPS-embedded audio players. 'Disable right-click' functionality is now effective on attached audio files. CHANGES Minor language updates FIXES Fixed an issue when adding a Pages WYSIWYG block via the block manager would result in an 'Error', stopping you from configuring the block at that time. Fixed an issue where a Pages WYSIWYG block was no longer processed by the application if the block wasn't on a Pages page.
  18. Step 1: Make sure the "Publish date" field is enabled in your database's fields listing, and you have the specified permission it indicates. Step 2: Make sure you are editing in the front-end, not in the ACP.
×
×
  • Create New...