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.

#26 Re: CE4 Client Response Gallery » Can not select pictures » 2016-04-16 21:55:37

Hi Ben,

thanks for your answer - I did not have these sub-menus so I re-installed the packaged and now it seems to have all the sub-menus.

After some additional testing, it seems to work now - thanks again!!

Regards,
Volker

#27 Re: CE4 Client Response Gallery » Can not select pictures » 2016-04-16 20:43:04

Dear all again,

it seems to me that I misunderstood the concept of CRG.

I just read the following page http://ce4.theturninggate.net/2015/02/0 … e-gallery/ and I did not find the following step (how to do this).

<em>Client-managed galleries are private and require the visitor to log in before the gallery can be viewed. To make this possible, the photographer/administrator should first create a client account via the CRG Admin console in the TTG BE admin area, then assign one or more galleries to the client.</em>

I opened my ttg be page, add a user, but did not see how to assign my gallery to this user. If I try to login (it's been asked for an email, but with ttg be I just add a user - no email) it always says "no valid email".

Mmmmm - seems that I am sitting on a big stupid (dark) chair ...

Thanks for any enlightments,
Volker

#28 CE4 Client Response Gallery » Can not select pictures » 2016-04-16 17:57:48

Volker Dobler
Replies: 3

Dear all,

I have set-up the client response gallery on top of my other galleries.
It seems to work, I can publish pictures and can see the option to select the pictures - BUT I can neither select any pictures nor can I edit/comment to them. What did I do wrong?

My example is: http://www.volker-dobler.de/galleries/2 … ll/volker/

Thanks for your support and help,
Volker

#29 Re: CE4 Publisher » Breadcrumbs text » 2014-08-22 03:27:16

Michael,

it works!! :-) :-)

Thanks a lot - I uploaded the gallery.xml from a new CE4 page export and I do have now "Bildergalerie" as wished (and I know now, where to change it in the future).

Thanks a lot to all of you - as always very fast and helpful support.

Volker

#30 Re: CE4 Publisher » Breadcrumbs text » 2014-08-22 00:45:52

Dear all,

thank you very much for your responses.

@rod: thanks for the reminder about ttg-be - now I have change the "Home" to "Startseite" also in my breadcrumbs :-)

One picture gallery, where I have included the breadcrumbs is:
http://www.volker-dobler.de/galleries/2 … genhausen/

But still the "Galleries" is there ...

In the /galleries directory I did not have any gallery.xml file. I have such file in the sub-directory above, but it looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<gallery>
  <id>19668</id>
</gallery>

so no "Bogenhausen im April 2014" what I would expected.

All galleries have NOT been published by CE4 pages but with a CE4 galleries template and by CE4 publisher.
The /galleries folder was created with CE4 autoindex (or I think even with CE3 autoindex).

So - if gallery.xml is the key, what should I include and why is the "Bogenhausen ...." text not found in the gallery.xml in the sub-folder above?

Best regards,
Volker

#31 CE4 Publisher » Breadcrumbs text » 2014-08-21 06:01:54

Volker Dobler
Replies: 6

Dear all,

I have looked in different files and searched the documentation but could not find (yet) any information, where the text for the breadcrumbs are stores.

If I upload a gallery via publisher and everything regarding the pictures works perfect. Only that the breadcrumbs starts with "Home -> Galleries -> ..." as text.
The next part in the breadcrumbs is the album title, but how can I change the first two words?
I have changed the text for "Home" in the navigation to "Startseite" and "Galleries" to "Bildergalerien" (German translation), but for the breadcrumbs, I could not find where to change these two words.

Any help is very welcomed.

Best regards and thanks a lot,
Volker

#32 Re: PHPlugins (CE4) » Navigation "problem" » 2014-08-15 23:50:58

Rod,

yes - because I "hard coded" the menu in the phplugin.php file.

In the previous version, I have used the Wordpress Menu I defined within Wordpress on all pages (even outside). Don't know why this works - and maybe I am wrong and I changed the same thing the last time a year ago and did not document it.

So - yes it works now, but I am still not sure, why I think that with the previous version the menus came from the Wordpress definition. But anyway - it works.

Thanks for your help and support,
Volker

#33 Re: PHPlugins (CE4) » Navigation "problem" » 2014-08-15 23:32:27

Dear Rod,

I have just confirmed, that my phplugins works.

I have changes the phplugins.php in the directory, where the path is linked to and changed the following hook:

// SITE-WIDE "TRADITIONAL" NAVIGATION MENU
// This function establishes a site-wide navigation menu using pseudo-absolute URLs (beginning "/")
// -- portable, domain agnostic, and without the location limitations of relative URLs.
// Serves as an example of a function being applied globally
function ttg_header_navigation( $style, $path ) { 
...

and if you see my side (www.volker-dobler.de) you now can see the standard navigations from this hook on the wordpress theme AND within the autogallery (www.volker-dobler.de/galleries) - only HOME and Galleries will currently work.

So, the phplugins is active and works, but why is (if I uncomment this hook above) the behavior different for the wordpress theme and the autoindex gallery?

Any hint is really appreciated - thanks a lot.

Volker

P.S.
I now define the navigation menu hard coded in the phplugins.php file and this works. But with CE3 - I did not use this technique , I defined the menu within WordPress and this menu was also used on the gallery pages.
But it works again now.

#34 Re: PHPlugins (CE4) » Navigation "problem" » 2014-08-15 23:10:54

Dear Rod,

thanks for your reply - but I definitely have enabled the phplugins and I use the same path as within the wordpress theme.

Best regards,
Volker

#35 PHPlugins (CE4) » Navigation "problem" » 2014-08-15 21:40:41

Volker Dobler
Replies: 6

Dear CE4 Community,

I have updated from CE3 to CE4 - I am using the Wordpress theme and autoindex for picture galleries.

With Wordpress, I can manage to use my "own" navigations as I did with CE3. I have just one "Home" item in the Lightroom template and this is overwritten by PHPlugin correctly (see www.volker-dobler.de)

But when I click on galleries (www.volker-dobler.de/galleries) only the "Home" from the template is shown and not the other menu items I am expecting - with CE3 both navigations looks the same.

What am I doing wrong? I have include the PHPlugin-path in both - the wordpress theme and the autoindex template.

Thanks for any hint/tip to open my eyes.
Volker

Board footer

Powered by FluxBB