vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB5 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=262)
-   -   I put BBcode in Channel's name (for colouring) but it shows up when opening the Tab (https://vborg.vbsupport.ru/showthread.php?t=327352)

Ninja04 07-05-2019 01:37 AM

I put BBcode in Channel's name (for colouring) but it shows up when opening the Tab
 
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

1 Attachment(s)
What to do? :(

delicjous 07-08-2019 02:21 AM

You can not use html-tags in forum-titles. You have to use css:

HTML Code:

.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

Quote:

Originally Posted by Ninja04 (Post 2599791)
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:

HTML Code:

.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.


All times are GMT. The time now is 06:52 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02551 seconds
  • Memory Usage 1,721KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete