Everything posted by Adriano Faria
-
Dev Site Delete Member Issue
For the option selected, should appear Guest_JoeJonasBF.
-
How do I make a "contact me" link that pops up a messenger window?
You can already do that without templates edit by using a free plugin: https://www.sosinvision.com.br/index.php?/file/250-user-options-in-postbit/
-
Limit JS script loading to specific usergroups
if( \IPS\Member::loggedIn()->member_group_id == \IPS\Settings::i()->guest_group )
-
Replying to statuses in profiles hangs
- Set Groups Order manually
There's a 3rd-party resource if you're ok using it:: https://www.sosinvision.com.br/index.php?/file/57-groups-sorting-management/- How could a member lose 4K+ followers?
No worries. I just wanted to leave it clear because you know how it works when there's a 3rd-party item in the game.- How could a member lose 4K+ followers?
Since you mentioned me here, I will reply as I replied on my board. This is the only DELETE it has: try { $follow = \IPS\followspecificcontent\Follow::load( \IPS\Member::loggedIn()->member_id, 'cfe_member_id' ); $follow->delete(); } catch ( \UnderflowException $e ) { parent::unfollow(); } The \IPS\followspecificcontent\Follow model is: <?php namespace IPS\followspecificcontent; if( !\defined( '\IPS\SUITE_UNIQUE_KEY' ) ) { header( ( isset( $_SERVER['SERVER_PROTOCOL'] ) ? $_SERVER['SERVER_PROTOCOL'] : 'HTTP/1.0' ) . ' 403 Forbidden' ); exit; } class _Follow extends \IPS\Patterns\ActiveRecord { protected static $multitons; public static $databaseTable = 'followspecificcontent_data'; It doesn't delete records from core_follow and most importantly: the delete in my app happens when the member UNFOLLOWS the member. Well, it would be very funny if a delete in my table could delete data from core_follow too. As I truly believe it doesn't do that, it's not my app problem.- How could a member lose 4K+ followers?
- Downloads
That's probably why people didn't upload a screenshot. 🙂- Downloads
The only way is to UPLOAD A NEW VERSION: You don't need to provide a new .doc or .xls, etc. Just upload the screenshot and save it. Note: this is an old request, by the way.- Downloads
That's not a feature in Downloads. It will show this "blank" screenshot if the user didn't upload one.- Is there a built in 'welcome message'
You can send an alert to new members:- Marketplace Closure
That’s the goal.- I can no longer access invisioncommunity.com from Chrome?
Funny. Monday I couldn’t access this site using Edge (mobile) for a couple of hours. Cleared cache, cookies, reinstalled the app… nothing worked. Only Safari worked. It has nothing to do with IPS but it’s funny. Happened to me too.- Moderate a post before it is posted (is it possible?)
…and if you want to moderate specific member in specific forums: https://www.sosinvision.com.br/index.php?/file/163-moderate-content-per-forum/- Community Map
This file will be supported by me, from now on, on my board: https://www.sosinvision.com.br/index.php?/file/298-community-map/ You can redeem the marketplace purchase keys provided by IPS to keep getting updates and support for this application. Thank you.- Invision Community 5: Quickly find the most helpful answers
- [CJ] Keyword Tooltips (Support Topic)
This file will be supported by me, from now on, on my board: https://www.sosinvision.com.br/index.php?/file/297-keyword-tooltips/ You can redeem the marketplace purchase keys provided by IPS to keep getting updates and support for this application. Thank you.- Which IPs class and event is fired, when i add reply to new topic in forum?
- IC5: Introduction to Listeners
Can you confirm if we will have access to some sort of content() method to manipulate the content itself? If you need some context, that would be one of them: https://invisioncommunity.com/files/file/7821-keyword-tooltipsimbacksale/ Thank you.- Achievements index page
https://www.sosinvision.com.br/index.php?/file/296-achievements-overview/- How to create hooks in invision new version?
I have a ton of resources using this. Show your code.- How to create hooks in invision new version?
Enable IN_DEV mode. It will appear.- How to create hooks in invision new version?
Not sure I follolw your question. Do you want to upload your own hook to the dev install? Make sure you make a copy and keep the dev folder of your app/plugin. You will need to work in your app/plugin in the future.- [CJ] Keyword Tooltips (Support Topic)
Yes. - Set Groups Order manually