Bitte geben Sie einen Grund für die Verwarnung an
Der Grund erscheint unter dem Beitrag.Bei einer weiteren Verwarnung wird das Mitglied automatisch gesperrt.
Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
<link href=\'https://fonts.googleapis.com/css?family=Cinzel\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Voltaire\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Great Vibes\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Rokkitt\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Indie Flower\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Handlee\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Allura\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Short Stack\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Cinzel Decorative\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Raleway\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Clicker Script\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Architects Daughter\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Calligraffitti\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Butterfly Kids\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Grand Hotel\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Herr Von Muellerhoff\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Italiana\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Shadows+Into Light Two\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Sue Ellen Francisco\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=The Girl Next Door\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Condiment\' rel=\'stylesheet\' type=\'text/css\'>
<link href=\'https://fonts.googleapis.com/css?family=Damion\' rel=\'stylesheet\' type=\'text/css\'>
Und so müsste es aussehen
<link href='https://fonts.googleapis.com/css?family=Cinzel' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Voltaire' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Great Vibes' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Rokkitt' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Indie Flower' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Handlee' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Short Stack' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Cinzel Decorative' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Clicker Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Architects Daughter' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Calligraffitti' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Butterfly Kids' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Grand Hotel' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Herr Von Muellerhoff' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Italiana' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Shadows+Into Light Two' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Sue Ellen Francisco' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=The Girl Next Door' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Condiment' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Damion' rel='stylesheet' type='text/css'>
Auch mein Skript ist zerschossen.
<script language="javascript" type="text/javascript">
function tabmenu(id) {
$(\'.tab_x\').not( $(\'#\' +id).toggle(500)).hide();
}
</script>
<script>
$(\'.tabmenu_live .tab1\').click(function(){
$(\'.tabmenu_live #tab2\').hide();
$(\'.tabmenu_live #tab1\').fadeIn(500);
$(this).addClass(\'current\');
$(\'.tabmenu_live .tab2\').removeClass(\'current\');
});
</script>
<script>
/*
* tabmenu Tabbed Menu Script
* version 1.0.2
* info @ http://zenverse.net/tabmenu-tabbed-menu/
* by Zen @ http://zenverse.net/
* License : GPL
* Free for any purpose
*/
//animation style for tabmenu (fade, slide or none)
var tabmenu_animation_style = \'none\';
//animation speed for tabmenu (fast, normal, slow or time in milliseconds) - only for fade and slide
//if you are using time milliseconds, don\'t include the single quote
var tabmenu_animation_speed = \'fast\';
(function($tabmenu) { // Avoid conflicts with other libraries
$tabmenu(document).ready(function() {
var nth_tabmenu = 0;
var tabmenu_firsttab = [];
if (!tabmenu_animation_speed) {
tabmenu_animation_speed = \'fast\';
}
$tabmenu(\'.tabmenu\').each( function() {
var gettabtitle = [],gettabcontent = [];
tabmenu_firsttab[nth_tabmenu] = 0;
var loop = 0;
$tabmenu(this).find(\'.tab\').each( function () {
if ($tabmenu(this).hasClass(\'firsttab\')) {
tabmenu_firsttab[nth_tabmenu] = loop;
}
loop++;
});
$tabmenu(this).find(\'.tab\').find(\'.tabtitle\').each( function () {
gettabtitle.push($tabmenu(this).html());
});
$tabmenu(this).find(\'.tab\').find(\'.tabcontent\').each( function () {
gettabcontent.push($tabmenu(this).html());
});
if (gettabtitle.length > 0) {
var htmlcodes = \'<ul class="tabmenu_ul">\';
for (var i=0;i<gettabtitle.length;i++) {
htmlcodes += \'<li><a href="javascript:void(null)" class="t\'+i+\'">\'+gettabtitle[i]+\'</a></li>\';
}
htmlcodes += \'</ul><div class="tabcontent_wrapper">\';
for (var i2=0;i2<gettabcontent.length;i2++) {
htmlcodes += \'<div class="tabcontent">\'+gettabcontent[i2]+\'</div>\';
}
htmlcodes += \'</div>\';
$tabmenu(this).removeClass(\'tabmenu\').addClass(\'tabmenu_live\').attr(\'id\',\'tabmenu_id_\'+nth_tabmenu).html(htmlcodes);
$tabmenu(this).find(\'.tabcontent\').not(\':eq(\'+tabmenu_firsttab[nth_tabmenu]+\')\').hide();
$tabmenu(this).find(\'.tabmenu_ul li a\').eq(tabmenu_firsttab[nth_tabmenu]).addClass(\'current\');
}
nth_tabmenu++;
});
$tabmenu(\'.tabmenu_live\').find(\'.tabmenu_ul > li > a\').click( function(event) {
var currzentab = $tabmenu(this).parent(\'li\').parent(\'ul\').parent(\'.tabmenu_live\');
var currid = currzentab.attr(\'id\').replace(\'tabmenu_id_\',\'\');
var currnth = $tabmenu(this).attr(\'class\').replace(\'t\',\'\');
var childnum = parseInt(currnth);
if (tabmenu_firsttab[currid] == childnum) { event.preventDefault(); return false; }
currzentab.find(\'.tabmenu_ul li a\').removeClass(\'current\');
if (currzentab.find(\'.tabcontent\').is(\':animated\')) {
//something is animating
currzentab.find(\'.tabcontent\').is(\':animated\').stop(true,true);
}
//tabmenu_animation_speed = \'fast\';
switch (tabmenu_animation_style) {
case \'fade\':
currzentab.find(\'.tabcontent:eq(\'+tabmenu_firsttab[currid]+\')\').fadeOut(tabmenu_animation_speed, function() {
currzentab.find(\'.tabcontent:eq(\'+childnum+\')\').fadeIn(tabmenu_animation_speed);
currzentab.find(\'.tabmenu_ul li\').eq(childnum).children(\'a\').addClass(\'current\');
});
break;
case \'none\':
currzentab.find(\'.tabcontent:eq(\'+tabmenu_firsttab[currid]+\')\').hide(10, function() {
currzentab.find(\'.tabcontent:eq(\'+childnum+\')\').show();
currzentab.find(\'.tabmenu_ul li\').eq(childnum).children(\'a\').addClass(\'current\');
});
break;
default:
currzentab.find(\'.tabcontent:eq(\'+tabmenu_firsttab[currid]+\')\').slideUp(tabmenu_animation_speed, function() {
currzentab.find(\'.tabcontent:eq(\'+childnum+\')\').slideDown(tabmenu_animation_speed);
currzentab.find(\'.tabmenu_ul li\').eq(childnum).children(\'a\').addClass(\'current\');
});
break;
}
tabmenu_firsttab[currid] = childnum;
event.preventDefault(); //return false;
});
});
})(jQuery); // Avoid conflicts with other libraries</script>
<!-- Code kopieren →
<style>
.bbcode_code .copy {background:#ffffff; color:#000000; font-size:12px; width:150px !important; border:1px solid #383838; padding:2px 15px; margin-top: 15px; margin-left: 10px; cursor:pointer; display:block; opacity:0.4; }
.bbcode_code .copy:hover {background:#eeeeee;opacity:1.0;}
.bbcode_code .kopiert {background: #d9d8ce; color: #ffffff; border:1px solid #383838; pointer-events: none; opacity: 1.0;}
</style>
<script>
window.addEventListener(\'load\', function(){
$(\'.bbcode_code .code\').after(\'<input class="copy" type="button" value="Code kopieren">\')
$(\'.copy\').on(\'click\', function() {
$(this).prev().each(function(event){
var range = document.createRange();
range.selectNode(this);
window.getSelection().removeAllRanges();
window.getSelection().addRange(range);
document.execCommand("copy");
window.getSelection().removeAllRanges();
$(this).next().addClass(\'kopiert\').val(\'Code kopiert\');
$(\'pre\',this).css({\'background-color\':\'#f2f2f2\'}); /* Hintergrundfarbe beim Kopieren */
setTimeout(function(){
$(\'.copy\').removeClass(\'kopiert copy\').addClass(\'copy\').val(\'Code kopieren\')
$(\'pre\').css(\'background-color\',\'\')
},3000); /* Zeit für die Kopier-Animation */
});
});
});
</script>
<script type="text/javascript">
function spoiler_on(me) {
if (me.parentNode.parentNode.getElementsByTagName(\'span\')[1].getElementsByTagName(\'span\')[0].style.display != \'block\') {
me.parentNode.parentNode.getElementsByTagName(\'span\')[1].getElementsByTagName(\'span\')[0].style.display = \'block\';
me.innerText = \'\';
me.value = \'Schließen\';
} else {
me.parentNode.parentNode.getElementsByTagName(\'span\')[1].getElementsByTagName(\'span\')[0].style.display = \'none\';
me.value = \'Öffnen\'; }}
function spoiler_off(me) {
me.parentNode.style.display = \'none\';
me.parentNode.parentNode.parentNode.getElementsByTagName(\'span\')[0].getElementsByTagName(\'input\')[0].value = \'Öffnen\'; }
</script>
und so müsste es aussehen
<script language="javascript" type="text/javascript">
function tabmenu(id) {
$('.tab_x').not( $('#' +id).toggle(500)).hide();
}
</script>
<script>
$('.tabmenu_live .tab1').click(function(){
$('.tabmenu_live #tab2').hide();
$('.tabmenu_live #tab1').fadeIn(500);
$(this).addClass('current');
$('.tabmenu_live .tab2').removeClass('current');
});
</script>
<script>
/*
* tabmenu Tabbed Menu Script
* version 1.0.2
* info @ http://zenverse.net/tabmenu-tabbed-menu/
* by Zen @ http://zenverse.net/
* License : GPL
* Free for any purpose
*/
//animation style for tabmenu (fade, slide or none)
var tabmenu_animation_style = 'none';
//animation speed for tabmenu (fast, normal, slow or time in milliseconds) - only for fade and slide
//if you are using time milliseconds, don't include the single quote
var tabmenu_animation_speed = 'fast';
(function($tabmenu) { // Avoid conflicts with other libraries
$tabmenu(document).ready(function() {
var nth_tabmenu = 0;
var tabmenu_firsttab = [];
if (!tabmenu_animation_speed) {
tabmenu_animation_speed = 'fast';
}
$tabmenu('.tabmenu').each( function() {
var gettabtitle = [],gettabcontent = [];
tabmenu_firsttab[nth_tabmenu] = 0;
var loop = 0;
$tabmenu(this).find('.tab').each( function () {
if ($tabmenu(this).hasClass('firsttab')) {
tabmenu_firsttab[nth_tabmenu] = loop;
}
loop++;
});
$tabmenu(this).find('.tab').find('.tabtitle').each( function () {
gettabtitle.push($tabmenu(this).html());
});
$tabmenu(this).find('.tab').find('.tabcontent').each( function () {
gettabcontent.push($tabmenu(this).html());
});
if (gettabtitle.length > 0) {
var htmlcodes = '<ul class="tabmenu_ul">';
for (var i=0;i<gettabtitle.length;i++) {
htmlcodes += '<li><a href="javascript:void(null)" class="t'+i+'">'+gettabtitle[i]+'</a></li>';
}
htmlcodes += '</ul><div class="tabcontent_wrapper">';
for (var i2=0;i2<gettabcontent.length;i2++) {
htmlcodes += '<div class="tabcontent">'+gettabcontent[i2]+'</div>';
}
htmlcodes += '</div>';
$tabmenu(this).removeClass('tabmenu').addClass('tabmenu_live').attr('id','tabmenu_id_'+nth_tabmenu).html(htmlcodes);
$tabmenu(this).find('.tabcontent').not(':eq('+tabmenu_firsttab[nth_tabmenu]+')').hide();
$tabmenu(this).find('.tabmenu_ul li a').eq(tabmenu_firsttab[nth_tabmenu]).addClass('current');
}
nth_tabmenu++;
});
$tabmenu('.tabmenu_live').find('.tabmenu_ul > li > a').click( function(event) {
var currzentab = $tabmenu(this).parent('li').parent('ul').parent('.tabmenu_live');
var currid = currzentab.attr('id').replace('tabmenu_id_','');
var currnth = $tabmenu(this).attr('class').replace('t','');
var childnum = parseInt(currnth);
if (tabmenu_firsttab[currid] == childnum) { event.preventDefault(); return false; }
currzentab.find('.tabmenu_ul li a').removeClass('current');
if (currzentab.find('.tabcontent').is(':animated')) {
//something is animating
currzentab.find('.tabcontent').is(':animated').stop(true,true);
}
//tabmenu_animation_speed = 'fast';
switch (tabmenu_animation_style) {
case 'fade':
currzentab.find('.tabcontent:eq('+tabmenu_firsttab[currid]+')').fadeOut(tabmenu_animation_speed, function() {
currzentab.find('.tabcontent:eq('+childnum+')').fadeIn(tabmenu_animation_speed);
currzentab.find('.tabmenu_ul li').eq(childnum).children('a').addClass('current');
});
break;
case 'none':
currzentab.find('.tabcontent:eq('+tabmenu_firsttab[currid]+')').hide(10, function() {
currzentab.find('.tabcontent:eq('+childnum+')').show();
currzentab.find('.tabmenu_ul li').eq(childnum).children('a').addClass('current');
});
break;
default:
currzentab.find('.tabcontent:eq('+tabmenu_firsttab[currid]+')').slideUp(tabmenu_animation_speed, function() {
currzentab.find('.tabcontent:eq('+childnum+')').slideDown(tabmenu_animation_speed);
currzentab.find('.tabmenu_ul li').eq(childnum).children('a').addClass('current');
});
break;
}
tabmenu_firsttab[currid] = childnum;
event.preventDefault(); //return false;
});
});
})(jQuery); // Avoid conflicts with other libraries</script>
<!-- Code kopieren →
<style>
.bbcode_code .copy {background:#ffffff; color:#000000; font-size:12px; width:150px !important; border:1px solid #383838; padding:2px 15px; margin-top: 15px; margin-left: 10px; cursor:pointer; display:block; opacity:0.4; }
.bbcode_code .copy:hover {background:#eeeeee;opacity:1.0;}
.bbcode_code .kopiert {background: #d9d8ce; color: #ffffff; border:1px solid #383838; pointer-events: none; opacity: 1.0;}
</style>
<script>
window.addEventListener('load', function(){
$('.bbcode_code .code').after('<input class="copy" type="button" value="Code kopieren">')
$('.copy').on('click', function() {
$(this).prev().each(function(event){
var range = document.createRange();
range.selectNode(this);
window.getSelection().removeAllRanges();
window.getSelection().addRange(range);
document.execCommand("copy");
window.getSelection().removeAllRanges();
$(this).next().addClass('kopiert').val('Code kopiert');
$('pre',this).css({'background-color':'#f2f2f2'}); /* Hintergrundfarbe beim Kopieren */
setTimeout(function(){
$('.copy').removeClass('kopiert copy').addClass('copy').val('Code kopieren')
$('pre').css('background-color','')
},3000); /* Zeit für die Kopier-Animation */
});
});
});
</script>
<script type="text/javascript">
function spoiler_on(me) {
if (me.parentNode.parentNode.getElementsByTagName('span')[1].getElementsByTagName('span')[0].style.display != 'block') {
me.parentNode.parentNode.getElementsByTagName('span')[1].getElementsByTagName('span')[0].style.display = 'block';
me.innerText = '';
me.value = 'Schließen';
} else {
me.parentNode.parentNode.getElementsByTagName('span')[1].getElementsByTagName('span')[0].style.display = 'none';
me.value = 'Öffnen'; }}
function spoiler_off(me) {
me.parentNode.style.display = 'none';
me.parentNode.parentNode.parentNode.getElementsByTagName('span')[0].getElementsByTagName('input')[0].value = 'Öffnen'; }
</script>
https://dangerous-world.xobor.de/
#2 RE: Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
Ich häng mich gleich mal dran, hab zwar nicht das Gala, sondern V4
aber in meiner Fußzeile werden hunderte Slahs ////// eingefügt. was die Codes natürlich zerstört.
#4 RE: Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
hallo,
kein guter Tag heute, um Kopf - und Fußzeilen zu editieren. siehe nebenan
... Namen-mit-Apostroph-und-Backslash-im-Pfad-v.html
Falls man die Reparatur nicht abwarten will, kann man in den meisten Fällen den Apostroph -'- durch das Gänsefüsschen -"- ersetzen. Ob der Aufwand lohnt?
Voraussetzung ist, dass die verschiedenen Quotes nicht in einander verschachtelt sind.
mfg
#5 RE: Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
Genau Mato. So ist es. Und das ist aber nur bei mir in diesem Forum
Aber im Terstforum, was kostenlos ist, ist es nicht
Und egal wie oft ich es einfüge, es kommen immer noch mehr Slashs dazu.
Nee ich warte ab @l2otbart_57
Muss ja an irgendwas liegen
#6 RE: Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
Bei mir auch!
Ich denke, bei allen Templates v1-4 in der Kopf- & Fußzeile!
Da stimmt etwas mit "replace" nicht!
Ursache:
Alle einfache Anführungsstriche werden nach dem Speichern mit einem Backslash versehen!
Klicke ich öfters auf "Speichern" wird jedes Mal ein Backslash/Escape mehr dazu geschrieben!
Aus:
<link href='https://fonts.googleapis.com/css?family=Cinzel' rel='stylesheet' type='text/css'>
Wird:
<link href=\'https://fonts.googleapis.com/css?family=Cinzel\' rel=\'stylesheet\' type=\'text/css\'>
Vorrübergehende Lösung:
Wenn man das einfache Anführungszeichen gegen normale Anführungszeichen austauscht!
<link href="https://fonts.googleapis.com/css?family=Cinzel" rel="stylesheet" type="text/css">
Aber:
Funktioniert nicht überall, wenn Einfache und normale Anführungsstriche benötigt werden wie bei einem "onclick"!
Funktioniert nicht:
<div class="replace" onclick="parent.location='https://www.server.de';">
Tipp: Kopf- & Fußzeile z.Z. nicht speichern!
Schlimmer Fehler oder Absicht ? ......
#7 RE: Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
#8 RE: Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
#9 RE: Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
Zitat von Charles im Beitrag #7
Kopf und Fußzeile nicht speichern?
Wie soll das denn gehen Wolfgang?
*hat mal ganz viele Fragezeichen übern Kopf xD
Hallo Charles,
der Tipp galt den Usern, die noch nichts in Kopf- und Fußzeile verändert haben.
Sobald man einmal abspeichert, fängt der Käse an!
Andere Lösung:
Alles als Plugin unter z.B. "bottom_header" anlegen!
#10 RE: Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
#11 RE: Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
hallo Wolfgang, Charles, ...
Zitat von Wolfgang im Beitrag #6
...
Funktioniert nicht überall, wenn Einfache und normale Anführungsstriche benötigt werden wie bei einem "onclick"!
Funktioniert nicht:1
<div class="replace" onclick="parent.location='https://www.server.de';">
in diesem Falle muss man ein Quote-Pärchen maskieren (ein Backslash vors Gänsefüßchen) ...
<div class="replace" onclick="parent.location=\"https://www.server.de\";">
das Gewurschtel ist natürlich auch fehleranfällig.
Charles,
mein Testforum ist kostenlos, und da trat der Fehler auch gleich auf.
... würde es „Fussball spielen” heissen
vG Bernd
#12 RE: Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
#13 RE: Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
#14 RE: Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
es ist ja kein meckern Mato
muss ja hier angebracht werden, damit die Betreiber Bescheid wissen
es geht ja so nicht
außerdem will man ja wissen, was der Fehler ist, weil es ja vorher funktioniert hat und jetzt aufeinmal nicht mehr
#15 RE: Schrift in der Kopf und Fußzeile sieht aufeinmal undefinierbar aus
moin, moin
ein schlechter Rat, die Anführungszeichen zu maskieren. Hätte es vorher austesten müssen!
2
3
4
5
/* begin - Signaturlinie - */
$(".msignature").css("border-top","unset")
$(".msignature").before("<center><img src=\"https://img.homepagemodules.de/zunge.gif\" width=\"25px\" height=\"25px\" /></center>");
/* ende - Signaturlinie - */
um hier im Code-Bereich ein 'Backslash-Quote' zu sehen, muss man 'Backslash-Backslash-Quote' eingeben. Das ist Usus in Javascript , hier natürlich auch nicht korrekt.
ich hatte nicht bedacht, das wir hier nicht nur ein Apostroph-Problem haben, sondern auch ein Backslash-Problem.
Also man kann derzeit auch kein Backslash in die Kopf/Fußzeile eingeben, wegen der Verdoppelung.
mfg
- Informationen
- Aktuelle News
- Forum Tutorials - Tipps und Anleitungen
- SEO / Werbung fürs Forum
- Verwaltung
- Extras
- Design
- Plugin(system)
- Eure Fragen zu Tutorials
- Forum Support
- Fragen und Antworten
- Pluginsystem
- Plugins
- Templates & Sprachen
- Bugreport
- Verbesserungsvorschläge
- Sponsoren gesucht
- Das neue Xobor Business-Template
- News und Updates
- Bugreport
- Allgemeines Feedback
- Verbesserungsvorschläge
- Sonstiges
- Kaffeeklatsch
- Lob & Kritik
- Verbesserungsvorschläge
- Allgemeine Fragen
- Fehlermeldungen
- Verbesserungsvorschläge Responsive Design
- Bugreport Responsive Design
- Archiv - Alter Betatest
- Responsive Design - Verbesserungsvorschläge
- Responsive Design - Bugreport
- Fragen zum neuen Template
- Neue Administration Beta Test
- Bugreport Neue Administration
- Allgemeines Fragen & Feedback
- Verbesserungsvorschläge zur neuen Administration
- Shoutbox
Ähnliche Themen
Jetzt anmelden!
Jetzt registrieren!
© 2017 Xobor | Forum-Software