Archive for May, 2008

LRG Complete 2.5.3 released!

Ok, lets try this again.

The latest version is now 2.5.3. Please DELETE your previous templates and copy over the new ones

Change Log:

Again PLEASE DELETE and previous version of this template from your Lightroom Web Galleries folder and install this version. Also, please only comment on bugs or issues with this latest release to avoid confusion.

DOWNLOAD RC2.5.3 | DOWNLOAD THE MANUAL | VIEW DEMO | FORUM THREAD

Share This Post These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • del.icio.us
  • Google
  • Reddit
  • StumbleUpon
  • Technorati
  • YahooMyWeb

LRG Complete 2.5 update

The templates have been updated once again. See below for changes.

Change Log:

Changes in the works

PLEASE DELETE and previous version of this template from your Lightroom Web Galleries folder and install this version. Also, please only comment on bugs or issues with this latest release to avoid confusion.

DOWNLOAD RC2.5 | DOCUMENTATION | VIEW DEMO | FORUM THREAD

Share This Post These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • del.icio.us
  • Google
  • Reddit
  • StumbleUpon
  • Technorati
  • YahooMyWeb

LRG Complete RC2.5 User Manual released

David at Outdoor Images Fine Art has created an absolutely amazing User Manual for the LRG Complete Template! We all owe David great thanks for creating this Manual. The Manual has been updated for the current RC2.5 realease, and should server as everyones first stop before using the template.

DOWNLOAD THE MANUAL HERE

Share This Post These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • del.icio.us
  • Google
  • Reddit
  • StumbleUpon
  • Technorati
  • YahooMyWeb

LRG Complete RC2.5 released!

UPDATE:
Revised template released 5/28 @ 10:40am PST. Please download the template again from the link below for the latest version. Revisions include all bug reports in the forum

We have a new release of the LRG Complete beta template ready to go, this on is LRG Complete RC2.5 and is the latest version including bug fixes, new features, and more. There has been alot of discussion and comments in the forum with people having the same issues, so fixed as many of those as I could for this release. This release should fix many of the problems you may have encoutered but not all. I wanted to get this out soon so people could move on and get past the issues they were having. The next and hopefully final RCx release will include pretty much everything and be a final and complete package. After that I will start getting ready for the full, out of beta stage, release of this template. Thanks to everyone for your suggestions, bug reports, donations, and help testing. I want to make this template work for as many people as possible.

PLEASE DELETE and previous version of this template from your Lightroom Web Galleries folder and install this version. Also, please only comment on bugs or issues with this latest release to avoid confusion.

DOWNLOAD RC2.5 | DOCUMENTATION | VIEW DEMO | FORUM THREAD

Share This Post These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • del.icio.us
  • Google
  • Reddit
  • StumbleUpon
  • Technorati
  • YahooMyWeb

Awesome new feature coming to LRG Complete!!!

We are putting together a full editor that will allow to to change almost all aspects of your site after you have already exported and uploaded your site, there is no need to have to keep exporting from Lightroom. Do it once and thats it!

You will be able to:
Update text, colors, pages, images, titles, captions, prices, shipping costs, add new images to galleries, and more.

Share This Post These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • del.icio.us
  • Google
  • Reddit
  • StumbleUpon
  • Technorati
  • YahooMyWeb

Adding custom color options to the WYSIWYG text editor

The LRG Complete pages and contact page include a WYSIWYG text editor with a color picker. The color picker includes many colors, but what if non of the colors match your sites colors? Well thats pretty easy to fix. All you need to do to add a new custom color is to open up the xmlTransformer.xslt file that is located in your template installation folder and type it in. See insctuctions below.

Step 1:
Locate the template installation folder, this is where you put the template files when you installed them. Locate the folders for both the Page and Contact templates. Inside each template installation folder is a file called xmlTransformer.xslt, open that file up in a simple text editor program.

Step 2:
Look for the color definitions in the file.

It looks something like this:
(I had to remove most colors to save space in the post)

  1. <colors>
  2.         <color>0×000000</color>
  3.         <color>0×333333</color>
  4.         <color>0×666666</color>
  5. </colors>

Each color definition looks like this:

  1. <color>0×333333</color>

The actual color is represented in hexidecimal format. In the example above the actual color hexidecimal code is 333333. That is the only portion you need to worry about. You will need to get the hexidecimal code for the color you want to use in order to continue.

Step 3:
You have 2 options now. you can either replace a current color or add a new one, its up to you.

To replace a color simply change one of the colors hexidecimal codes you your new color.
In the example below we will change 333333 (gray) to FF0000 (red):

Change:

  1. <color>0xFF0000</color>

To:

  1.  

If you don’t want to replace a current color and add a new color thats no problem. Just duplicate any of the color definitions, and then change the color as shown above.

If you don’t need all those colors then just delete them and leave the definitions for the ones you want to use.

That’s all there is too it!

Share This Post These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • del.icio.us
  • Google
  • Reddit
  • StumbleUpon
  • Technorati
  • YahooMyWeb

LRG Complete RC2 Available for download! Now with Google Checkout

LRG Complete Demo

This is the latest release of the LRG Complete template LRG COMPLETE RC2, it includes all the latest bug fixes, revisions, user suggested items, and new features. Please delete any previous versions of this template and install this version. This version now includes Google Checkout as a payment option!!

NOTE: Please read the documentation again as it has been updated once again

Features Include:

DOWNLOAD RC2 | DOCUMENTATION | DEMO COMING SOON | FORUM THREAD

Share This Post These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • del.icio.us
  • Google
  • Reddit
  • StumbleUpon
  • Technorati
  • YahooMyWeb

Having trouble getting pages to load?

Many people have been having problems getting pages to load correctly. There are a few things that you need to do and double check.

The biggest most common thing that people forget is to convert pageContent.xml to pageContent.php. This is a REQUIRED step. The template only looks for pageContent.xml when viewing it in Lightroom, but when uploaded to the server it looks for pageContent.php, and if its not there it will not load. Below are the instructions on converting the xml to php.

Converting pageContent.xml to pageContent.php:
In your exported page folder open up pageContent.xml

Find the first line:

  1. <?xml version="1.0" encoding="UTF-16"?>

Replace it with this:

  1. <?php
  2. echo "<?xml version=\"1.0\" encoding=\"UTF-16\"?>";
  3. ?>

Once you have made this change save the file as pageContent.php (not pageContent.xml) and upload it to the page folder for the page (pages/PAGE_NAME) and delete the old pageContent.xml file that was in that folder.

NOTE: YOU MUST MAKE THIS CHANGE FOR ALL PAGES OR THEY WILL NOT LOAD
___________________________________________________________________________________

Double check your Linking and uploading of the page

All your pages MUST be uploaded to a folder called “pages” on your server. If you created a page called “About Us”, upload it to “yourdomain.com/pages/aboutus”. Do yo this you need to enter “pages/aboutus” in the “Put in subfolder” field in the Upload section of the Lightroom web module. If you are putting your template in a subfolder of your domain such as “yourdomain.com/demotest/pages/aboutus” you need to enter enter “demotest/pages/aboutus” in the “Put in subfolder” field. Make sure your pages are in the correct location on your server.

Continuing with the example above, now we need to link to our newly created “About Us” page. This can be done in multiple locations within the Index template but we will put it as Menu Item 1. So in the “Label” field, enter in a name for your link (note: this has no relation to the name of the folder you uploaded for the page). Let’s call ours “About Us”. Then, in the URL field we must enter “aboutus” as the URL. Next, select “Page” as the “Link Target”. When “Page” is selected as the link target the template automatically looks like the “pages” folder for the files, that’s why there is no need to enter pages/aboutus.

If you have everything uploaded correctly, pageContent.xml converted to pageContent.php, and the links set up correctly you should have no problem. Also, you need to have php on your server.

Share This Post These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • del.icio.us
  • Google
  • Reddit
  • StumbleUpon
  • Technorati
  • YahooMyWeb

Google Checkout coming to LRG Complete

Its almost here!

Share This Post These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • del.icio.us
  • Google
  • Reddit
  • StumbleUpon
  • Technorati
  • YahooMyWeb

LRG Complete RC1 available for download!

LRG Complete Demo

This is the latest release of the LRG Complete template, it includes all the latest bug fixes, revisions, user suggested items, and new features. Please delete any previous versions of this template and install this version. I am still holding out on releasing a final version of this template as i want to still take user suggestions for improvement and bug reports. So please post your comments, bugs, or suggestions.

NOTE: Please read the documentation again as it has been updated

Features Include:

Password Protected Gallery Password: letmein

Coupon Codes for testing (discount applied at checkout):

Share This Post These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • del.icio.us
  • Google
  • Reddit
  • StumbleUpon
  • Technorati
  • YahooMyWeb