Adding View your Topics in the search list?

Informative converse
Post Reply
User avatar
mtgg
Topic Author
Posts: 4
Topics: 1
Country: Norfolk Island (nf)
Joined: Thu Nov 06, 2008 3:35 am

Adding View your Topics in the search list?

Post by mtgg »

Hello oddfish.

I'm using your theme Simplex and I want to know how you put the "View your topics" in the Search » drop down in the header menu?

User avatar
oddfish
Site Admin
Posts: 70
Topics: 21
Country: New Zealand (nz)
Medals: 1
Advisor 2 (1)
Joined: Thu Nov 06, 2008 1:20 am

Re: Adding View your Topics in the search list?

Post by oddfish »

If you have installed the Prime Self Topics MOD, open overall_header.html and ...

Find

Code: Select all

<li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>  
Add-after

Code: Select all

                            <li><a href="{U_SELF_TOPICS}">{L_PRIME_SELF_TOPICS}</a></li>  
That's all you need to do.

cheers,
oddfish.

User avatar
mtgg
Topic Author
Posts: 4
Topics: 1
Country: Norfolk Island (nf)
Joined: Thu Nov 06, 2008 3:35 am

Re: Adding View your Topics in the search list?

Post by mtgg »

That was simple and looking at that code, easy to adjust in the future for me.

Thanks.

Post Reply