TTG XML Auto Index

Current version 1.5

7 March 08

TTG XML Auto Index automatically generates an album index, a table of contents, for your Lightroom web photo galleries. You add a gallery, the index adds an entry automatically. It’s magic PHP.

TTG XML Auto Index 1.5


Download | Sample Gallery | Forum Thread | Installation

System Requirements

TTG XML Auto Index is written in Lua. It requires Lightroom 1.3 or higher, and a web server running PHP. Updates are automatic. Coding experience is not necessary.

TTG XML Album Index outputs valid XHTML and CSS.

Setting Up Your Album Index

Select a handful of images from the Lightroom Library module. Which images aren’t important; ultimately, they won’t be a part of your album index. You’ll just be using them as visual representations while stylizing your gallery. With images chosen, move to the Web module and select the TTG XML Auto Index from the Galleries list.

Configure the album index’s appearance to your liking and hit the Export button. Export the gallery to your desktop.

Open the exported gallery folder. Delete the index.html file and the thumbnails folder. You won’t need them.

Upload the remaining contents to a folder on your web server using an FTP client.

Adding Galleries

TTG XML Auto Index will automatically detect supported gallery types residing in the album index’s folder on your web server. To add a gallery to the index, simply upload a supported web gallery to the index’s folder on your server using an FTP client, or export the gallery directly from the Web module to your server using Lightroom’s inbuilt Upload feature.


The following galleries currently offer support for TTG XML Auto Indexing:

TTG Shadowbox Gallery

TTG HTML Gallery

TTG Slimbox Gallery

TTG Selection Gallery

TTG Client Response Gallery

TTG Panic Gallery

TTG LR Pages

TTG XML Auto Index

TTG XML Album Index

Support will soon be added to other TTG galleries.

Manually Adding Items

TTG XML Auto Index is not limited to indexing supported gallery types, however. Other galleries, or any other type of media, can be added to the album index manually.

The album index will create entries for any sub-folder containing an autoindex.xml file. The file can be empty, just so long as it exists. To make the most of the index, however, the XML file accepts the following information:

<?xml version="1.0" encoding="UTF-8"?>
<album>
   <thumbnail>Path to thumbnail image</thumbnail>
   <title>Album Title</title>
   <description>Album Description</description>
   <url>Path to content</url>
</album>

To better understand how to use the XML file, see Index Behavior, below.

Index Behavior

To make the most of TTG XML Auto Index, advanced users may want to know exactly how it works.

The album index runs from the index.php file. When loaded into the browser, the page includes the head.html and header.html files. Page headers may be customized by editing the header.html file. Do not edit the index.php file, or you may forfeit its functionality.

On load, the album index searches through all of its sub-folders to a depth of one level. For each folder in which it finds an autoindex.xml file, it will create an album entry. The autoindex.xml file can be completely empty, or can be filled out as shown above, just so long as it exists. If the file is found, the album entry will be created according to the following guidelines:

1) If a thumbnail image is specified, that thumbnail will be displayed. If no thumbnail is specified, the album index will select an image at random from the thumbnails folder contained within that sub-folder. If no thumbnails exist, the album item will display the default thumbnail image.

The thumbnail path should be written relative to the gallery root, usually “thumbnails/filename.jpg”.

2) If a title is specified, that title will be displayed. If no title is specified, the album item will display the text “No Title”.

3) If a description is specified, that description will be displayed. If no description is specified, the album item will display the text “No Description”.

4) If a relative or absolute URL is specified, the album entry will link to that URL. If no URL is specified, the album entry will default to the sub-directory. The browser will serve index.html or index.php by default. If no URL is specified, and no index file exists, the album entry will probably lead to a Page Not Found error.

Reversing Album Order

By default, albums will be listed in numeric-alpha order, normal behavior for files listed in a folder. This order can be reversed by opening the index.php folder and changing the boolean value on line 15.

Changelog


v1.5 (2008-05-05)

Bug fixes in index.html for IE6 compatibility, for those using the template in static state on non-PHP servers.

v1.4 (2008-03-22)

Added footer w/ options.

ID Plate alignment now selectable.

v1.3 (2008-03-17)

Bug fix.

v1.2 (2008-03-13)

Bug fix regarding Collection Description sliders.

v1.1 (2008-03-08)

A menu! Five customizable menu items + slideshow + contact.

TTG XML Auto Index now supports itself, and can be installed into sub-directories where it will be auto-detected by a parent installation of TTG XML Auto Index, allowing easy use as an index for separate categories.

Added a Collection Description.

v1.03 (2008-02-27)

Index order now reversible using a toggle in the PHP script, line 15.

Added some PHP error suppression to accomodate unusual server settings that might otherwise produce errors.

v1.02 (2008-02-19)

Initial release.

Acknowledgements

TTG XML Auto Index would not be possible without the excellent PHP written by my good friend Zach Bardon. In addition to his scripting prowess, Zach is also an excellent musician. Give him a listen.

Make a Donation

If you enjoy my work and would like to pay for it, I accept donations via PayPal. Donations are wholly unnecessary, but would be greatly appreciated. Thank you!

Send this article to a friend »

« Next Article | ... ... | Previous Article »

Comment »

24 February 08 / permalink

Thanks for the this great gallery index. I am working out some things with it to tweak it. One question I have is how would I reverse the order of the galleries in the index without manually creating code every time. Right now I use the actual date of the events for the folder name. I would like for the latest even to be at the top of the gallery index instead of the event from the first date. An example of the folder names are as follows:

20080130

Since I might put up a new event every week or so people always want to see the latest rather than seeing the first event at the top all the time. Would there be a simple way to change the display for newest to oldest in the main index gallery file? I’m not an expert, but I can certainly open up the php index file and tweak the code in a type utility such as Wordpad if given some help as to what and where I would place the code. Thanks and hope you have a solution.

Best regards,

Matt

MatthewGeorgePhotography.com

24 February 08 / permalink

A good question, Matt. I’ll have to consult my friend, Zach, who did the PHP work on this. I’ll get back to you.

26 February 08 / permalink

Love the gallery but having trouble…
http://www.patrickhoelck.com/galleries/index.php
check it out
I get error notices and line 58 and 82

26 February 08 / permalink

Nate, will look into it.

26 February 08 / permalink

Matt, Nate,

Version 1.03 should accommodate both of your issues. Please give it a try and let me know how things go. To update, you need only replace the index.php file in your existing installation.

Cheers,
Matthew

Ram
29 February 08 / permalink

whats the difference between:
TTG XML Album Index”
and this “TTG XML Auto Index”

does it do the same work?

thanks again…

29 February 08 / permalink

The XML Album Index requires the user to manually update the XML file that feeds the index information. It’s a more general purpose index, and more flexible for indexing other types of content (links, movies, etc.), but less automated in that the user must manually create entries for each album.

The XML Auto Index automatically indexes supported galleries. The required XML file for each gallery is created automatically on gallery export, so there’s no XML editing required at all. It also fetches its own thumbnails automatically if none are specified.

29 February 08 / permalink

Hi Mathtew,

great work you have here!
i’m wondering.. can you and Zach build this to integrate in wordpress templates? it would be great to the wordpress community embed export lightroom galleries in wordpress templates…

thanks!

29 February 08 / permalink

…continue the comment above….

i would love to use export lightroom galleries in a wordpress website, and to begining the task i need to include wordpress (wp) header.php and wp footer.php templates to the exported galleries… i don’t know code, but i understand quite well lightroom and wordpress and i know how to read code (but not write) and i would love to help in making lightroom integration in wordpress.

thanks,
nelson

1 March 08 / permalink

Oi, I’m a Textpattern user and wouldn’t even know where to begin with Wordpress. And, I assure you, if I were going to start with CMS plugin development, Textpattern would be the first to get a plugin. ;) Sorry, mate.

1 March 08 / permalink

Matthew;

I have a server problem …The index.php file will not run.

The Linux Apache server is running PHP 5.0.
I can run it on another server, but I cannot tell what is missing on my main server.

What are any other requirements necessary to load the index.php file?

1 March 08 / permalink

I’m sorry, but I’m not sure exactly. My server is running PHP 5.2.5 and it’s fine.

3 March 08 / permalink

Matthew,

Thanks for making these so readily available.

I am manually adding galleries because I am exporting the default lightroom flash gallery style. How / where do I specify a name and description?

Thanks.

3 March 08 / permalink

Matthew,

Pardon my last question, I see the answer lies in the xml sample code you provide on this page.

Thanks,
C.

5 March 08 / permalink

I played with the Auto Index in combination with the totally awesome TTG Shadowbox Gallery 2.47. I freaked around to add extra links in the contact header until I discovered the update tot 2.47

Shadowbox and Auto Index are such a great combination.
Is it possible to add the same “Menu Items” feature to TTG XML Auto Index ? This would make my life complete :-)

Thanx for the really great work!

Joan

5 March 08 / permalink

Joan,

It’s coming. I just haven’t had the time yet. It’s been a busy week at work.

5 March 08 / permalink

Great, thanks!

Joan

Jon
17 March 08 / permalink

I love your work! Your galleries are fantastic.

Quick question about the index. Everything set up smoothly, but for some reason there is gallery showing up that says “No Thumbnail” “No Title” “No Description”. The only other folder in the index folder besides the gallery that I uploaded is the resources folder. Do you have any idea what could be going on?

www.jonhickey.com/photography

Thanks!

17 March 08 / permalink

Hi Jon,

It seems to be picking up a directory called _vti_cnf. You might want to look into this folder, see what’s there. Maybe delete it. It might be a hidden folder, so, if you can’t see it, try revealing hidden files.

I’m not sure why the index would be picking that up, though. If all else fails, you might want to switch to the XML Album Index, although you’d have to manually maintain the XML file.

Also, there’s a bar above your header. To get rid of this, set the Header Height (found under the Site Info pane) to any value greater than zero. This is a bug recently discovered, and one I’ll get rid up in the next version.

Jon
17 March 08 / permalink

Ahh, I see. Yeah, the folder was hidden for some reason. Don’t know how it got there. I deleted it and it seems to work fine now.

Also, thanks for the heads-up on the bar being there. I’ll fix that later.

Thanks again for the quick response!

Jon

20 March 08 / permalink

Hi Matt,

Really appreciate your hard work. This may be a dumb question but when I create the gallery index page similar to above within LR, I can’t see where I can input a description next to the photo. Due to a couple of typos in the links on the pages, here are working links:

www.ianhornephotography.co.uk
www.ianhornephotography.co.uk/gallery (this will be the gallery index page)
I have a couple of galleries at:
www.ianhornephotography.co.uk/thomas
www.ianhornephotography.co.uk/whirlwind/underwater

If I remove the index.html file created under /gallery I just get a page without the thumbnail.

Any ideas?

Many thanks,

Ian

20 March 08 / permalink

Hi Ian,

First, you need to put things into the appropriate locations.

Output from TTG LR Pages should go in your root, as now, located at www.ianhornephotography.co.uk. No problem there.

A good place for your TTG XML Auto Index is in the galleries folder, as now, located at www.ianhornephotography.co.uk/galleries/.

Regarding TTG XML Auto Index, be sure to delete the index.html file and thumbnails directory as instructed on the gallery info page, so that the URL will resolve automatically to index.php. I know it will look empty; it’s supposed to.

To populate the auto index, the galleries need to be in the correct location. Presently, your galleries are not positioned to be read by the auto index. The galleries should be located inside the auto index folder, like this: www.ianhornephotography.co.uk/galleries/thomas/.

With the galleries in the correct location, any gallery containing an autoindex.xml file will be read by and added to your auto index.

When creating your galleries, look for the TTG XML Auto Index section in the Site Info pane of the Web module. That’s where you’ll fill in the gallery title and description for each, and that information will be read by and included in the auto index.

That should do ya. If you have any other problems, let me know.

Cheers,
Matthew

20 March 08 / permalink

Thank you so much for your speedy response Matt! Have moved the files around and will update the galleries tonight as I want them but looking awesome! I can see how it all hangs together now.

Just to let you know though it all looks good in IE, but in firefox the top bar where the ID plate sits looks out of sync..

All the best,

Ian

Urs
22 March 08 / permalink

Hi Matthew,
Great work!
Unfortunately on my hosting server the ‘glob’ function is for security reason disabled. This results in ‘no albums shown’.
Here I have a workaround for this (I inserted a ‘// GEU’ around my suggestions):

// populate array of galleries
// GEU >>>
function safe_glob($pattern, $flags=0) { $split=explode(’/’,$pattern); $match=array_pop($split); $path=implode(’/’,$split); if (($dir=opendir($path))!==false) { $glob=array(); while(($file=readdir($dir))!==false) { if (fnmatch($match,$file)) { if ((is_dir(”$path/$file”))||(!($flags&GLOB_ONLYDIR))) { if ($flags&GLOB_MARK) $file.=’/’; $glob[]=$file; } } } closedir($dir); if (!($flags&GLOB_NOSORT)) sort($glob); return $glob; } else { return false; }
}
// <<< GEU
$albums = array();

// GEU >>>
// foreach (glob(”*”, GLOB_ONLYDIR) as $fn) {
foreach (safe_glob(”./*”, GLOB_ONLYDIR) as $fn) {
// <<< GEU if (is_dir($fn)) $thisal = gallery_from_dir($fn);

I hope this helps also somebody else.
Thanks, Urs

22 March 08 / permalink

I didn’t write the PHP (a friend helped out there), so I don’t know what any of that means, Urs, but if it’s working for you, I’m glad, and I thank you for sharing should anyone else need it.

Cheers,
Matt

29 March 08 / permalink

@Urs: I think I saw that function on php.net, and considered using it in place of glob(), but simplicity won out. Also, I shouldn’t say this, but I have a soft spot in my heart for glob(). It’s such a cute little function. Anyway, thanks for posting the workaround for anyone else with an uptight server.

3 April 08 / permalink

Hi Matt,

I am having trouble with the auto index. It doesn’t seem to be able to read my sub-directories. Both of them have the autoindex.xml document. The first album was created by a Lightroom template and so I manually edited the autoindex.xml doc to reflect the thumbnail and the url values. The second one was created by TTG HTML Gallery and the thumbnail and url value were left blank to auto-index. I read through the requirements of and I am pretty sure that my files are in the correct places.

http://www.brotvrego.com/gallery/ColesBdayParty
http://www.brotvrego.co/gallery/mieh-mieh-xmas07

The other issue I have is that all the formatting is not showing on the gallery page.

I love the work you have done! Deborah

3 April 08 / permalink

Something seems to be wrong with your installation. For one thing, it’s looking for a stylesheet at ../Gallery_Index/resources/css/gallery.css, which is incorrect. Should be resources/css/gallery.css.

Not sure why the PHP isn’t setting up properly, but it might have something to do with your paths again, if it’s looking for things in this mysterious ../Gallery_Index/ location that doesn’t exists.

I’d say to delete the entire thing and start over again, see whether it makes a difference.

3 April 08 / permalink

Hi Matt!

Thank you! Thank you! I screwed up and renamed the directory after creating the directory in Lightroom. I didn’t expect hard coded references like that. I should have looked. I really appreciate your time!

Do you have any idea if it is possible to get the keyword tags exported to the web galleries image pages?

Best, Deborah

3 April 08 / permalink

Deborah,

Glad it’s going for you now.

Using LR 1.x, you can’t get keywords into galleries. I believe you can setup the Image Info to acquire keywords in the LR2beta, though.

10 April 08 / permalink

Matthew how do i add the Home Link button to the index Page. Also to any gallery page? I see that you have a home button on the auto index page. want to add that button to my page but i cant find the option to add it. Do i have to edit the php? or they its an option on LighRoom for that button?

10 April 08 / permalink

I have uploaded several Lightroom Flash Galleries to my websites folders giving the direct link to the clients that I work with. Examples are:

http://weddingmedia.net/CristinaHector
http://weddingmedia.net/Beth

This has been fine as I only wanted the subject to view the images. Now I would like to create an Index page for those seperate galleries. Before I start to experiment with your apparently awesome creation (TTG XML Auto Index 1.4) is this the right tool for the job?

You have so many tools that I am a little lost with a cursory overview.

Thanks
Carlos (:>)

10 April 08 / permalink

@j2chulo: Look for the menu items in the Site Info pane, set one of them to Home and the URL for your main page.

@Carlos: Yes, TTG XML Auto Index can do it. For your Flash galleries, you’ll also want to employ TTG XML Maker to create the files necessary for auto index support.

10 April 08 / permalink

Wow! what quick response from you!

After reading and re-reading your instructions above and in the autoindex.xml creation page I finaly have a pretty good handle of this and have two galleries auto linking. One of them within the Portfolio folder and one in the original location!

I am getting a “No Description” in Family Gallery. I think it’s becuse of the length or perhaps some character that I shouldn’t be using. Here’s the text that I have inserted in the “Album Description” field:

Some of my Family including: Gabriel & Gabriela Galvan, Priscilla and Danny, Paty (My Lovely Wife), Yolanda (My Sister), Me and the Family and My Wonderful Mon Argentina with her Grandkids. All taken in December at Mercer Arboretum in December ’07

I’m assuming I can just edit the autoindex.xml in notepad and upload that newly saved xml file. Is that OK and do you know which characters (or is it the length) that may be the issue.

Carlos (:>)

10 April 08 / permalink

Carlos,
The length shouldn’t be an issue. I’d eliminate the ampersand (&) and maybe the apostrophe (’). The apostrophe might be okay, but almost certainly not the ampersand.

10 April 08 / permalink

Here is what I have created so far with this tool and the Shaddowbox thing:

http://carlosgalvanphotography.com/Portfolio/

I do have a couple more questions:

In TTG XML Auto Index 1.4 from the Gallery Selector…
(I see that the information under “XML Auto Index” does nothing to the preview. What is it for?)

In TG XML Maker w/thumbs 1.1:
Do the Thumbnail Width and Height need to match the size wells created in the creation of the TTGXML Auto Index 1.4?

This stuff is wonderful. When I start making some $ I’ll be donating!

Carlos

10 April 08 / permalink

@Carlos:

The XML Auto Index section in all of my galleries does the same thing – populates the autoindex.xml file used by the auto index to create the index entry. In the TTG XML Auto Index, I’ve provided this feature for those who would like to use multiple installations of the auto index template to create categorical indexes, bound by one main, top-level index.

For TTG XML Maker w/ Thumbnails, the thumbnails can be any size. If the thumbnails are too large for the auto index, they will be resized using CSS to fit the index dimensions. This can cause slightly wonky thumbnails in IE6, though.

I hope you start making some money! ;)

17 April 08 / permalink

Hey there,

I’m feeling a bit confused about the use of the Album Index and Simpleviewer templates. Could you help me get to the bottom of this?

In Lightroom, there are no options for a TTG header or menu, just the simpleviewer settings. How can I get the simpleviewer gallery into a page with the header and menus like you’ve got on your example gallery?

Thanks so much,
Danny

17 April 08 / permalink

Danny,

The TTG header can be added to SimpleViewer and other Flash galleries using TTG Stage. TTG Stage also supports auto indexing, so that it will be seen by TTG XML Auto Index.

17 April 08 / permalink

I keep getting a prompt for a user/password on my link that points to the gallery folder. Im pretty novice at php but that is all I can figure is wrong. Its a very simple website. Any help would be greatly appreciated. I use godaddy for hosting.

17 April 08 / permalink

Hayden,

I had a look. That seems to be a server issue. You should contact GoDaddy.

Cheers,
Matthew

18 April 08 / permalink

I really like this model of working with Lightroom, but I am a bit slow, so thanks for any direction…

I have latest version of XAMPP running fine
3 Virtual sites in test
I have the Index gallery and shadowbox gallery installed- with LR 1.4

Virtual host setup: <VirtualHost *:80>

ServerName lc.lkphotography.us ServerAlias lkphotography.us *.lkphotography.us DocumentRoot E:/xampp/htdocs/Kuttlers-Sites/lkphotography/web” <Directory /> Options All MultiViews IndexOptions FancyIndexing DirectoryIndex /index.php index.php4 index.php3 index.cgi index.pl index.shtml index.phtml index.html index.htm AllowOverride all Order allow,deny Allow from all </Directory>

# Security addition if needed # AuthUserFile /var/www/www.foo.com/.htpasswd # AuthType Basic # AuthName “Authorised Users Only” # Require valid-user

CustomLog ./logs/lc.lkphotography.us.access.log combined ErrorLog ./logs/lc.lkphotography.us.error.log </Virtualhost>

Directory Structure from web root
galleries (contains autoindex.xml) -EIL (no autoindex) – expect to put others here

this is my autoindex for one site… do I need to specify the URL? or am I doing something wrong? There is no autoindex in the root or EIL folder – the site starts with Index.php
should I have to specify Index.html?

When I run the index.html in the EIL site all is fine, without it It does not work
<?xml version=“1.0” encoding=“UTF-8”?>
<album> <thumbnail>/EIL/thumbnails/sunset_cloud.jpg</thumbnail> <title>Arizona – Experiment in living</title> <description>Summer of 04 – Experiment in Living</description> <url>/galleries/EIL/index.html</url>
</album>

Sorry for the wrong formatting… if there is another way to show this to you please let me know…

18 April 08 / permalink

Dave,

You’ve completely lost me. I have no idea what you’re on about. Could you clarify the question?

18 April 08 / permalink

ok, sorry about that….
installed xml auto index capability
installed shadowbox
running light room 1.4

create galleries directory under web site

export with xml autoindex 1st time all is good
delete images and autoindex

export using shadowbox
create directory EIL under galleries
autoindex in galleries directory looks like this:

<album> <thumbnail>/EIL/thumbnails/sunset_cloud.jpg</thumbnail> <title>Arizona – Experiment in living</title> <description>Summer of 04 – Experiment in Living</description>
<url>/galleries/EIL/index.html</url>
</album>

1) If I do not include the url above, it does not find my gallery… is this right or have i configured it wrong….

2)there is no button to return to main page… index from shadowbox… is this correct… or have I done something wrong… hitting the back button works ok

3) selecting the nameplate in the upper left hand corner looks for index.html… is there a way to fix that so it goes to index.php

did I say it better:?

launch web site.

18 April 08 / permalink

Hi Dave,

1) It should do that automatically. Can you upload your site to the web so that I can have a look at it?

2) You need to create a menu item to return to the index. You can do so from under the Site Info pane in the Web module.

3) Yes. Change the Web Link for the ID plate, found under the Site Info pane.

Matt

18 April 08 / permalink

Matt: Wish I could, only trying to get it right before I put it on the web first…. so I don’t know how to get you a look…
The site info pane is in LR, yes?

18 April 08 / permalink

Well, the PHP only works from a web server, so you can’t expect that to run from your hard drive, unless you have a local server setup.

The Site Info pane is on the right-hand side of the Web module in Lightroom, yes.

25 April 08 / permalink

Hi !

Auto Index simply dont seem to work for me !
I have setted up anything as instructed but the Index wont appear !
I site structure :
domain/csphoto – home (created with pages 1.2)
domain/csphoto/portfolio – index (1.4)
domain/csphoto/portfolio/india1 – Shadowbox gallery
I have deleted the index.html and the thumbnail folder also ! The gallerys autoindex-file is also there – but no index gets generated. The link supposed to lead to it leads into a 403 Forbidden. What could be the problem ?
I am using Lightroom 1.4.1 !
Thanks for any help !

Claus

25 April 08 / permalink

Hi Claus,

My first guess is that it’s a server problem.

It doesn’t seem to be PHP related, or I’d expect to at least be able to access the /portfolio/india1/index.html file, but I can’t get at that either.

For now, I’d recommend contacting your hosting provider to ask them why the 403 error is happening, and how you should go about accessing pages and files at those locations.

Please let me know how that goes, and we can try to come up with other ideas if it’s a bust.

Cheers,
Matt

27 April 08 / permalink

Hi Matthew !

Thanks for your quick response !
Your right ! I found out that the server of my provider is not supporting php ! Damn ! Looks like I´ll have to get a own domain. Thanks for your great work !

Claus

27 April 08 / permalink

Claus,

I happily recommend my own host, SiteGround. They’ve been great. Excellent service and fair prices. Give them a look.

30 April 08 / permalink

Hi and thanks for some great galleries! Mac with 10.4.11, dotmac doing my gallery hosting. I’m using earlier TTG galleries and indices just fine.

Q1 I’m just starting to try out the AutoIndex. I’ve followed the index instructions and deleted the files as stated and copied the file over in to the folder I want to hold the galleries in (http://web.mac.com/spylaw4/LRG2). I’ve also set up a trial TTG HTML gallery and moved that into the LRG2 folder.
Maybe I“m being dense but I presume that one uses /index.php to launch the index? If so – zilch – “Web page does not exist” messages.
So can you assist me please?

Q2. In the various templates What are the 5 Menu Items for?

Many thanks for your help!

Brian

30 April 08 / permalink

Hi Brian,

It’s unfortunately, but .Mac hosting does not support PHP. The index cannot, therefore, be used on a .Mac account. As an alternative, do not delete the thumbnails or index.html files, and use them instead of the PHP. You’ll have to regenerate and upload the index anew to make additions, but the appearance will be the same.

As for the menus, they allow you to bind your pages together. Visit the sample site, and you’ll see the menu in the upper right. Those menu items are created via the “5 Menu Items” in the various templates.

Cheers,
Matt

30 April 08 / permalink

Many thanks Matt for that somewhat disappointing news re dotmac. I“ll have to examine an alternative host.

Brian

30 April 08 / permalink

I’ve been happy using SiteGround. Here’s my referrer link.

10 May 08 / permalink

After exporting, the edge of word in ID Plate png file will be cut down if I change the font to “Vladimir Script”.

And word I used is “Grace”, the first letter “G”, its left part get cut down a little bit.

btw, I m using v1.5

many thanks for all of your TTG gallery :-)

11 May 08 / permalink

Not sure what could be done about the font problem. I’ve experienced padding issues with some fonts when using SIFR techniques, but your ID plate is being rendered as a PNG file and the dimensions set on the fly according to the output size of that PNG, and so there’s shouldn’t be a problem with it. Can you show a sample gallery with the problem?

Name:

Email:

URL:

my personal information