Page 1 of 1

anyone know how to make TOPIC not BOLD?

PostPosted: Mon Jul 31, 2006 10: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 12: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 12: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 12: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 1: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

Code: Select all
<td>{TOPIC_TITLE}</td>


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

Code: Select all
class="maintitle"


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

Code: Select all
.maintitle


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 1:20 pm
Author: kewty
thank you VERY MUCH....

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

Code: Select all
 $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?...