PDA

View Full Version : about prefix


syrn
04-25-2010, 05:27 AM
hi

i want prifix like that " [ General Knowledge ]

and aslo change colour of all prefix , plz help ,me

Lynne
04-25-2010, 02:33 PM
Have you tried adding it into the Thread Prefix Manager?

syrn
04-25-2010, 10:33 PM
Have you tried adding it into the Thread Prefix Manager?

thnax for reply ,

i tried, like

https://vborg.vbsupport.ru/external/2010/04/10.png

khanis thread subject but thread prefix is not display before thread start , it seems like blank ,

and also tell me how can i do it bold and change color ........

Lynne
04-25-2010, 11:04 PM
It looks like it may be there only in the same color as the background (check the page source).

<span style="text-weight:bold; color:pink">[ General Knowledge ] </span>

syrn
04-27-2010, 06:14 AM
It looks like it may be there only in the same color as the background (check the page source).

<span style="text-weight:bold; color:pink">[ General Knowledge ] </span>

yes, this CODE u give is working perfectly , Thanx a million , Thnax again Lynne
You always Help ....

by the way , what is Page Source ???

--------------- Added 1272356266 at 1272356266 ---------------

I thing more ,

its perfectly working with me, but i question

u can see its disply color

https://vborg.vbsupport.ru/external/2010/04/6.png

and this screen shot of Forum Statics

https://vborg.vbsupport.ru/external/2010/04/7.png

but in forum statics , there is no color display ,
is there any possibility to show color here as well

and how can i maximize length of letters in thread title in forum statics ???

and can i bold this as well ???

https://vborg.vbsupport.ru/external/2010/04/8.png

Lynne
04-27-2010, 02:02 PM
You will have to ask the Forum Stats developer about using color in there.

As for the Last Post, it could be that there is CSS to unbold the text. You will have to look into that and then 'undo' that CSS.

syrn
04-27-2010, 03:14 PM
As for the Last Post, it could be that there is CSS to unbold the text. You will have to look into that and then 'undo' that CSS.

thanx again quick reply Lynne , i am new , how can i unbold the text , and where can i check CSS ,

sorry my questions are stupid

--------------- Added 1272413170 at 1272413170 ---------------

thanx again quick reply Lynne , i am new , how can i unbold the text , and where can i check CSS ,

sorry my questions are stupid

i checked my additional.css

there is somthing like that .prefix {
color:#ffffff;
font-size: 1.0em;
font-weight: bold;
padding: 3px 8px;
text-align: center;
}


Any help ???

Lynne
04-28-2010, 12:34 AM
Get firebug for firefox (or something similar) to help you find the classes/css

When I bold my prefix on a default style on my test site, it shows up as bolded in the Last Post column, so all I can do is guess that you have some css in place that is undoing it (font-weight: normal).

syrn
05-01-2010, 10:53 PM
Get firebug for firefox (or something similar) to help you find the classes/css

When I bold my prefix on a default style on my test site, it shows up as bolded in the Last Post column, so all I can do is guess that you have some css in place that is undoing it (font-weight: normal).

hi lynne, i installed firebug and i dont know how i use it and find classess/css, ?

and 1 thing more can u send me XML file of default theam of vb 4.0 , by mistake i delete it

Lynne
05-01-2010, 11:47 PM
You can get a default style by doing this:
Create a new style with no parent:

Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save

syrn
05-02-2010, 01:50 AM
You can get a default style by doing this:
Create a new style with no parent:

Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save


thanx great , done

--------------- Added 1272851350 at 1272851350 ---------------

but i dont solve my prefix prob ???

syrn
05-16-2010, 04:27 AM
how can i show colored and bold thread prefix in forum statics ???

Lynne
05-16-2010, 02:55 PM
Forum Statistics is not a default vbulletin thing, so you'll have to ask in the modification thread for help with that.

jluerken
10-02-2012, 09:17 AM
how can i show colored and bold thread prefix in forum statics ???

I have exactly the same question.
I know you had the problem two years ago but maybe you found a solution and can remember it?