Jump to content

Luuuk

Clients
  • Posts

    427
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Luuuk

  1. Thanks for the answer. I was pretty sure that would be the result.

    BTW. Are we going for "semanticts"?

    On 8/22/2022 at 8:54 AM, Marc Stridgen said:

    With windows server, we dont offer support at all.

    From this page:

    Quote

    Please note that if you choose to use Windows based hosting, our technical support services will be limited.

    From ACP:

    Quote

    We have detected that your server operating system is Windows-based, however Invision Community works best under Linux and Unix environments. While Invision Community may still work in this environment, you may encounter issues that fall outside the scope of support.

    Both messages are not strong enough to deliver the same message.

    What's more, from the 4.7 changelog:

    Quote

    Fixed an issue embedding some external content when PHP 8 is used on Windows/IIS when a storage location is absolutely defined.

    So I got an impression that you still welcome some reports from Windows Server...

     

  2. @MeanGene

    I see you use Ehren's theme. The latest version of the themes is compatible with 4.7.1 and you must have IPS 4.7.1 to use the theme.

    In general, in case of Ehren's themes always a theme and IPS software should share the same version unless it is clearly stated by the author that no updates are required.

  3. Hi,

    Disclaimer: I am fully aware that your Windows Server support is very limited. I do not have any problem with languages. I'm reporting just in case:

    I assume that the selector should show only locales which are already installed. But on Windows Server the selector seems to work the way around showing only not installed locales. On my Windows Server 2019 which supports out of box most locales the menu includes only very exotic languages. For example, no English (United States) available to be selected while my OS is a native en-US.

    So for all locales already supported by my server I need to select "My locale is not listed" and input a correct short code. Following the Windows tip from the PHP setlocale description that would be this format (eg. "usa" instead of "en_US" but it can't be "enu" because then a flag is not detected in the Languages menu at the bottom).

    As I said, currently I don't have any problem with languages. But is this a bug in the selector?

  4. Oh, now I get it. I agree, it would be handy to have:

    on the left pane the list of messages (the current output) + on right pane the list / previews of messages with highlighted keywords

  5. Hi,

    Not sure what exactly you mean. You select a specific folder from the drop down menu and then input a keyword in the search field + limit the search to messages only:

    Could contain: Text

    Could contain: Text, Text Message

     

  6. Do I understand correctly that you do not want to remove the custom sets and instead just "hide" them in the editor?

    The following code added to custom.css works for me:

    1. To hide the whole category (header + all emojis under):

    .ipsAreaBackground_light:nth-child(21) { 
       display: none;
    }
    
    .ipsEmoticons_category:nth-child(22)  { 
       display: none;
    }

    2. To hide a specific emoji only:

    .ipsEmoticons_category:nth-child(22) > :nth-child(3) > :nth-child(5)  { 
       display: none;
    }

     

    That is only an example. The numbers (21 for the header, 22 for the emoji block, 3 for the emoji row, 5 for the exact emoji) you have to find by using the Inspect element in your browser *.

    * I use Firefox so that would be: open the Emoji menu > right click on the desired item > Inspect > highlight the matching item:

    Could contain: Word, Text, File, Page

    ... and right click the item to get a CSS selector with numbers. You repeat the same for each item you like to hide.

     

  7. Hi,

    Not sure that is still the thing in 4.7 due to this change but I'm still on 4.6 and the issue was present even before that version. So reporting just in case:

    If there is "more important" message on top, Templates and CSS browsing is not available:

    Could contain: File, Text, Webpage

    "Less important" message does not produce the effect:

    Could contain: Text, File, Webpage, Menu

     

    If the message will be closed then the items are available again. The big issue is the message is blocked by IPS to be closed. Then .. adblock / other content blocker has to be used to target the message...

     

  8. 15 hours ago, Davyc said:

    It actually hurt my eyes.  It's not normal nor natural and it appears that someone somewhere decided this would be a good idea and call is 'bionic' - sorry

    Yeah. I got a headache just looking at the text. It distracted me so much that I had to "undo" the change in my mind to proceed... I doubt it has anything to do with the font weight/size.

  9. 19 minutes ago, D-Trox said:

    What server are you using ? 2019 ?

    Yes.

    18 minutes ago, D-Trox said:

    i try to put administrator user and it doing the same thing. so i dont think it was the access 

    Do I understand correctly that you assigned there Administrator (the default Windows account used to log in)? If that is the case it won't work. In this context it must be a set of IUSR (Modify) + IIS_IUSRS (Read & execute). If one of those are missing you will experience various permission issues.

  10. @D-Trox

    13 minutes ago, Marc Stridgen said:

    But your issue is very likely to be permissions on the uploads folder or one of its subfolders. These must be fully writable. Your biggest issue here is that you are using IIS

    I also use IIS and I do not have the problem. Here is my IIS setup:

    Could contain: File, Text, Word, Page, Webpage, Number, Symbol, Menu

    IUSR (Modify) + IIS_IUSRS (Read & execute) assigned for the top folder and all subfolders (so including also uploads and all items inside).

×
×
  • Create New...