Marco Junior Posted Tuesday at 02:35 PM Posted Tuesday at 02:35 PM On current version the column prefix for groups have value : varchar 250 but this is small value for us to define colors and personalization in our groups. Through this I suggest changing it to a value greater than or equal to 500. In this value I was able to define my groups without any problems. However, the support tab will alert me that there is a problem in my database, due to the change in the value of this column. I use it this way, but to use it this way it was necessary to change the column value as mentioned above. However, the support page keeps alerting me about this change and that is not good. The idea is to increase this value or somehow remove the information that this is a problem.
Daniel F Posted Tuesday at 02:47 PM Posted Tuesday at 02:47 PM 9 minutes ago, Marco Junior said: On current version the column prefix for groups have value : varchar 250 but this is small value for us to define colors and personalization in our groups. Through this I suggest changing it to a value greater than or equal to 500. In this value I was able to define my groups without any problems. However, the support tab will alert me that there is a problem in my database, due to the change in the value of this column. I use it this way, but to use it this way it was necessary to change the column value as mentioned above. However, the support page keeps alerting me about this change and that is not good. The idea is to increase this value or somehow remove the information that this is a problem. I would suggest to add a unique classname here and then use css to properly format it! There should really be no need for more than 250 characters here. Based on the talk here I've created an internal suggestion to add the public group ids as classname to the name automatically, then one can use only css to format the names. Marco Junior 1
Marco Junior Posted Tuesday at 02:51 PM Author Posted Tuesday at 02:51 PM So if I create specific classes and define them there, the classes will load without problems? I had tested this in the past and for some reason it didn't work. I'll try again!
Daniel F Posted Tuesday at 02:55 PM Posted Tuesday at 02:55 PM Prefix: <span class="admingroup"> Suffix: </span> custom.css: .admingroup { font-size: 16px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
Marco Junior Posted Tuesday at 03:06 PM Author Posted Tuesday at 03:06 PM @Daniel F Yeah 😄 Thanks for this work fine now.
Recommended Posts