Delete forum prefix

JackieeXP

Member
how do i get rid of the forum thread prefix? because i have a prefix thats named " New!!" but since its getting old how do i get rid of it?
 
Alright, while we are discussing something like this, how to remove the thread prefix from the breadcrumbs?

Look in the content template of the page. For example:

Admin CP -> Appearance -> Templates -> thread_reply

Remove the red code:

Rich (BB code):
<xen:navigation>
	<xen:breadcrumb source="$nodeBreadCrumbs" />
	<xen:breadcrumb href="{xen:if '{$post}', {xen:link posts, $post}, {xen:link threads, $thread}}">{xen:helper threadPrefix, $thread}{$thread.title}</xen:breadcrumb>
</xen:navigation>
 
Top Bottom