Jump to content

Daniel F

Invision Community Team
  • Posts

    6,764
  • Joined

  • Days Won

    38

Community Answers

  1. Daniel F's post in New unused variable in "\applications\core\sources\Messenger\Conversation::memberCanReceiveNewMe()"? was marked as the answer   
    Removing it now would break BC 😄 
  2. Daniel F's post in [BUG 4.7.0] Typo in "nexus_subs_register_reg_desc" language key was marked as the answer   
    fixed
  3. Daniel F's post in [Bug] IndexNow submits an ACP URL when queue runs from ACP was marked as the answer   
    Thanks, we have fixed this recently.
  4. Daniel F's post in Issue with repeated Log Entries- CLUB. was marked as the answer   
    That’s an issue with PHP 8.1 which should be resolved in our upcoming 4.7 release 
  5. Daniel F's post in Calling a controller function from javascript was marked as the answer   
    Your approach seems to be fine.
    if request::I()->foo ... do something...
     
     
    You can also just return a simple "OK" by using
    if( \IPS\Request::i()->isAjax() ) { \IPS\Output::i()->json( 'OK' ); } If you want to see the full working code, take a look at e.g. applications/core/modules/front/contact/contact.php
  6. Daniel F's post in Some typos in translation was marked as the answer   
    Thanks, I have submitted a fix for this.
  7. Daniel F's post in HTTP Error 500 after SQL Server move - syntax error, unexpected 'archive' (T_STRING) was marked as the answer   
    Your conf_global is broken because of line 27, I would suggest to just remove it:)
    Unfortunatly the FTP account we have on file was able to open it, but had no permissions to save the changes, so I couldn't fix it on my own.

  8. Daniel F's post in Hi, is this new in IPS 4.7, or is it a custom job? was marked as the answer   
    That’s a small template modification where we added few important links to the page instead of the menu. 
  9. Daniel F's post in error creating new category in downloads was marked as the answer   
    This was resolved for the upcoming 4.7 release 
  10. Daniel F's post in Notification Error was marked as the answer   
    I think this is caused by following 3rd party app because the core private messages have no reactions!
     
  11. Daniel F's post in cron (task.php script) sometimes throughs exceptions was marked as the answer   
    This happens sometimes when the connection times out.
    I have logged this error to our bug tracker to improve it for a future release.
  12. Daniel F's post in Business Name Field in Consumer Billing Address was marked as the answer   
    This will be resolved in the next release 
  13. Daniel F's post in Whoops with 4.7.0 Beta 1 (IN_DEV) was marked as the answer   
    Thanks, I have fixed this for an upcoming release.
  14. Daniel F's post in 4.7.0 Beta - Editor Issues was marked as the answer   
    And fixed 🙂
  15. Daniel F's post in Setting up page forwardings was marked as the answer   
    There are also few MP files like 
    Or
     
    Which provide an easy way to create redirects  
  16. Daniel F's post in Activity stream issues - for this site was marked as the answer   
    @Stuart Silvesterfixed this today, but it wasn't deployed yet 
  17. Daniel F's post in Pages: Is there a way to use h2 tags in the WYSWIG editor? was marked as the answer   
    You can also use HTML in the editor by allowing specific user groups to post HTML, which can be done via the group settings! 
    Once enabled, these people will see a "source" button
  18. Daniel F's post in Why are forum icons sometimes shaded? was marked as the answer   
    They're shaded once there's no new unread content.
  19. Daniel F's post in Create a link for unanswered topics? was marked as the answer   
    It's not possible out of the box but there's a 3rd party app for this in our marketplace 
     
  20. Daniel F's post in Moving to different host was marked as the answer   
    Have you updated the URL in the config file and have you flushed the cache by deleting the datastore folder content.
  21. Daniel F's post in error when moving a topic was marked as the answer   
    Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.
     
  22. Daniel F's post in Undefined array key on export of Member Ranks was marked as the answer   
    Are you using the latest version?
    This was fixed in 4.6.10
  23. Daniel F's post in Link to my clubs? was marked as the answer   
    Yea, it's yourUrl/clubs/?filter=mine
  24. Daniel F's post in Install converters application on existing site? was marked as the answer   
    If your community is up2date, you'll have to download the package from the client area https://invisioncommunity.com/clientarea , extract it and only upload the applications/convert directory.Once the upload finished, you can install it via the  ACP => System => Applications page.
×
×
  • Create New...