Jump to content

Daniel F

Invision Community Team
  • Joined

Solutions

  1. Daniel F's post in Node permissions was marked as the answer   
    Unfortunatly IPS doesn't have such a feature where you can define the other user groups, but you're able to show the topics only to the author and staff members(moderators)
     

  2. Daniel F's post in Topics custom field, variable in templates was marked as the answer   
    The metadata field isn't unused, it's used by the meta data system, which in fact is perfect for your use case! 
    You could create an application with a proper meta data extension for topics to flag the topic:) 
    You can find more information about the feature in our dev guides: 
     
  3. Daniel F's post in How to view members of a group? was marked as the answer   
    You can use the search to get all members from a group in the frontend, and you can either use the member list filter or just click on the number of members on the groups list in the ACP to get the list of all members from a group. 
  4. Daniel F's post in How to find the template throwing an error? was marked as the answer   
    Hi,
    the pages database templates are located in your ACP => Pages => Templates.
  5. Daniel F's post in Core groups extension was marked as the answer   
    There are at least 2 different ways to accomplish this which I've mentioned here:  
    Depending on the ammount of fields you want to store, you could either use an own database table or a setting to store the data.
  6. Daniel F's post in Custom Login Redirect from Forum Login was marked as the answer   
    We fixed recently a bug which caused the los of the redirect after the login process.
    This should be resolved in the next release.
  7. Daniel F's post in Lost All Formatting After Migration/Upgrade was marked as the answer   
    Please submit a ticket and we’ll take a look 
  8. Daniel F's post in Files in the "interface" folder and CIC clients. was marked as the answer   
    Short update on the issue: This is indeed a limitation which we've just noticed ourself, We're looking at this right now and investigating possible solutions.
    In the meanwhile I would suggest to stop using the interface directory at all, and instead use controllers for the PHP logic and official CDNs or the application resource system for any other files.
     
    I'm going to explain this further in the upcoming September Marketplace Recap topic which will be published on Monday.
     
     
  9. Daniel F's post in Code completion in IDE with monkey patching was marked as the answer   
    There's a handy tool in our marketplace which is able to generate the proxy classes and dozen other autocomplete providers for phpStorm
     
  10. Daniel F's post in Deleting a hook in the dev center doesn't work properly was marked as the answer   
    Thx, I have fixed this for an upcoming release.
  11. Daniel F's post in CSRF error was marked as the answer   
    Thanks, I have fixed this for an upcoming release.
  12. Daniel F's post in Approved with 0 downloads? was marked as the answer   
    Downloading the pending version update isn't logged as download.
    And if you take a look at the file, you'll see that he posted a new version while the file was waiting for approval
  13. Daniel F's post in 4.5.1 to 4.5.2, skin changes was marked as the answer   
    Top Menu => Resources => Theme Differences , links to https://invisioncommunity.com/index.php?app=core&module=system&controller=plugins&do=diff
  14. Daniel F's post in How to cancel 4.5 application submission review? was marked as the answer   
    Via ticket ask for the deletion of the pending version.
  15. Daniel F's post in "Only subclasses of Dispatcher can be instantiated" Error was marked as the answer   
    It’s not enough to include the init.php , you also need to initialize the dispatcher . 
  16. Daniel F's post in Trouble getting CMS record was marked as the answer   
    Don't forget that Records "doesn't exist", it's just a virtual class used to create the real implementation aka Records1, Records2 ( the Database ID is attached to the classname), this means you need to use the proper record class name. Instead of \IPS\cms\Records it's going to be \IPS\cms\Records1 ( replace 1 with your database id ) 
     
  17. Daniel F's post in Purge translation strings in core_sys_lang_words? was marked as the answer   
    I can confirm any_time(which I have fixed for 4.5), but nothing else from your list was duplicate for me.
     
  18. Daniel F's post in Best way to run a script on new signup? was marked as the answer   
    I would suggest to use the MemberSync extension which will be called literally always when a member is created/edited/deleted