PDA

View Full Version : Need help with Tag menu


Mettemor1968
09-09-2008, 01:22 PM
Hello
I am very new to all this stuff, so my question seem very stupid for some of you. But, I have problems installing addons. Lets start with Tag Menu. Instructions says:

1. Place <TAG_MENU> on the browse_template.html file

Can anyone tell me exactly where to put this <TAG_MENU> ?

2. Add $lang_browse_select_tag = "Select Tag"; to your language file.

And the question is (you guessed right!!); Where exactly do I put this?

I understandt whitch files, but not in what lines. Can anyone please tell me??

dhdesign
09-09-2008, 02:59 PM
1. Place the <TAG_MENU> tag in browse_template.html where you want the tags to show up. What theme are you using?

2. That line can be added in your language file pretty much anywhere between the opening and closing php tags.

How about putting it directly after $lang_browse_all = "All"; (around line 44)? That way, all of the browse page language lines are together.

Be sure to use a plain text editor to edit the files with, and save them with UTF8 encoding.

Mettemor1968
09-09-2008, 03:30 PM
Hello
Thank you, that solved it. I am using simple(2) (at the moment), but maybe I will switch to another.