top



How can I change that symbol "::" between the categories navigation to that "»" ? I can see that here you are using that form:

Here you have that symbol: "»" I want to change that between the navigation in phpbb2

Index 1st Category 2nd Cat. Forum Post Title
↓ ↓ ↓ ↓ ↓
World Dezign » Web Design Section » Forum » Other Scripts » One thing I want to delete (phpbb2 forum)

This is what GS did in the viewtopic_body template

Code:
<a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC} » 
<a href="{TOPIC_URL}">{TOPIC_TITLE}</a>

Yes I know but if this is added on a phpbb2 forum it gives that:

World Dezign :: Web Design Section :: Forum :: Other Scripts » One thing I want to delete (phpbb2 forum)

Not that World Dezign » Web Design Section » Forum » Other Scripts » One thing I want to delete (phpbb2 forum)

Maybe you'll wanna use this: http://api.jquery.com/replaceWith/

Solved and thank you Smile