Jump to content

Nathan Explosion

Clients
  • Posts

    7,007
  • 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. Can I also have a screenshot of your "Miscellaneous" tab?
  2. OK - I'll take a look into at some point over the next week. If an update is required, it will be released via my site (see provider link)
  3. OK - thank you; that is MUCH MORE helpful than what was posted. So, is the actual issue better described as the following? In the post, there's a link, then a video then an image, then a Youtube embed However, when viewing as a guest, you see the hidden items as the following (based on the text for hiding) Image (which is incorrect, as it's a link) Video (which is correct) Image (which is correct)
  4. Also - you installed the app twice today; prior to that your last update/install was done in May. Is the above issue something that appeared BEFORE you did the 2 installs today, or is one of those installs an update to the latest version? Or has this issue suddently appeared for you, which then lead you to do the 2 installs?
  5. No idea - you've said lots there but not provided helpful information such as what version of the application you are running; what version of Invision's software you are running; maybe a screenshot of what it is that you are describing? And some screenshots of your settings would also be helpful. You can delete tables from your database if you wish, but I've not idea why you would do so - hint: this application doesn't have any tables in your database. So...start again with the request for support...provide better information and then I can assist you.
  6. Unless I'm missing something...have you tried scrolling down in the font size box?
  7. You don't - that's the full CKEditor package. You download individual plugin zip files: https://ckeditor.com/cke4/addon/table
  8. Because the need for something in one environment doesn't mean it is needed in all environments.
  9. Note the word 'create'... It's not there because it isn't needed...unless you need to create it and add to it. So...create one.
  10. Nope - it's a user group level control, not a moderator restriction control.
  11. Did you follow the provided instructions for inserting the required code into your database templates? If you need assistance on doing that, or a verification that what you have added is correctly done, then I'll need access to your site's ACP to check the templates.
  12. An easy way to answer this would be to download the developer tools and check if they still exist in those. If they do, don't remove them. If they don't, delete away. Also - maybe the "Unique to this theme" filter on the template listing answers the question?
  13. It works fine but it's not going to be getting any further updates - and I highly doubt that it does do what you are trying to do, so it's not an option at all.
  14. Just popped up on my local dev install... DELETE FROM `core_contact_verify` WHERE verify_time<IPS\DateTime::__set_state(array( 'date' => '2023-08-05 12:02:03.826529', 'timezone_type' => 3, 'timezone' => 'UTC', )) IPS\Db\Exception: Truncated incorrect INTEGER value: '8/5/2023 12:02' (1292) #0 C:\wamp64\www\dev\ips_47_dev_c\system\Db\Db.php(1297): IPS\_Db->preparedQuery('/*ips_47_dev_c:...', Array) #1 C:\wamp64\www\dev\ips_47_dev_c\applications\core\tasks\cleanup.php(336): IPS\_Db->delete('core_contact_ve...', Array) #2 C:\wamp64\www\dev\ips_47_dev_c\system\Task\Task.php(274): IPS\core\tasks\_cleanup->execute() #3 C:\wamp64\www\dev\ips_47_dev_c\applications\core\modules\admin\settings\advanced.php(751): IPS\_Task->run() #4 C:\wamp64\www\dev\ips_47_dev_c\system\Dispatcher\Controller.php(107): IPS\core\modules\admin\settings\_advanced->runTask() #5 C:\wamp64\www\dev\ips_47_dev_c\applications\core\modules\admin\settings\advanced.php(38): IPS\Dispatcher\_Controller->execute() #6 C:\wamp64\www\dev\ips_47_dev_c\system\Dispatcher\Dispatcher.php(153): IPS\core\modules\admin\settings\_advanced->execute() #7 C:\wamp64\www\dev\ips_47_dev_c\admin\index.php(13): IPS\_Dispatcher->run() #8 {main} The task's last action is: /* Delete Contact Us Verifications older than a month */ \IPS\Db::i()->delete( 'core_contact_verify', array( "verify_time<?", \IPS\DateTime::create()->sub( new \DateInterval( 'P30D' ) ) ) ); Needs a "->getTimestamp()"
  15. Here's what I would do based on the currently available functionality. Set the task to run every minute In your execute(), check if the time is 5pm If it is then proceed with the rest of the code If not, then do nothing.
  16. Make use of the ability to publish in the future: Set a date, work away on the content, and then publish it when ready.
×
×
  • Create New...