Jump to content

Daniel F

Invision Community Team
  • Posts

    6,593
  • Joined

  • Days Won

    37

Reputation Activity

  1. Like
    Daniel F reacted to Dll in Large community? You have a problems with sitemap!   
    There isn't a problem with those pages, as the canonical is set to the correct one on all of them:
    <link rel="canonical" href="https://invisioncommunity.com/forums/topic/442742-large-community-you-have-a-problems-with-sitemap/" />  
  2. Like
    Daniel F got a reaction from SeNioR- in Large community? You have a problems with sitemap!   
    NOPE, please not! For the record, I'm not talking about your use case, only about your hook... Just a minor suggestion, please use  IPS\Application: convertLegacyParameters() instead of overriding the session class. This would be the "official" place for such redirect, this definitely doesn't belong into the session object!

    You can see some examples in the core or forums app:)

     
  3. Thanks
    Daniel F reacted to sadams101 in Large community? You have a problems with sitemap!   
    I created a support ticket.
  4. Like
    Daniel F reacted to Numbered in Large community? You have a problems with sitemap!   
    Sorry sorry -) I just want to make a main way for do needed stuff. And session class just as example . And i didn't know about convertLegacyParameters() method before. Thanks)
    I hook session class read method before for working with sso stuff. Totally agree with bad place for that )
    upd. deleted my code for prevent bad using it for others.. but it still saved in your quoting of my post.. 
  5. Haha
    Daniel F got a reaction from Numbered in Large community? You have a problems with sitemap!   
    NOPE, please not! For the record, I'm not talking about your use case, only about your hook... Just a minor suggestion, please use  IPS\Application: convertLegacyParameters() instead of overriding the session class. This would be the "official" place for such redirect, this definitely doesn't belong into the session object!

    You can see some examples in the core or forums app:)

     
  6. Thanks
    Daniel F reacted to Adriano Faria in Best Answer on Discussions Forums   
    What's New in Version 1.0.2:
    Fix uncaught exception when flag a user as spammer
  7. Thanks
    Daniel F got a reaction from InvisionHQ in iAwards   
    Please change the error in the modules/admin/manage controller.
    You really shouldn't throw a logged exception If the admin has no permission to award somebody
     
    throw new \Exception( \IPS\Member::loggedIn()->language()->get( 'awards_others_err' ) );  
    Same with
    throw new \Exception( \IPS\Member::loggedIn()->language()->get( 'awards_obtainable_err' ) )  
  8. Like
    Daniel F got a reaction from SRFA in Quick Title Edit   
    That's a core feature.
  9. Thanks
    Daniel F reacted to Michael.J in Forms Support   
    Thanks. Next update will patch this and include a query to manually remove the duplicate from the lang database.
  10. Like
    Daniel F got a reaction from SJ77 in Forms Support   
    Hi,
    Your app contains several language strings with the same key, as present in the core application, which is causing translation issues . At a quick glance, I've noticed "delete","quote", "guest".
    I would suggest to add an app specific prefix to the key or to reuse the existing langstrings from the core to avoid such issues in the future 
  11. Like
    Daniel F got a reaction from FabioM in Forms Support   
    Hi,
    Your app contains several language strings with the same key, as present in the core application, which is causing translation issues . At a quick glance, I've noticed "delete","quote", "guest".
    I would suggest to add an app specific prefix to the key or to reuse the existing langstrings from the core to avoid such issues in the future 
  12. Like
    Daniel F got a reaction from tsdevelopment in (itzverified) member verification   
    Thanks for bringing this to our attention. I have fixed this for the next release:)
  13. Like
    Daniel F got a reaction from tsdevelopment in (itzverified) member verification   
    This seems to be a bug in IPS 4.2. 
    You could disable and re-enable the "Enable template disk caching" setting on the Advanced Settings Page to fix this temporary
  14. Like
    Daniel F got a reaction from Cyboman in Raffles System   
    That's a bug in your app...
    The extensions class name is Image and you're using Images  in view.php
    \IPS\Output::i()->metaTags['og:image'] = \IPS\File::get( 'raffles_Images', $this->raffle->thumb )->url;  
  15. Haha
    Daniel F got a reaction from Adriano Faria in Raffles System   
    That's a bug in your app...
    The extensions class name is Image and you're using Images  in view.php
    \IPS\Output::i()->metaTags['og:image'] = \IPS\File::get( 'raffles_Images', $this->raffle->thumb )->url;  
  16. Like
    Daniel F reacted to sudo in Group Collaboration   
    Yeah as Daniel says its in the converter right now although its a bit buggy but I am working with support to get it all sorted for us.
    Its in the member/system info import section, the first stage of the converter.
  17. Like
    Daniel F got a reaction from sudo in Group Collaboration   
    It's part of the converter app.
  18. Like
    Daniel F got a reaction from Adriano Faria in Group Collaboration   
    It's part of the converter app.
  19. Like
    Daniel F reacted to FabioPaz in StopForumSpam broke my forum - help with MYSQL query   
    Yep. It worked. Thank you anyway.
    ALTER TABLE ibf_core_pfields_content DROP COLUMN sfsMemInfo;
  20. Like
    Daniel F reacted to KenuFHR in Pages SuperGrid support   
    Hi there @opentype,
    First of all, thank you for putting in the work to create this plugin - it looks great overall!
    I just bought the plugin today and I'm having some issues with making it work with my current news content. The issue is that we use a custom field 'news_image' (Template key) as a thumbnail on our website www.nhlgamer.com. We don't use that specific image in the news article itself (besides a super small image in the beginning of the news article).
    I have tried to edit the $record->_record_image_thumb part of your code below, but was unable to get it to work. Could you tell me if it's as simple as just getting the syntax correct there and possibly let me know the correct way to call for the image if that is the case?
    <div class="ipsType_right SG_image_container_sidebar ipsAreaBackground_reset" style="padding-bottom: {{if settings.SuperGrid_aspect_ratio}}{setting='SuperGrid_aspect_ratio'}%{{else}}50%{{endif}}; {{if $record->record_image}}background-image:url('{{if settings.SuperGrid_image_use_thumbnail}}{file='$record->_record_image_thumb' extension='cms_Records'}{{else}}{file='$record->record_image' extension='cms_Records'}{{endif}}');{{elseif settings.SuperGrid_fallback_image}}background-image:url('{setting='SuperGrid_fallback_image_url'}');{{endif}}"> <div class="cCmsRecord_image"> <img class="ipsImage" src="{$record->customFieldDisplayByKey('news_image', 'listing')|raw}" extension="cms_Records"> </div> Above you can see how it's called by default at the moment on our site.
     
    Edit: Here you can see how it is currently looking:
    On the right hand side I am testing with a new database and everything is working as intended. On the left (in the middle) I have linked to the original database, where the thumbnail image is instead now displayed as a text link for some reason (this is with your template code unedited, as above):
    image.tiff
    I can give you access to the page that I'm currently working on, but I figured the above is probably enough to form an understanding of the issue.
     
    Thank you in advance!
     
    Kind regards,
    Kenneth
  21. Like
    Daniel F reacted to mz_ in Dreadnought Theme [ support topic ]   
    Thanks, that worked!
  22. Like
    Daniel F got a reaction from sobrenome in Error with furl changes   
    We have an internal topic about this, because it's not a simple fix which requires us to change almost the whole FURL system
  23. Like
    Daniel F reacted to Jujuwar in Advanced Tags & Prefixes - IPS 4.x   
    I can confirm the bug reported by @Joel R
    If needed, I can provide a test site with access
  24. Like
    Daniel F got a reaction from SaltyBart in Are FB video embeds still working?   
    This was fixed for 4.1.13
  25. Like
    Daniel F got a reaction from ADKGamers in Are FB video embeds still working?   
    This was fixed for 4.1.13
×
×
  • Create New...