Jump to content

aXenDev

Members
  • Posts

    658
  • Joined

  • Days Won

    6

 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 aXenDev

  1. Hi,

    I created my own test field to test the colors.
    image.thumb.png.0e3ad4b270de3a9148fdc5e2fc89cb0b.png

    I paste this value into CSS using:

    {theme='test_color'}

    Question: How do I change the value from HEX to RGB? I would like to put this value in a variable as it is done in the default IPS theme (:root)

    Instead:

    :root {
    	--test-var-color: {theme='test_color'};
    }
    
    Effect:
    :root {
    	--test-var-color: #2193e6;
    }

    I want it to look like this:

    :root {
    	--test-var-color: {theme='test_color'};
    }
    
    Effect:
    :root {
    	--test-var-color: 33, 147, 230;
    }

    Is there a ready way for this? Do I need to change this value using a function in php?
    If there is a ready solution, I suggest adding this to the documentation.

  2. A topic was created to help staff update.

    1. The user menu is missing along with other menus on mobile. There is a white line next to the back button.
      Screenshot_20200611-155041_Chrome.jpg.3e
    2. After adding graphics from the phone
      image.png.96002d4ec3599b668fe1ae6450c33b
    3. Different color in menu
      image.png.2b165b3b158f19e305261abb087f74
    4. https://invisioncommunity.com/developers/
      The inscription is not equal.
      I suggest changing the color of the block after hovering.
      image.thumb.png.5d041572a678023075870661
    5. https://invisioncommunity.com/developers/
      No margins.
      image.thumb.png.1360b63517f4028ca24f5a2c
    6. After publishing the topic, the images are not where the author wanted.
    7. Topic images disappear (There are only white gaps).
      (I had to add them to my forum first, because here in the subject they disappeared.)
    8. Adding spoilers does not work,
    9. Profile background is not correctly aligned
      image.png.d5f922af45ffd4f0c7f527ef69d02b

    If I still find any mistakes I will write here.
    I'm very happy that you are starting the upgrade process.

  3. 7 minutes ago, byMarcoX said:

    And can we remove them by paying a little more, as some themes do? And all of the same color,

    The current version has the ability to hide the copyright of the theme. Unfortunately, but in version 3.0.0, when IPS 4.5 appears, this feature will be removed. I'll probably introduce the option of removing it at a higher price.

    9 minutes ago, byMarcoX said:

    I also have another question, can we disconnect for visitors and members, the possibility of changing the color (just keep the dark and light mode) and also remove the square or round mode?

    Yes, this settings allow it.

  4. 44 minutes ago, VaBeach_Guy said:

    This actually brings up a question that I was going to bring up, I have a board that's running 4.1.19.1, would it be best to upgrade to the current available board then upgrade to 4.5 or just wait and upgrade it right to 4.5?

    Version 4.1.19.1 is old and virtually no longer supported. Always update the latest possible version.
    In my opinion, it's not worth waiting for IPS 4.5. It has not even entered beta mode, suggesting that a stable version may appear a few months later.

×
×
  • Create New...