UI.X

UI.X 1.5.22.0

No permission to download
@lazer in your EXTRA.css try this:

Code:
.node .forumNodeInfo .nodeIcon {
background-color: transparent !important;
}
 
Last edited:
Something I noticed with the /styles/uix/uix folder that the folder permissions were 0555 causing me to not be able to upload anything to that directory, so I had to update it to 0755.
 
Something I noticed with the /styles/uix/uix folder that the folder permissions were 0555 causing me to not be able to upload anything to that directory, so I had to update it to 0755.

This issue screwed me a lot. Finally i renamed existing folders in js and styles folder and extracted current zip. They only i was able to update.

But it would be really nice if @Mike Creuzer explain why he has put such permissions complicating our work and better solution for this.
 
@thejackarmy

@lazer in your EXTRA.css try this:

Code:
.node .forumNodeInfo ..nodeIcon {
background-color: transparent !important;
}
After a few {ahem} libations this evening, I thought I would take another look at this. Whether it's the clarity of alcohol or something else, I realized why the extra.css you gave me above didn't work earlier.
.node .forumNodeInfo ..nodeIcon {
background-color: transparent !important;
}
The extra dot before nodeIcon. That was it! The nodes are now displaying perfectly :D
 
  • Like
Reactions: TJA
I believe this issue had been taken care of but, having an issue in finding the solution.

scrunched.webp

When scrolling down the user name is becoming stuck and doesn't float back into place.
 
This issue screwed me a lot. Finally i renamed existing folders in js and styles folder and extracted current zip. They only i was able to update.

But it would be really nice if @Mike Creuzer explain why he has put such permissions complicating our work and better solution for this.

I don't really find it a problem. It was probably more of a precaution for "new people" to not go and edit images and whatnot. I only needed it modifiable to upload some images.
 
Already available, just a simple check box in the UI.X Forum Nodes style property, to achieve different FA node requires a simple css addition to your EXTRA.css, also many other things can be achieved just by using edits in your EXTRA.css
I am aware of this, but this is not really a viable solution for a board with lots of forums.
Consider that extra.css is loaded on every page, when in fact the extra css code affects literally 1 or two templates. I don't want to amend default template css and I dont want the huge overhead in extra.css. This is why I suggested a simple mod so these things can be optimised instead of bloated.
 
I would propose to have the possibility to condense the admin tab in the userbar even when the visitor tab isn't inside the userbar. I'll have plenty of others links inside (mainly for my categories) and I would love to see them instead of a huge list as it is now =D

edit : if you know a quick way to modify this, maybe it's not necessary to add this option and you could tell me what to do instead :)
 
Back
Top Bottom