Custom splash page links (imprint and T&C) - won't work as expected

MerryAki
Building a reputation

Custom splash page links (imprint and T&C) - won't work as expected

Hey guys,

I did some customization on the "continue.html"

<h3>Network provided by: <b>John Doe</b><br>
<b><a class="footer-links" href="$MERAKI:AUTH_URL(imprint.html)$" title="Imprint" style="color:#888">Imprint</a></b> | <b><a class="footer-links" href="$MERAKI:AUTH_URL(termsandconditions.html)$" title="Terms and conditions" style="color:#888">T&C</a></b>
</h3>

But when clicking on any AUTH_URL(imprint.html)$ I will instantly get internet access instead of browsing to the desired page.

MerryAki_1-1649010156157.png

 


Imprint for instance looks like:

<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <title>$MERAKI:NETWORK_NAME$ - Imprint</title>
  <style type="text/css" media="screen">
    $MERAKI:INLINE_MAIN_CSS$
  </style>
  <meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
  <div id="content">
    <div id="container">
      <div class="header">
        <div id="icon_cell"></div>
      </div>
      <a class="buttonback" href="$MERAKI:AUTH_URL(continue.html)$" title="Back to the splash page">Zurück zur Startseite</a>
      <p align="justify">Folgender Betreiber stellt Ihnen einen kostenfreien Internetzugang über
        WiFi bzw. WLAN zur Verfügung.</p>
      <p style="font-family: Arial" align="left"> <b>Impressum</b></p>
      <p align="justify">
        John Doe<br><br>
      </p>
      <a class="button" href="$MERAKI:AUTH_AND_CONTINUE_URL$" title="Continue to the Internet">$MERAKI:CONTINUE_TO_THE_INTERNET$</a>
    </div>
  </div>
</body>
</html>

MerryAki_0-1649009921325.png


Any idea on how to solve the continue.html code?

Thanks 🙂

2 REPLIES 2
PhilipDAth
Kind of a big deal
Kind of a big deal

Do you by chance have the splash page configured for click-through only?

MerryAki
Building a reputation

Yes it is click trough:

MERAKI:CONTINUE_TO_THE_INTERNET$
Get notified when there are additional replies to this discussion.