PDA

View Full Version : Thread Prefix in title


Blackglade
02-18-2013, 04:23 PM
Hi, i have been looking at this for a while now and i still can't seem to find it. I want to make my thread prefix's appear in the title? Right now my thread prefix appears something like this

[thread prefix]
actual title of thread

however i want it to be something like this [thread prefix] - actual title of thread



any help?

Lynne
02-18-2013, 04:49 PM
Can we get a link to see the problem? On a default style, it shows inline with the thread title.

Blackglade
02-18-2013, 07:00 PM
Sure here is where the problem occurs

http://rated-awesome.com/forumdisplay.php?30-The-Suggestion-Box

Notice how in the prefix is above the title rather than next to it

Lynne
02-18-2013, 08:19 PM
The person who created the prefixes used <h1> tags on them and that is a block element. Change them to use <span> instead. Or, you will need to write custom CSS to change the <h1> tag to an inline element.

Blackglade
02-18-2013, 08:29 PM
where would i look to change it?

Lynne
02-18-2013, 08:35 PM
In the Prefix Manager.

Blackglade
02-18-2013, 08:59 PM
thanks a lot, this really helps?