Jump to content

BomAle

Members
  • Posts

    821
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Like
    BomAle reacted to Nathan Explosion in (NE) Translate   
    This resource is not yet in the MarketPlace...so calm down!! 😉 I am writing this up now for the eventual release...
    Here's what it does do... Shows a 'Translate' link/menu below the content in Forum/Calendar/Pages* (support for other applications may be added depending on popularity of this application) * "Pages" will require a manual action by the admin to add something to the 'Display' template(s) for their database. Uses Google's Cloud Translation REST API (Basic) or DeepL's Translator API You, the Admin, can choose from the list of the API's supported languages and make those available to the user for use (would be a good idea - Google supports approximately 100 target languages while DeepL currently supports 28 target languages If you choose to display one language for use, then a single link is available to the user But if you choose more than one language then a menu will appear listing the configured available languages. You can also choose who can see the translate option. When a language is selected, the content will be sent to the configured API using REST, translated and returned. The returned translation will be processed and the content will be replaced. Additionally, each translation is stored in the database so that further translation requests for the same content are pulled from there instead of being translated via the API. If the original content is edited then any translations stored in the database will be discarded, ensuring that any further translation requests do not provide an out-of-date translation, and always translate the current content. Functionality exists to allow you to view the translations in the ACP and refine the translation if you so wish. Translations can be 'protected' so that the editing action above doesn't discard the translation - useful if you have refined the translation and wish to retain that refinement In this case, if an edit is performed then a clear indication will be displayed in the ACP advising that the translation is out-of-date due to the original content being edited. The user can revert to the original content at any time by clicking a link to do so. Usage logs are available in the ACP for each translation request, so you can see basic information about requests made from your site out to the APIs (both of which have their own console available which provides detailed usage information), along with requests made to content saved in the database. Here's what it doesn't do... It does not translate your entire site at the flick of a switch. If that is something you are seeking then you would have to implement your own Google Translate functionality on your site (https://www.dummies.com/article/technology/notable-websites/google/how-to-install-google-translates-website-translator-plugin-145074) Translation of content at the time of display, as opposed to a user choice Why? Translation is performed via a REST API request - each item of content in a topic, for example, would need to be sent to the API. In a topic with multiple posts then this will mean up to 25 REST API requests being performed to display each page of the topic. That is going to result in a performance hit, and is not something I am willing to put in place at this time. Will it be a future feature? Maybe, but no promises.  
     
  2. Like
    BomAle reacted to Askancy in String for copyright in translations and tool for difference   
    All products from themes to applications can add copyright, except translations.
    All other products from XenForo, vBulletin, phpBB etc provide a string to insert the copyright of the translation, it would be nice if IP.Board also thought about the translators every now and then...
    Also you have the tool that shows the differences in themes from version to version, why not do something for the translation system as well?
  3. Like
    BomAle got a reaction from Askancy in Better than Zapier and Integromat   
    are you seen n8n.io or n8n.cloud ?
  4. Agree
    BomAle reacted to kmk in 4.7 UI elements   
    Hi, I would like suggest re-structure how different elements show on the page, a example below screenshot, all the mobile screen only get 2 titles readable and nothing of content , the moderators tool and differents elements occupied with so many space between them... It is from admin view, really it need some retouch of elements positions re-structure 

  5. Like
    BomAle reacted to Jimi Wikman in RSS import - use RSS field as input for custom fields   
    Right now, RSS import is rather clunky and you get the imports in the content as one blob.
    I would like to be able to select one of XML nodes as source into a custom field when creating the import.
    Maybe for example I have a custom field called "Author", then I want to match that with the XML node that hold that information. In some cases it will not be available, then I will leave that blank, or enter a default value just like you can today.
    So for this to be useful I need the following:
    Be able to choose to use an XML node, or set a default value. If I choose XML node, then I need to get a list of the nodes in a dropdown so I can select it For extra credit, it would also be nice to see the XML so I can see what information it contains, in case the naming of the XML nodes are confusing.
     
    Anyone thinks they have a solution for this, then toss me a PM to discuss or post a reply here if you are not shy 🙂
  6. Like
    BomAle reacted to InvisionHQ in IP.Downloads empty files   
    As @opentype suggested I fixed the issue with two rsync:

    /board_root/downloads -> /board_root/uploads
    /board_root/screenshots -> /board_root/uploads

    Data storage is ok. 
    @Daniel F If you need to investigate, you can create a ticket. As you wish.
  7. Like
    BomAle reacted to InvisionHQ in Marketplace BUG   
    I report a bug present for months on the marketplace very annoying.
    Thumbnails continue to disappear, some examples:

  8. Like
    BomAle reacted to ReyDev in Story [Support Topic]   
    members can add Image, Video, Story show time , Title (text) and Link.

     

    All of these can be controlled by the admin:
    Submit Form Settings Allow members to set the appearing time of a story Allow members to insert title for a story Allow members to insert link for a story Allow members to use external link instead of uploading file
  9. Like
    BomAle reacted to Randy Calvert in Registration emails going to spam   
    https://support.google.com/a/answer/10685031
    If you've configured your IPB to send email via SMTP instead of the default PHP (meaning from your server), it looks like the SPF record is:
    v=spf1 include:_spf.google.com ~all If your server itself is sending mail (via PHP), you would need to do something like:
    v=spf1 ip4:XXX.XXX.XXX.XXX include:_spf.google.com ~all Where XXX is your server's IP address.  
    If you post the domain name, we can look up the SPF record to see if it's still incorrect.  A good tool to check out might be:
    https://mxtoolbox.com/SuperTool.aspx
    It will let you check your SPF, DKIM, and DMARC settings to see if it's reporting errors.  
  10. Like
    BomAle reacted to Jon Erickson in AWS Simple Email Service with Bounce Management   
    For help and support with the AWS Simple Email Service Application. Ticket and Forum support can also be obtained at https://www.deschutesdesigngroup.com/support.
    Installation Instructions: Instructions can be found on the marketplace page. Click the link below.
     
  11. Like
    BomAle reacted to Jimi Wikman in Implement IPS FAQ   
    If you just want a few FAQ quick and dirty, then this is possible by creating multiple blocks. It's nothing fancy, but it works 🙂
    https://jimiwikman.se/faq/
     
    The code for it can be found here:
    https://codepen.io/jimiwikman/pen/GREqGgw
  12. Like
    BomAle reacted to Adriano Faria in \IPS\Helpers\Form\Translatable + toggles + validation   
    It's not working too with a simples YESNO and togglesOn in a text field:
    $form->add( new \IPS\Helpers\Form\YesNo( 'field1', \IPS\Settings::i()->field1, FALSE, array( 'togglesOn' => array( 'field2' ) ) ) ); $form->add( new \IPS\Helpers\Form\Text( 'field12', \IPS\Settings::i()->field2, TRUE, array(), NULL, NULL, NULL, 'field2' ) );

    I have to make a custom validation to avoid the error.
  13. Like
    BomAle reacted to newbie LAC in \IPS\Helpers\Form\Translatable + toggles + validation   
    Hello,
    \IPS\Helpers\Form\Translatable doesn't respect
    - the  toggles
    POC
    $form = new \IPS\Helpers\Form; $form->add( new \IPS\Helpers\Form\YesNo( 'test', 0, FALSE, array( 'togglesOn' => array( 'form_test2' ) ) ) ); $form->add( new \IPS\Helpers\Form\Translatable( 'test2', NULL, TRUE, array( 'maxLength' => 5 ) ) ); if ( $values = $form->values() ) { $form->addMessage( 'Ok', 'ipsMessage ipsMessage_info' ); } Result

    - the validation
    POC
    Pay attention on 'maxLength' => 5
    Result

  14. Like
    BomAle reacted to DesignzShop in HOMERUN!   
    All I really got to say is IPB knocked this one out of the park. HOMERUN! I better add also I'm also really impressed with low bug count in betas. The dev team is organized better than ever.. It's taken some years to get everything on the track it is but I feel it was well worth it and well worth the wait. Should I be giving @Lindy some credit here?? If I do will @Matt pull the Lindy factor line on me? 🤣 This is really such a well rounded product now all the way around. Great awesome job IPB!
     
  15. Haha
    BomAle reacted to opentype in Pages - Update   
  16. Like
    BomAle reacted to Rikki in Pages - Update   
    All of this is on our radar - it's obviously not trivial though. Trust me, I probably use Pages more than anyone else, so I'm certainly aware of the pain points and potential future for it 🙂 
  17. Like
    BomAle reacted to Jordan Miller in (NB41) Enhanced Advertisements   
    Came here searching for this as well. I'd love to know if there are any plans to update this to 4.6 @newbie LAC 😇 
    Or if 4.5 will work with 4.6? 
    Edit: Apologies for not realizing or it slipping my mind that Newbie is in the hospital. Sorry about that! Wishing them a lot of healing vibes. 
  18. Like
    BomAle reacted to Askancy in Marketplace Reviews   
    A user is distributing a product similar to mine on the marketplace. My product is free, while he has 8 of them all for a fee.
    The user inaccurately entered in the product description:
    This is real defamation and denigration of the work of other users. and this is not the first time the user has behaved this way.
    Every time I release an update of my translation, the user magically releases an update for all his translations, thus hiding mine.
    In the description of my translation:
    This is really bad and it would be correct for you from the IPS staff to check this user!
  19. Like
    BomAle reacted to Sonya* in How do I update the IPS internal JS templates   
    You do not override any core files. Use mixins to extend existing functionality -> https://invisioncommunity.com/4guides/themes-and-customizations/javascript-framework/introduction-to-the-framework/mixins-r285/
    Simply download the .tar file from the Application Developer Center.
    Install or update the previously downloaded .tar file on your live website.
  20. Like
    BomAle reacted to Mick23 in After converting from phpBB none of my users can log in   
    After much digging around it turns out the the passwords on the phpBB forum have been set using the argon2 hashing algorithm (due to a change in php versions).
    When the conversion runs, these passwords are not imported correctly into the member_pass_hash and members_pass_salt fields in the core_members table which causes the logins to fail.
    I'm not sure there is a solution for this except for everyone to change their passwords when they log into to the upgraded site.
    Any assistance would be greatly appreciated. I'd hate to have wasted my money on it 🙂
  21. Like
    BomAle reacted to opentype in Downgrade on renew license   
    I think the issue here is that the license is expired and the request is to deactivate apps before the renewal.
  22. Like
    BomAle reacted to Hexsplosions in Downgrade on renew license   
    It's a real shame because it used to be possible, but became difficult since renewal dates were all aligned. (Prior to that there may have been a different renewal date for gallery to the one for forums, which was confusing but was more flexible.)
    Support have removed unused purchases for me in the past, to reduce the renewal cost for an existing license, but it meant I lost that purchase forever despite having paid for it. (I could not add it back on later.)
    As a point of feedback for IPS, this led to me feature locking my community. I would previously have been willing to entertain a purchase of an application to test its use in my community, knowing that I could turn it off if not successful to save some money, and then back on again if there was a new demand for it, but I now won't entertain such ideas because paying a renewal fee for unused functionality or losing the purchase permanently if it's not required just isn't viable (it's essentially throwing away money).
  23. Like
    BomAle reacted to Matt in CKEditor 4 end of life - alternative editor consideration   
    We're very much aware of CKEditor 5.

    As mentioned above, the migration to v5 isn't a simple case of dropping in the new files. We'd need to re-code all of our custom plugins that handle many things including embedding, drag and drop uploading and much more.

    CKEditor 4 is supported until 2023. While CKEditor 5 brings many useful new things, it's not urgent enough for us to "down tools" and focus a 6-12 week block on it.

    It's on our roadmap along with other javascript improvements that we want to develop and deploy.
  24. Like
    BomAle reacted to 13. in CKEditor 4 end of life - alternative editor consideration   
    For me, it is not important which editor to use, but how exactly it will be customized by IPS.

    The main thing I hope for is that IPS won't carry over all the same bugs that they added to the current editor and haven't been fixing for years. Such as the complete inability to delete mentions in mobile Chrome, for example:

    1620649541089.mp4
    As well as get rid of additional overcomplications, such as replacing existing editor functions. For example, fast and easy URL embedding on clumsy and slow:

    👍   


    👎 
  25. Like
    BomAle reacted to Daniel F in Read markers not on content elements with no conainer   
    Thanks.
    Based on our code ReadMarkers support Items without containers, so it's a valid bug which I have posted to our internal bugtracker.
×
×
  • Create New...