Jump to content

cfish

Clients
  • Posts

    103
  • Joined

  • Last visited

Reputation Activity

  1. Like
    cfish reacted to Matt in Support php 8.2   
    Yes but during 5’s lifecycle we will be removing it and using native. Any new front end functionality is mostly native. 
  2. Like
    cfish got a reaction from Marc Stridgen in Sign In text = confusing users   
    Thanks, it seems that the Converter has it's own login handler - who knew?
    Once I changed that, the dummy text displays correctly.
  3. Like
    cfish got a reaction from Refsmmat in Syntax highlighting default in code blocks   
    I'm afraid not. After a lot of research with no progress, I gave up. I would still dearly love to make it happen, but I have no idea how to do it. If you have better luck than I did, please do let me know.
     
    Any help on this would be most welcome.
  4. Like
    cfish reacted to opentype in Registration validation emails rejected by Gmail   
    That’s not true. Here is an example from one of my communities, tested again just a second ago. 

    Achieved just using Invision Community with the PHP mail option. (But optimized with SPF, DKIM and DMARC records.)
    Technically, there is no such thing as a “PHP mail” or an “SMTP mail”. Those are just different ways to initiate the email. But no option is intrinsically better or worse. 
    But if you are fine with using SMTP, I guess we don’t need to debate these things. 
  5. Thanks
    cfish reacted to opentype in Registration validation emails rejected by Gmail   
    What’s the exact error message?
    Try sending a test mail from the ACP to https://www.mail-tester.com and check the results. 
  6. Thanks
    cfish reacted to Nathan Explosion in Syntax highlighting default in code blocks   
    (NE) Change 'Code' default language.xml
  7. Like
    cfish got a reaction from SeNioR- in Syntax highlighting default in code blocks   
    So I found the template file for the code block modal in Core>global>editor>code:
    <div class="ipsPad ipsForm ipsForm_vertical" data-controller='core.global.editor.code' data-editorid='{$editorId}' data-randomstring='{$randomString}'> <form method='get' action='#'> <div class="ipsPad ipsAreaBackground_light"> <div class="ipsFieldRow ipsFieldRow_fullWidth ipsFieldRow_primary ipsLoading" data-role="codeContainer"> <textarea id='elCodeInput{$randomString}'>{$val}</textarea> </div> <div class='ipsFieldRow'> <button type='submit' class="ipsButton ipsButton_primary cEditorURLButton cEditorURLButtonInsert" data-action="linkButton">{lang="editor_media_insert"}</button> <div class="ipsPos_right"> <select id='elCodeMode{$randomString}' data-role="codeModeSelect" data-codeLanguage="{$language}"> <option value="null">{lang="editor_code_null"}</option> <option value="htmlmixed" {{if $language == 'html' OR $language == 'htmlmixed'}}selected{{endif}}>{lang="editor_code_htmlmixed"}</option> <option value="css" {{if $language == 'css'}}selected{{endif}}>{lang="editor_code_css"}</option> <option value="javascript" {{if $language == 'javascript'}}selected{{endif}}>{lang="editor_code_javascript"}</option> <option value="php" {{if $language == 'php'}}selected{{endif}}>{lang="editor_code_php"}</option> <option value="sql" {{if $language == 'sql'}}selected{{endif}}>{lang="editor_code_sql"}</option> <option value="xml" {{if $language == 'xml'}}selected{{endif}}>{lang="editor_code_xml"}</option> </select> </div> </div> </div> </form> </div> Would the solution be as simple as changing the null option to be "selected"?
    UPDATE:
    Editing this template makes no difference to the drop-down and the options must be coming from elsewhere? This would make sense because the options on the actual drop-down don't match those shown in the template:

  8. Like
    cfish got a reaction from SeNioR- in Syntax highlighting default in code blocks   
    By default, the syntax highlighting in code blocks is set to HTML. This may be OK for the majority of forums, but if a forum is a special interest group for a different code language, users must set the value every time they use a code block. Is there a way to change the default to something other than HTML, even if it's "No Syntax Highlighting"?
  9. Like
    cfish reacted to Linux-Is-Best in CKEditor 4 end of life - alternative editor consideration   
    CKEditor 4 is reaching the end of life (source). Instead of jumping onto the CKEditor 5 bandwagon, I propose Invision consider an alternative editor. There are many well-established modern editors such as, for example, TinyMCE, Froala, Quill, and Redactor, to name a few. Any of these would make satisfactory alternatives.
     
    CKEditor may be 'old school,' but it has become bloated, larger in file size and load time.  Most of the issues it encounters often have to do with responsive layouts on a mobile device and excessive load time. As mobile continues to dominate the landscape, I feel it may be prudent to focus on an editor development that has kept up successfully with the times with the least issues.
     
    Changing the editor should not be expected in the next release. But a roadmap should be considered for a future transition.  Thank you for your time and consideration. 😀
  10. Thanks
    cfish reacted to VaBeach_Guy in Database size increase after upgrade   
    Yeah, I had the same thing happen when I upgraded to an earlier version, and I too was astonished. I want to say that it had something to do with search functions but I don't remember exactly now. 
  11. Like
    cfish reacted to DanLemX in VIDEO/CAM/CHAT APP for IPS Community   
    You could probably integrate Jitsi Meet into IPB for a video chat solution.  Would be a nice application indeed if someone developped it. 
×
×
  • Create New...