Gossamer Forum
Home : Products : Links 2.0 : Customization :

Problem: Alphabetical Index Mod

Quote Reply
Problem: Alphabetical Index Mod
Hi,

I'm using Links 2.0 (template-based) w/"Alphabetical Index Modification" by Enscript (www.enscript.com) and several other mods. The pages are build for every letter in a seperate directory in the root directory:

root_directory/A
root_directory/B
...
root_directory/Z

I would like to build the pages in a sub-directory as follows:

root_directory/Alpha/A
root_directory/Alpha/B
...
root_directory/Alpha/Z

Can someone give me a hint, which variables I have to change in the Script-Code. In links.cfg I would like to use this:

# ***************************************** alphabetical index & new template modification - begin
# PATH and URL of Alphabetical page. No Trailing slash.
$build_alpha_path = "$build_root_path/Alpha";
$build_alpha_url = "$build_root_url/Alpha";
# ***************************************** alphabetical index & new template modification - end *

I'm appreciating your answers.

Phil.

Quote Reply
Re: Problem: Alphabetical Index Mod In reply to
That should work, Have you tried it.

Regards

MDJ1
http://www.isee-multimedia.co.uk
Quote Reply
Re: Problem: Alphabetical Index Mod In reply to
Hi,

thanks for your answer.

I just visited your website, but I don't know what I can find there regarding my posting. Can you specify what I can find on your page. Thanks.

Phil.

Quote Reply
Re: Problem: Alphabetical Index Mod In reply to
Sorry for the misunderstanding. Your URL was the signature of your posting.

My question was wath variables I must change so that the alphabetical index pages are build in a seperate directory called Alpha. I called the new variables $build_alpha_path and $build_alpha_url as above. But I don't know where I must change the Script Code in site_html_templates.pl.

Your answer is welcomed.

Phil.