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.

#1 Re: Backlight 2 Support » Installing New Update from Jan 13, 2019 » 2019-01-13 23:53:32

When I  clicked the "Update all" I got the message on top "Succesfully update all...."(white text onblue background)  Didn´t you see that? It wasn´t necessary to reinstall all the modules.

______________________________________
Anthony

#2 Re: Backlight 2 Support » TTG Publisher and German characters » 2019-01-13 05:47:09

OK, if you say so. I thought you developed the Publisher plugin and didn´t "accept" UTF-8 because for the catalogs and directories etc Lightroom allows these characters.
____________________________________________

Anthony

#3 Backlight 2 Support » TTG Publisher and German characters » 2019-01-13 05:25:42

Dutch
Replies: 4

When I create a new album and pick an albun name that contains german characters like ü ö ä ß .... I get following error message:

Picture_2

It says: "please only use number etc..." which means I can´t put in characters with diaresis

When I take out the german characters, everything is fine:

Picture_2

Anyone an idea how tho cange this behaviour, so that the TTG Publisher accepts UTF-8 code (?)

Thanks in advance

#4 Re: Backlight 2 Support » Can I start an album as slideshow on "homepage" ? » 2019-01-09 17:42:41

Hi Rod!

Thanks, another thing I learned. It works fine for me now.. Now I must start learning how to create album sets and put an album within a set :-)

________________________________

Anthony

#5 Re: Backlight 2 Support » Can I start an album as slideshow on "homepage" ? » 2019-01-09 05:32:10

Looks great Daniel, maybe that I will get (buy) the Theatre Add-on later.

At this time I was just trying out something and it seems I became one step further. The allignment on iPad etc should now be correct. One thing that isn´t so as I like is that the "responsive menu" is covered by the rotating pictures in the cube. So you have to wait to see your choice in the menu. But at this time I can live with that.
______________________

Anthony

#6 Re: Backlight 2 Support » Can I start an album as slideshow on "homepage" ? » 2019-01-09 01:01:30

Thanks for your feedback. As I already wrote "still under construction and testing". Will work on it the next days.

_________________________________________

Anthony

#7 Re: Backlight 2 Support » Can I start an album as slideshow on "homepage" ? » 2019-01-08 21:49:23

Thanks Daniel & Terry,

Yes, your proposal works but.....

I was looking for a "codesnippet" solution. Last night I found something. On http://www.webdesign-klamonfra.de/codeschnipsel.php I found an acceptabel solution I am tried to use. It has not so many possibilities as the Theatre add-on etc. but for the start at this time it will do.

It uses no java or whatever. Just CSS and some code in the copy main block (md) . I uploaded the pictures it uses seperadly in a directory (startup eg.). Just take a look:

http://www.inpicture.de  (still under construction and testing ;-))

Anthony

#8 Backlight 2 Support » Can I start an album as slideshow on "homepage" ? » 2019-01-08 05:23:01

Dutch
Replies: 17

Just wondering: (and I am searching here for a long time :-)) is there a way to put an album on the homepage (main copy block) that starts automatically in slideshow mode. Until now I only found the solution to put an album with thumbnail there.
I use LR CC Classic und the LR Backlight-module to create the albums (still testing). But I would like to the site to start up with some fotos I picked as a "startup album" and let it run when they enter the site.

Thanks - Anthony

#9 Re: Backlight 2 Support » BL2 Installer unable to connect to server » 2019-01-07 07:57:51

Hi Ben, (and Regine)

same to me! After one day of error 500. I started the installation routine again today and who wonders; no problems at all.
I also have no expanation for this behaviour. Same PC, same browser (I only get a new IP overnight?)

Lets wait and see what happens the next few days

Anthony

#10 Re: Backlight 2 Support » BL2 Installer unable to connect to server » 2019-01-06 03:37:24

Hi, as I have the same Problem since I bought BL2 yesterday, let me just mention that my german provider (Strato) doesn´t support PHP 5.6 anymore after the 1. january this year. You can use PHP 5.6 but than you must pay für an "extended support" to close all the security release to keep your domain safe (PHP 5.6 is vulnerable!) So the only free option and recommendation is to use PHP 7.2.

Maybe something you could/should consider and check if it influences your installer routines.


Anthony

#11 Re: Backlight 2 Support » Cannot enter to Backlight Modules » 2019-01-05 23:57:30

Getting the same errot trying to enter Backlight modules at Strato at this time....

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at service@webmailer.de to inform them of the time this error occurred, and the actions you performed just before this error.

Just phoned Strato...At saterday there´s no technician that can help. And they do not support modules from other vendors!

By the way I am using PHP 7.2 for my domain.

More information about this error may be available in the server error log.

#12 Re: Backlight 2 Support » Securing a page. » 2019-01-05 07:46:23

Hi!
I hope this is going to work. I am just trying to install the new BL2 and having some problem. Looking for a solution I saw your question:
I used to solve it in older version of LR-plugins (which I just deleted) by using following php-script:

As you can see there is a downloadlink. Just save this file as a xxx.php and adjust the passwords you want to use and adjust the pages where you want the script to redirect after succesful and unsuccesful logins.....

It worked fine for me and the used passwords can not be seen if take a look at the code in your browser.

Hope it is a solution you can use. I protected several albums with sevearl *.php protectscripts. I didn´t write the code but I usume by reading you can folow what it does and see that it is "harmless".

Here it starts:


<?php

###############################################################
# Page Password Protect 2.13
###############################################################
# Visit http://www.zubrag.com/scripts/ for updates
###############################################################
#
# Usage:
# Set usernames / passwords below between SETTINGS START and SETTINGS END.
# Open it in browser with "help" parameter to get the code
# to add to all files being protected.
#    Example: password_protect.php?help
# Include protection string which it gave you into every file that needs to be protected
#
# Add following HTML code to your page where you want to have logout link
# <a href="http://www.example.com/path/to/protected/page.php?logout=1">Logout</a>
#
###############################################################

/*
-------------------------------------------------------------------
SAMPLE if you only want to request login and password on login form.
Each row represents different user.

$LOGIN_INFORMATION = array(
  'zubrag' => 'root',
  'test' => 'testpass',
  'admin' => 'passwd'
);

--------------------------------------------------------------------
SAMPLE if you only want to request only password on login form.
Note: only passwords are listed

$LOGIN_INFORMATION = array(
  'root',
  'testpass',
  'passwd'
);

--------------------------------------------------------------------
*/

##################################################################
#  SETTINGS START
##################################################################

// Add login/password pairs below, like described above
// NOTE: all rows except last must have comma "," at the end of line
$LOGIN_INFORMATION = array(
  'zubrag' => 'root',
  'admin' => 'adminpass'
);

// request login? true - show login and password boxes, false - password box only
define('USE_USERNAME', true);

// User will be redirected to this page after logout
define('LOGOUT_URL', 'http://www.example.com/');

// time out after NN minutes of inactivity. Set to 0 to not timeout
define('TIMEOUT_MINUTES', 0);

// This parameter is only useful when TIMEOUT_MINUTES is not zero
// true - timeout time from last activity, false - timeout time from login
define('TIMEOUT_CHECK_ACTIVITY', true);

##################################################################
#  SETTINGS END
##################################################################


///////////////////////////////////////////////////////
// do not change code below
///////////////////////////////////////////////////////

// show usage example
if(isset($_GET['help'])) {
  die('Include following code into every page you would like to protect, at the very beginning (first line):<br>&lt;?php include("' . str_replace('\\','\\\\',__FILE__) . '"); ?&gt;');
}

// timeout in seconds
$timeout = (TIMEOUT_MINUTES == 0 ? 0 : time() + TIMEOUT_MINUTES * 60);

// logout?
if(isset($_GET['logout'])) {
  setcookie("verify", '', $timeout, '/'); // clear password;
  header('Location: ' . LOGOUT_URL);
  exit();
}

if(!function_exists('showLoginPasswordProtect')) {

// show login form
function showLoginPasswordProtect($error_msg) {
?>
<html>
<head>
  <title>Please enter password to access this page</title>
  <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
  <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
</head>
<body>
  <style>
    input { border: 1px solid black; }
  </style>
  <div style="width:700px; margin-left:auto; margin-right:auto; text-align:center">
  <form method="post">
    <h3>Ohne Login und Passwort kommen sie hier nicht weiter!</h3>
    <font color="red"><?php echo $error_msg; ?></font><br />
<?php if (USE_USERNAME) echo 'Login:<br /><input type="input" name="access_login" /><br />Password:<br />'; ?>
    <input type="password" name="access_password" /><p></p><input type="submit" name="Submit" value="Submit" />
  </form>
  <br />
  <a style="font-size:9px; color: #666666; font-family: Verdana, Arial;" href="http://www.zubrag.com/scripts/password-protect.php" title="Download Password Protector">Powered by Password Protect</a>
  </div>
</body>
</html>

<?php
  // stop at this point
  die();
}
}

// user provided password
if (isset($_POST['access_password'])) {

  $login = isset($_POST['access_login']) ? $_POST['access_login'] : '';
  $pass = $_POST['access_password'];
  if (!USE_USERNAME && !in_array($pass, $LOGIN_INFORMATION)
  || (USE_USERNAME && ( !array_key_exists($login, $LOGIN_INFORMATION) || $LOGIN_INFORMATION[$login] != $pass ) )
  ) {
    showLoginPasswordProtect("Incorrect password.");
  }
  else {
    // set cookie if password was validated
    setcookie("verify", md5($login.'%'.$pass), $timeout, '/');
   
    // Some programs (like Form1 Bilder) check $_POST array to see if parameters passed
    // So need to clear password protector variables
    unset($_POST['access_login']);
    unset($_POST['access_password']);
    unset($_POST['Submit']);
  }

}

else {

  // check if password cookie is set
  if (!isset($_COOKIE['verify'])) {
    showLoginPasswordProtect("");
  }

  // check if cookie is good
  $found = false;
  foreach($LOGIN_INFORMATION as $key=>$val) {
    $lp = (USE_USERNAME ? $key : '') .'%'.$val;
    if ($_COOKIE['verify'] == md5($lp)) {
      $found = true;
      // prolong timeout
      if (TIMEOUT_CHECK_ACTIVITY) {
        setcookie("verify", md5($lp), $timeout, '/');
      }
      break;
    }
  }
  if (!$found) {
    showLoginPasswordProtect("");
  }

}
header('Location: http://www.domain.com/............................/index.html'); die();
?>
?>

Board footer

Powered by FluxBB