Jump to content

Adriano Faria

Clients
  • Posts

    31,857
  • Joined

  • Days Won

    475

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by Adriano Faria

  1. Click in the red button. The reason will show up in a popup.
  2. What's New in Version 1.1.3: Remove copyright in board footer and in settings form Add missing laguange bits Convert hardcoded strings into language bits Script optmization
  3. Yes, it’s not there because it’s 4.4 yet. I will take a look on this one soon. Still working in another resource.
  4. What's New in Version 4.2.4.1 Fix the "white page" when viewing topics.
  5. It did. 😄👍
  6. Do you have FTP? I'll provide a quick fix. If it works, I'll update the file. Disable the app. Not sure what's going on and I can't work on this today anymore. Will take a look tomorrow in the morning. Bah! Stupid me.... just submitted a fix and requested it to be urgent. Hope they review it today yet. If you're reading this and DID NOT update yet, just don't do it and wait for version 4.2.4.1.
  7. It simply changes from input text to password.
  8. I developed a quick plugin last year for this matter:
  9. Open forums -> front -> topics -> post and find: <li data-ipsQuote-editor='{$editorName}' data-ipsQuote-target='#comment-{$comment->$idField}' class='ipsJS_show'> <a href='#' data-action='quoteComment' data-ipsQuote-singleQuote>{lang="quote"}</a> </li> Add below: {{if \IPS\Settings::i()->SN_Show_Send_Forums }} {{if \IPS\Settings::i()->SN_PersonalGroups == 'all' or \IPS\Member::loggedIn()->inGroup( explode(',', \IPS\Settings::i()->SN_PersonalGroups ) )}} {{if \IPS\Member::loggedIn()->member_id AND $comment->author()->member_id != \IPS\Member::loggedIn()->member_id}} <li> <a href="{$comment->author()->url()->setQueryString( 'do', 'senddirect' )}" base="front" data-ipsDialog data-ipsDialog-modal="true" data-ipsDialog-title="{lang='SN_sending_sticky_note'}"> {lang="SN_TopicSend"} </a> </li> {{endif}} {{endif}} {{endif}}
  10. What's New in Version 4.2.4 Fix a couple of issues regarding reputation from banned forums being displayed on Activity Streams and profile
  11. You probably has Post Before Registering enabled. Disable it and remove permissions in the forums. You’re done.
  12. No. The oldest version available is 2.0.4: Btw, I don’t have it either. You shouldn’t be so outdated!
  13. Make sure your configuration method starts with: public function configuration( &$form=null ) { $form = parent::configuration( $form );
  14. What's New in Version 2.0.7.1: Fix error (white screen) on profiles Fix error (white screen) on Questions type topics
  15. I’ll take a look when I have to update it again. 👍 This too.
  16. I’ll post a template edit within next hour.
  17. 🤷🏻‍♂️ Do you want to add the link in your board?
  18. Yes, previous version was 4.4 and the controls appeared below the post. This is now 4.5 and the place changed. Do you want me to post the link code so you can add in your install?
  19. Yes, that’s how 4.5 works. All the controls are inside the menu.
  20. I don’t know fully all the apps yet (just made a quick use of them to update) but something I noticed is that some terms used by the old dev are pretty confusing sometimes. This one, if I’m not mistaken, will be the author of the global note.
  21. What's New in Version 1.0.9.1 Fix the filters when the Groups To Include setting is different than ALL GROUPS.
  22. What's New in Version 2.3.2 Fix: error when editing member's preferences on Admin CP profile Fix: adjustments in templates Removes copyright from front-end and from settings Changes in background to meet new marketplace rules
  23. I remember this error being reported and I thought it was fixed already. Will take a look.
  24. As some of you may already know, I'm supporting @TheJackal84's file since March, 19. We started to talk about this deal on Feb, 21. So in this regard, I would like to state publicity that I am not getting the expected return/attention from TheJackal84, which has not: given me the list of purchasers of the resources in his website. So what it has to do you with you? I'm not able to add a purchase here on IPS so you can keep downloading updates, if you purchased it there. Why I can't? Because I can't simply trust in words from everyone that requests files. I need to make sure you purchased and when they will expire. Just checked his website and his community doesn't exists anymore: https://flashmodding.com/. If it was there yet you would just need to take a screenshot from the Manage Purchases page. So you can still prove your purchase by sending a PM with the PayPal purchase, etc. In sign of good faith, I will add a full year of support to the proven resources, without take the renewal date in consideration. provided the XML from the plugins, which we can't download from the new marketplace (4.5), so there's no way for me to support these resources now. I will try to get them with IPS (I will speak directly to Lindy). I would also like to inform you that there are other pending issues that are not relevant for this matter but they definitely exists. Thank you.
×
×
  • Create New...