Skip to content
Code-Schnipsel Gruppen Projekte
Commit e17d7eff erstellt von michael.daniel's avatar michael.daniel
Dateien durchsuchen

Issue #2

fix: Die URL werden ohne http:// bzw. https:// gesetzt. Dafür muss der Benutzer sorgen - entsprechender Hinweis ist in Backend zu sehen.
Übergeordneter 02af1849
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
......@@ -631,7 +631,7 @@ h1.page-header-text-title {
.start-page-header {
padding: 0 !important;
height: 100vh;
height: auto;
overflow: hidden;
}
......
......@@ -129,7 +129,7 @@ class="header-bar-search-link searchMobile">
// check which socials should be displayed
if ($Project->getConfig('templatePresentation.settings.social.facebook')) {
$socialHTML .= '<a href="http://' .
$socialHTML .= '<a href="' .
$Project->getConfig('templatePresentation.settings.social.facebook')
. '" target="_blank"><span class="fa fa-facebook"></span></a>';
}
......
......@@ -619,6 +619,11 @@
<en><![CDATA[Show in footer]]></en>
<pl><![CDATA[Wlacz w stopce]]></pl>
</locale>
<locale name="social.linksNote" html="true">
<de><![CDATA[Bitte Links mit <strong>http:///</strong> oder <strong>https:///</strong> verwenden, z.B. https:///www.facebook.com]]></de>
<en><![CDATA[Please use only hyperlinks with <strong>http:///</strong> or <strong>https:///</strong>, e.g. https:///www.facebook.com]]></en>
<pl><![CDATA[Proszę używać linków z <strong>http:///</strong> albo <strong>https:///</strong>, na przyklad: https:///www.facebook.com]]></pl>
</locale>
<locale name="social.facebook">
<de><![CDATA[Facebook]]></de>
<en><![CDATA[Facebook]]></en>
......
......@@ -605,8 +605,15 @@
</text>
</input>
<text>
<locale group="quiqqer/template-presentation"
var="social.linksNote"
/>
</text>
<!-- facebook -->
<input conf="templatePresentation.settings.social.facebook"
placeholder="https://www.facebook.com"
type="text">
<text>
<locale group="quiqqer/template-presentation"
......@@ -616,6 +623,7 @@
</input>
<!-- twitter -->
<input conf="templatePresentation.settings.social.twitter"
placeholder="https://www.twitter.com"
type="text">
<text>
<locale group="quiqqer/template-presentation"
......@@ -625,6 +633,7 @@
</input>
<!-- google -->
<input conf="templatePresentation.settings.social.google"
placeholder="https://www.google.com"
type="text">
<text>
<locale group="quiqqer/template-presentation"
......@@ -634,6 +643,7 @@
</input>
<!-- youtube -->
<input conf="templatePresentation.settings.social.youtube"
placeholder="https://www.youtube.com"
type="text">
<text>
<locale group="quiqqer/template-presentation"
......@@ -643,6 +653,7 @@
</input>
<!-- github -->
<input conf="templatePresentation.settings.social.github"
placeholder="https://www.github.com"
type="text">
<text>
<locale group="quiqqer/template-presentation"
......@@ -652,6 +663,7 @@
</input>
<!-- gitlab -->
<input conf="templatePresentation.settings.social.gitlab"
placeholder="https://www.gitlab.com"
type="text">
<text>
<locale group="quiqqer/template-presentation"
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren