PDA

View Full Version : Supaclean help


dunnek
07-08-2008, 09:06 PM
I need help trying to install the supaclean template on my photoblog.

When I unzip my supaclean file, I get a folder with another folder in it called "supaclean" (which is the template) and then I get the tagmenu.php addon. the readme for the tagmenu.php says this:

Tag Menu Directions:

1. Place <TAG_MENU> on the browse_template.html file
2. Add $lang_browse_select_tag = "Select Tag"; to your language file.

and I have no idea what that means. When I just put supaclean into my templates folder and try to use that (ignoring the tagmenu) i get a very ugly looking site.

Hopefully you can help me decode that and tell me what to do.

kevincrafts
07-09-2008, 01:15 AM
The Tag Menu addon is already included on the template, so you don't need to do step 1. For step 2, open your language file, located at pixelpostroot/language/lang-english.php (or whatever language you're using). Paste this into the file:

$lang_browse_select_tag = "Select Tag";

Save it.

For the template, put the second supaclear directory into your templates directory. For anything further, posting a url to your site will help me diagnose any problems.

dunnek
07-09-2008, 01:37 AM
Thank you! everything is now working fine! wouldnt have figured that out on my own!

jusie
09-18-2008, 11:40 AM
Dumb question but...

Where do I place the tagmenu.php file? - seeing as in the zipped folder it was not inside the 'supaclean' directory.
On my server I have tried placing it in templates/supaclean, and in templates, and also in the main pixelpost directory. Although I have uploaded an image and tagged it, I don't get a tag menu anywhere on the 'Browse' page.

My language file has been edited as per the instructions. Am I just being daft?

dhdesign
09-18-2008, 12:06 PM
The tagmenu.php file needs to be uploaded to the addons folder, and you'll need to log in and go to the Addons page and activate it. The tags will then be displayed on your browse page of your photoblog.

jusie
09-18-2008, 01:18 PM
Ah I got it. Thanks a million! :)