Jump to content

Adriano Faria

Clients
  • Posts

    31,586
  • Joined

  • Days Won

    473

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Adriano Faria

  1. I am in negotiations with CodingJungle and will probably support this file from now on. I would wait a bit to see if it confirms or not.
  2. If it is an app your developer is creating to use on your own site, there's no need to use Rest API. Use the script in your app.
  3. Create an application or a plugin. Go to dev center, tab Hooks and create a hook then you’ll have a file in applications/appkeyfolder/hooks or plugins/pluginkeyfolder/hooks. Add the script in this file.
  4. There's a plugin if you don't mind using 3rd-party: https://www.sosinvision.com.br/index.php?/file/294-guests-cant-view-profile-photo/
  5. 1: You need to have a local install of the board (with Apache PHP/MySQL, or a Wampserver, etc.). 2: upload the dev tools: 3: Enable the developer mode: 4: create a plugin with 2 code hooks in the classes I pointed above.
  6. - New topic: hook on \IPS\forums\Topic: public static function createFromForm( $values, \IPS\Node\Model $container = NULL, $sendNotification = TRUE ) { $item = parent::createFromForm( $values, $container, $sendNotification ); //do your stuff return $item; } - New post: hook on \IPS\forums\Topic\Post: public static function create( $item, $comment, $first=FALSE, $guestName=NULL, $incrementPostCount=NULL, $member=NULL, \IPS\DateTime $time=NULL, $ipAddress=NULL, $hiddenStatus=NULL, $anonymous=NULL ) { $reply = parent::create( $item, $comment, $first, $guestName, $incrementPostCount, $member, $time, $ipAddress, $hiddenStatus, $anonymous ); //do your stuff return $reply; }
  7. Nope. Template stuff will, the PHP part, no. We'll have to change a lot of stuff like \IPS\Member::loggedIn() to Member::bla bla bla (declaring it before) and a lot of extensions into listeners... and convert the existing hooks into listeners, where it's possible. Not a FULL rewrite but some will require boring work.
  8. I said to Martin I could continue supporting it but got no answer yet. 🙂
  9. Send a message with an ACP account and I’ll take a look for you.
  10. Via PHPMyAdmin in your CPanel, run a query to see for which app or plugin the hook ID 2069 belongs and then disable it or ask for support. select * from core_hooks where id = 2069
  11. Hello, The setting to Show tags in alphabetical order? works on item and category views but doesn’t work in activity streams/search results: Thank you.
  12. It works. You can purchase it at https://www.sosinvision.com.br/index.php?/file/226-change-post-date/
  13. Support is provided on my board only. Create an account, redeem your purchase keys, and post in the support topic.
  14. https://www.sosinvision.com.br/index.php?/file/194-enhanced-links-moderation/
  15. Sorry if I misunderstood... but they show up:
  16. I’m not sure you want to copy tags between the forums or mass add to topics. if you mean in topics, with the following resource, you can add prefixes/tags to multiple topics at same time: https://www.sosinvision.com.br/index.php?/file/166-mass-tag-topics/
  17. Delete the tcw directory in applications. Delete the 3 tables it created; they will start with tcw_. Delete the corresponding records from core_sys_conf_settings and core_sys_lang_words. Probably there will be some orphaned records in other tables but nothing that will make your site be useless. Go to support tool and rebuild the cache. Make a backup of filed and database first just in case.
  18. Probably a PHP version not compatible with the version you’re running. Try this:
  19. Yes. Edit the category you want and enable it in the Forum Topics tab.
×
×
  • Create New...