Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#12751 Re: General » Basic form-to-email not working for me » 2013-01-11 03:53:22

see if any of the suggestions here help:

http://community.theturninggate.net/post/1695/#p1695

There's also an option in the script to set a 'from' email address. You may need to do this if you're not receiving the emails. Look at line 108 in the formtoemail.php file for more details.

#12752 Re: General » Looking for a roadmap to start building my 1st website please » 2013-01-08 14:34:27

no. The Galleries page is an index with links to galleries or auto indexes.

I guess I should have said you'd be all set with Pages and Highslide if you didn't need further organization that the autoindex can provide.

If you haven't already, take a look through this tutorial.

This might help as well.

#12753 Re: General » Looking for a roadmap to start building my 1st website please » 2013-01-08 06:29:38

If you want to create nested indexes or separate indexes for portraits, family, model work, etc., then you'll also need autoindex. If you're happy with your Galleries page containing all your galleries (no categorization), then you're all set.

#12754 Re: General » Looking for a roadmap to start building my 1st website please » 2013-01-05 07:50:48

Glad it's all working for you. You're right, it's a lot to digest at first; there's a ton of info on the TTG site: lots of documentation and tutorials and it does take a bit to get your head wrapped around it all. But it's worth it smile
Once you start using it all it starts making more sense.

I think I'll add your 2nd problem to the FAQ  smile

#12756 Re: General » Edit a exported pages before publishing » 2013-01-05 00:30:49

you can't. You can edit any text you added by opening the .html files in the fragments/ folder. That's pretty easy.

You can edit styling by opening the resources/css/ folder and editing the various css files. That's more complicated and frankly, it's just easier to go back to Lightroom and make your changes and re-export. Hopefully you've saved the web gallery you were working on (button upper right of preview area) or saved your work as a template.

#12757 Re: General » How to run Markdown.pl » 2013-01-02 11:16:47

You don't need to download a Markdown program to use Markdown Syntax in the TTG text blocks. Just type using the syntax.
You can refer to Mark Gruber's syntax tutorial, look at the samples included in all the pages of a default TTG Pages engine, or copy the text in this Markdown Tutorial and paste it into any TTG markdown enabled text block. Markdown enabled text blocks all have (md) next to them.

Also, see this: http://community.theturninggate.net/top … down-help/

rod

#12758 Announcements & Information » Publisher: problems with uploading hi-res images » 2012-12-29 03:30:13

rod barbee
Replies: 0

If you're trying to publish a gallery that contains hi-res photos for download and you get an error that looks like this:

Can't update this collection.
Unable to perform action: uploadRendition.
Message: The page sent an action which was not available

You could be hitting PHP upload limits. See the topic below for a possible solution. (and post any further questions there)

http://community.theturninggate.net/post/2303/#p2303

#12759 Re: General » Video Gallery Creation » 2012-12-23 11:38:56

glad it's working. Hope you have a happy holiday too.

rod

#12760 Re: General » Video Gallery Creation » 2012-12-23 10:34:47

When you're on your Videos page, just click on the Home link in the nav menu to go back to your home page. Just set up the navigation in the Videos Autoindex page to match that of your Pages set up. You'll need to do this for all your Stage video pages too (unless you implement PHPlugins based navigation)

We might be on two different wavelengths here. When you say Video "menu", you're talking about the autoindex page that contains your videos, right?

You set all your navigation in the Navigation section of the Site Info control pane in all TTG engines. There's no syntax other than entering the URL to the page you want the link to go to.
If that page is in the root of your site, you can simply write it as /page/ (if it's an autoindex or stage page) or /info.php, /contact.php, etc. if it's one of the standard pages created by the Pages export.

#12761 Re: General » Video Gallery Creation » 2012-12-23 09:42:14

In the Site Info control pane in Pages, in the navigation setting, just add another link. There's room for 10 items as is and you can add more by using the Custom Nav. field.

Let's say you're creating a Videos gallery page. Add Videos as the label and your intended destination as the target. Let's assume you want to put your video gallery in the root of the site so the target would be /videos.

Create an Autoindex page to hold all the videos, export it and name it "videos".

Upload the entire exported autoindex "videos" folder to the root.

Now, when you click on the Videos link you created in Pages, you'll be taken to your classy new videos page.

You've already got your video gallery autoindex page up and running so you could simply create a menu item for that in Pages and target it at wherever it is now on your site.

You'll also probably want to add that Videos menu item to all your galleries, indexes, and video pages you've created. The easiest way to do that is to implement phplugins. It's actually a lot easier than it sounds and Matt's already included the needed navigation code in the phplugins.php file that gets created when you enable phplugins. All you need to do is modify it to match your own navigation.

(I highly suggest you enable phplugins and fill in the "Server Path to PHPlugins..." field in all your galleries, Stage pages, and autoindexes no matter what. It won't do anything until you add or enable any code inside the file, but it will save you a bunch of time later on--you won't have to reexport all those pages just to enable the phplugins)

_____

For all those other menu items I have on my site, I first created pages for them. The Workshops, and Lessons pages are both autoindex pages. As are the Articles and Books page and the Newsletters page. I'm just not using the grid in either. I added those pages before Stage CE2 was available, but if I was to add other similar pages, I'd use Stage instead.

Like I mentioned, my Workshops page is another Autoindex. You'll notice that the menu items there differ from the main page. Those pages are all either more Autoindex pages or Stage pages. I don't remember which is which at the moment. Many of them were created before Stage CE2 was released.

And I manage all my menus with phplugins. One set for the main part of the site and another for the Workshops section.

On teaching, I've begun putting together materials to start teaching TTG plugins to my workshop clients. For those just starting out, they really don't need to know any coding at all. Right out of the box, anybody can have a really nice basic website. Once they get comfortable using the plugins then they can start adding the bells and whistles. In fact, I started with just the Highslide gallery so I could finally (and easily) post some image galleries.
I sort of got carried away after that..... smile

rod

#12762 Re: General » Video Gallery Creation » 2012-12-22 03:23:47

use TTG CE2 AutoIndex and TTG CE2 Stage.
Stage will hold individual videos, and AutoIndex will act as a "gallery" for them.

#12764 Re: General » Quick entry for TTG Newbees » 2012-12-18 23:51:37

Depends on what you want to do. With PHPlugins extensibility you can do a whole lot. Take a peak at Matt's tutorial on advanced website creation with PHPlugins. It starts here.

I've added banner ads to my site as well as created a page for an Amazon "store".
Since I'm not an HTML expert I've designed pages in an HTML editor (I'm using Expression Web) using tables (I know, probably not the most elegant way to do this) and have copied the code into the text block or have inserted it using PHPlugins.

You can also use PHPlugins to add custom css either globally or even on a targeted basis

You can easily add in-line images and text links to the text blocks using Markdown syntax or HTML.

In short, it's very flexible.

#12765 Re: General » Exif display? » 2012-12-18 23:37:58

the galleries support display of metadata, including EXIF. You can even customize what's shown by creating your own metadata display presets.

#12766 Re: General » Quick entry for TTG Newbees » 2012-12-18 22:29:26

Hi Steve,

At a minimum, TTG CE2 Pages and one of the CE2 galleries.
If you want to add multilevel gallery indexes to organize or categorize your galleries, then also get TTG CE2 Autoindex.
If you want to easily add and remove photos from galleries without the need of re-exporting and uploading, then TTG CE2 Publisher is also needed (works only with the Highslide gallery at the moment but rumor has it that the other CE2 galleries will soon support Publisher as well)

Take alook here for more details: http://theturninggate.net/orientation/

Rod

#12767 Re: General » Adding an email verification field to your contact forms » 2012-12-18 13:21:46

I was thinking about that too. It might be easier to do in the long run rather than hacking the form after export.

#12768 Re: General » Adding an email verification field to your contact forms » 2012-12-18 08:20:49

I actually  tried that. And the field showed up in Lightroom but the Field label was 'nil' and I assume I'd still have to edit the form to add the label I want.
Having that email verify field would be kind of nice to have though. Any chance of that Matt?

#12769 Re: General » Adding an email verification field to your contact forms » 2012-12-18 06:57:43

or are you talking about the contact form in the .lrwebengine components/ folder?

#12770 Re: General » Adding an email verification field to your contact forms » 2012-12-18 06:55:33

Form to Email sends the form, but you need the extra field in the form itself, right? Which is generated on the Contact page. The Contact form, as it is, only has one email field. So I had to add the second one (as per the instruction in the FormToEmailPro script)

#12771 General » Adding an email verification field to your contact forms » 2012-12-18 05:07:12

rod barbee
Replies: 8

Something I've noticed in all browsers is that if I enter an invalid email address into the Contact Form, it appears that the mail gets sent. I'm not getting any error page to tell me otherwise. But the email never arrives because, I assume, the email verification check in FormtoEmail fails and so no email is sent. But no error is shown either. This means if one of my visitors messes up their email address, they'll think that their email went through and that I'm a rude git for not answering.

If you're willing to do a little extra work, using FormToEmailPro you can compare two email addresses to confirm your visitor's email address. It means that after exporting Pages (or CRG) you have to copy a few lines in the Contact Form make some small changes in the copied lines (and the FormToEmailPro file gives instructions for that). Then just enable the 'confirm email address' check in FormToEmailPro.

It was pretty easy to do (after exporting) and works well for the Contact page. For CRG galleries, it means editing each contact form after export.

So I did this for the form on my Contact page and it works great. Now it's set up so that the email addresses needs to match and if they don't, I get an error page.
I can still enter two identical invalid email address and it looks as if the email is sent, but it never arrives. But at least this will make it so I won't miss any valid messages.

#12772 Re: General » Trying To Figure Out A LR Web Gallery Solution » 2012-12-14 08:24:09

If you mean Highslide or Photoswipe, then maybe not. Neither integrates video, though you could set up separate video "galleries" using TTG Autoindex and TTG Stage.

Highslide gallery has a limit of, I believe 250 images per page with a total gallery limit of 1000 (I think)

#12773 Re: General » Trying To Figure Out A LR Web Gallery Solution » 2012-12-14 07:05:36

Take a look at the Client Response Gallery . You can integrate video via Vimeo  (see documentation here: http://wiki.theturninggate.net/doku.php … tup_usage)

You can control the number of columns by designing the gallery to a fixed pixel width and then size the thumbnails accordingly. There is, however, a limit of 1000 images each gallery.

Unless you choose php dependent features, the gallery will export as html.

#12775 Re: General » Error message wher running TTG CE2 Highslide Gallery4.1.9 » 2012-12-06 03:45:30

It could be. Or you could be using a template for a version of the gallery that you don't have installed.

Be sure to follow the installation instructions exactly, paying careful attention to the engine file names.

If that doesn't help, could you be more specific as to the error page you're seeing?

also, did you mean you're seeing the error when trying to run the engine or when trying to use a template with the Highslide CE2 engine?

Board footer

Powered by FluxBB