Page 1 of 1

anyone know how to make TOPIC not BOLD?

PostPosted: Mon Jul 31, 2006 11:44 am
Author: kewty
hello, people

I would like to know if anyone how to make the topics in forums NOT BOLD TEXTS??...i think have to edit a file call something body.tpl or something...done it before but can't remember where the files located...

can someone please help,..,.,.thank you

PostPosted: Mon Jul 31, 2006 1:06 pm
Author: Adrian Rea
do you want every instance of the topic titles not bold or in a specific page? Weher exactly do you want the normal text?

A

Re: anyone know how to make TOPIC not BOLD?

PostPosted: Mon Jul 31, 2006 1:34 pm
Author: kewty
the topics in the forum.

the texts of the topics in the forum,...do you get what i mean?

example: this post the topic is "anyone know how to make TOPIC not BOLD?"...i want to make that not shown BOLD

Re: anyone know how to make TOPIC not BOLD?

PostPosted: Mon Jul 31, 2006 1:40 pm
Author: kewty
any words, where can i edit the styles of the fonts...size, color, etc.

Re: anyone know how to make TOPIC not BOLD?

PostPosted: Mon Jul 31, 2006 2:11 pm
Author: found it
hi

if you look in viewtopic-body.tpl you will see what you want to change which in fisubice is



obviously the {TOPIC_TITLE} is what you wish to change....

but to take the bold out of it you need to look at the class tag which is



to find the code for this you need to open your fisubice.CSs file and find



which will look like this

[code]/* The largest text used in the index page title and toptic title etc. */.maintitle,h1{font]

remove the 'bold' and upload

let me know

:mrgreen:

PostPosted: Mon Jul 31, 2006 2:20 pm
Author: kewty
thank you VERY MUCH....

and btw, do you know where i can insert this code to my subtopic?..

 $subject=str_replace("amp;","", $subject);


that code is to display chinese characters.

i have insert this code to my function_post.php file that way my TOPIC TEXT can display chinese characters, but wonder if i can do the samething to my SUBTOPIC. If yes, which files should i edit?...