Jump to content

DawPi

Clients
  • Posts

    8,353
  • Joined

  • Last visited

  • Days Won

    19

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Forums

Events

Store

Gallery

Everything posted by DawPi

  1. { "chIPSDispatcherFront": { "type": "C", "class": "\\IPS\\Dispatcher\\Front" }, "dp45guestViewLimTopicPostSouCore": { "type": "C", "class": "\\IPS\\forums\\Topic\\Post" } }
  2. Sure, here you are: { "dp45guestViewLimitsDispatcherFro": { "type": "C", "class": "\\IPS\\Dispatcher\\Front" }, "dp45guestviewlimitsFrontForumsIn": { "type": "C", "class": "\\IPS\\forums\\modules\\front\\forums\\index" }, "dp45guestViewLimitsforTopPostCor": { "type": "C", "class": "\\IPS\\forums\\Topic\\Post" } }
  3. Found old plugin: Maybe you could ask the author if he can update it or not.
  4. I have manual edit for this - using it on mine support system. PM me for more details if you're comfortable with manual edits.
  5. CREATE TABLE IF NOT EXISTS `core_sys_conf_settings` ( `conf_id` int(11) NOT NULL AUTO_INCREMENT, `conf_key` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `conf_value` mediumtext COLLATE utf8mb4_unicode_ci, `conf_default` text COLLATE utf8mb4_unicode_ci, `conf_keywords` text COLLATE utf8mb4_unicode_ci, `conf_app` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `conf_plugin` bigint(20) UNSIGNED DEFAULT NULL, `conf_report` enum('full','bool') COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`conf_id`), UNIQUE KEY `conf_key` (`conf_key`) ); Don't forget about prefix if you have one.
  6. It has been fixed. There were missing sql table. 😉
  7. Hello, just checked and... it works very well. I may look into your board directly. Send me PM with the access details please.
  8. https://invisioncommunity.com/forums/topic/464407-translation-of-posts-like-on-facebook/#comment-2873509
  9. I don't have demo's. 😉 Ask me anything and I'll try explain.
  10. Hello, there is something like this already:
  11. I have something that you might be interested. Send me PM for more details. 🙂
  12. Thanks for the info. I'll look into it.
  13. There is great option for that - Subscriptions. Build it into Nexus too.
  14. All images will be restored? I don't have much time to re add all of them unfortunatelly.
×
×
  • Create New...