PDA

View Full Version : I put BBcode in Channel's name (for colouring) but it shows up when opening the Tab


Ninja04
07-05-2019, 01:37 AM
So, yeah, I've coloured one of my channels using: <font color="color">Channel</font>, problem is everything works alright until I open the channel, when I open the channel, tab name reads exactly the BBcode I inserted.. could someone help me please?

In Omnibus
07-05-2019, 01:44 AM
That's not BBCode. It's poorly formed HTML.

Use: <span style="color:red"> on the left side and </span> on the right.

Obviously change the color to whatever you like.

Ninja04
07-05-2019, 02:01 AM
Thank you so much, that was very fast!

Ninja04
07-06-2019, 01:02 AM
What to do? :(

delicjous
07-08-2019, 02:21 AM
You can not use html-tags in forum-titles. You have to use css:

.forumX .forum-title {color:red}

In the example you have to change X to the forum-channel-nodeid!

Ninja04
07-10-2019, 01:38 AM
I added it to Customized CSS, I replaced X with NODE ID in Channel Manager but color is not there brother :(

delicjous
07-10-2019, 02:20 AM
I added it to Customized CSS, I replaced X with NODE ID in Channel Manager but color is not there brother :(

I didn't try the last one, but this one works:

.forum-list-container #forumX.forum-item .cell-forum > .forum-wrapper > .forum-info > .forum-title {color: red !important;}

Don't forget to replace the X with channel-nodeid.

Ninja04
07-27-2019, 11:10 PM
I am so sorry for not thanking on time. Thank you very much dude!
Works like a charm.