miniBB ® 

miniBB

®
Support Forums
  
 | Start | Register | Search | Statistics | File Bank | Manual |
How To miniBB Support Forums / How To /  
 

Bold font of topics inside every forum

 
Author Slavik
Guest
#1 | Posted: 28 May 2006 17:13 
Hi

I need to do Bold font of topics(only topics) inside every forum

How can I do it?

Author Team
8-)
#2 | Posted: 29 May 2006 08:56 
Slavik
you want topic names to be bold on the topic list page, correct?

edit the main_topics_cell.html template and change

<a href="{$linkToTopic}">{$topicTitle}</a>

to

<span class="bTopic"><a href="{$linkToTopic}">{$topicTitle}</a></span>

then in at the bottom of the bb_default_style.css file add the bTopic CSS class definition i would set it up as follows:

.bTopic A:link { color: #0000FF; text-decoration: none; font-weight: bold; }
.bTopic A:visited { color: #00FF00; text-decoration: none; font-weight: bold; }
.bTopic A:active { color: #0000FF; text-decoration: none; font-weight: bold; }
.bTopic A:hover { color: #FF0000; text-decoration: none; font-weight: bold; }

Specify your own colors of course... this is just a rough example.

Author Slavik
Guest
#3 | Posted: 29 May 2006 11:13 
Team
THANK YOU

I will try.

How To miniBB Support Forums / How To /
 Bold font of topics inside every forum
 Share Topic's Link

Your Reply Click this icon to move up to the quoted message


  ?
Post as a Guest, leaving the Password field blank. You could also enter a Guest name, if it's not taken by a member yet. Sign-in and post at once, or just sign-in, bypassing the message's text.


Before posting, make sure your message is compliant with forum rules; otherwise it could be locked or removed with no explanation.

 

 
miniBB Support Forums Powered by Forum Software miniBB ® Home  Features  Requirements  Demo  Download  Showcase  Gallery of Arts
Compiler  Premium Extensions  Premium Support  License  Contact Us
Try the Captcha add-on: protect your miniBB-forums from the automated spam and flood.


  ⇑