Everything posted by Adriano Faria
-
How to create hooks in invision new version?
Search for external on
-
[CJ] Keyword Tooltips (Support Topic)
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.
-
Documentation on how IPS message is created?
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.
-
How to create hooks in invision new version?
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.
-
Restrict guests from seeing Avatar/Profile Picture?
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/
-
How to create hooks in invision new version?
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.
-
How to create hooks in invision new version?
- 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; }
-
How to create hooks in invision new version?
New post or new topic?
-
Community Map
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.
-
Community Map
I said to Martin I could continue supporting it but got no answer yet. 🙂
-
How do you set up Redis to work?
- Is anyone able to help as to what this hook error is?
Send a message with an ACP account and I’ll take a look for you.- Is anyone able to help as to what this hook error is?
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- “Show tags in alphabetical order?” Not working in search results
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.- Change Post Date
It works. You can purchase it at https://www.sosinvision.com.br/index.php?/file/226-change-post-date/- Members Shop ( Support Topic )
Support is provided on my board only. Create an account, redeem your purchase keys, and post in the support topic.- auto moderation links by a group
https://www.sosinvision.com.br/index.php?/file/194-enhanced-links-moderation/- Include tags in search results
Sorry if I misunderstood... but they show up:- Copy-n-paste tags
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/- Force plugin uninstall
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.- PII & Deletion Requests
- Site down - 500 error
Probably a PHP version not compatible with the version you’re running. Try this:- Site is not accessible, error for AdminCP access
…- Topic Opening for each new Download Submission?
Yes. Edit the category you want and enable it in the Forum Topics tab.- Copying Topic Reply to Pages Database
Support is provided in my board only. 👍 - Is anyone able to help as to what this hook error is?