WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
Die Seite läuft derzeit noch lokal.Ich habe das Modul installiert. Dann unter Bildeigenschaften "colorbox" setzen, so wie im Anhang. Ist doch richtig, oder?
Ja hab ich auch mit dem "colorbox" in der Klasse des Links versucht, geht dann aber auch nicht.Code: [Select]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title><?php page_title(); ?></title><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="Content-Type" content="text/html; charset=<?php if(defined('DEFAULT_CHARSET')) { echo DEFAULT_CHARSET; } else { echo 'utf-8'; }?>" /><meta name="description" content="<?php page_description(); ?>" /><meta name="keywords" content="<?php page_keywords(); ?>" /><link href="<?php echo TEMPLATE_DIR; ?>/screen.css" rel="stylesheet" type="text/css" media="screen" /><link href="<?php echo TEMPLATE_DIR; ?>/print.css" rel="stylesheet" type="text/css" media="print" /><link href="<?php echo TEMPLATE_DIR; ?>/responsive-nav.css" rel="stylesheet" type="text/css" media="screen" /><link href="<?php echo TEMPLATE_DIR; ?>/css/lightbox.min.css" rel="stylesheet" /><script src="<?php echo TEMPLATE_DIR; ?>/responsive-nav.js"></script><script src="<?php echo WB_URL; ?>/include/jquery/dist/3.3.1/jquery-min.js"></script><script src="<?php echo WB_URL; ?>/include/jquery/dist/3.3.1/jquery-migrate-min.js"></script><script src="<?php echo WB_URL; ?>/include/jquery/jquery-insert.js"></script><script src="<?php echo WB_URL; ?>/include/jquery/jquery-include.js"></script><script src="<?php echo WB_URL; ?>/modules/colorbox/frontend.js"></script>[...]</head>Der Aufruf im Body sieht dann so aus:Code: [Select]<a class="colorbox" href="http://localhost/owk-ernsthofen.de/media/Allgemein/Ernsthofen.jpg"><img alt="Blick auf Ernsthofen" src="http://www.owk-ernsthofen.de/media/Allgemein/Ernsthofen.jpg" style="height:435px; width:580px" /></a>WB Version: 2.12.2 r379PHP Version 7.3.12Auch Moin.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title><?php page_title(); ?></title><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="Content-Type" content="text/html; charset=<?php if(defined('DEFAULT_CHARSET')) { echo DEFAULT_CHARSET; } else { echo 'utf-8'; }?>" /><meta name="description" content="<?php page_description(); ?>" /><meta name="keywords" content="<?php page_keywords(); ?>" /><link href="<?php echo TEMPLATE_DIR; ?>/screen.css" rel="stylesheet" type="text/css" media="screen" /><link href="<?php echo TEMPLATE_DIR; ?>/print.css" rel="stylesheet" type="text/css" media="print" /><link href="<?php echo TEMPLATE_DIR; ?>/responsive-nav.css" rel="stylesheet" type="text/css" media="screen" /><link href="<?php echo TEMPLATE_DIR; ?>/css/lightbox.min.css" rel="stylesheet" /><script src="<?php echo TEMPLATE_DIR; ?>/responsive-nav.js"></script><script src="<?php echo WB_URL; ?>/include/jquery/dist/3.3.1/jquery-min.js"></script><script src="<?php echo WB_URL; ?>/include/jquery/dist/3.3.1/jquery-migrate-min.js"></script><script src="<?php echo WB_URL; ?>/include/jquery/jquery-insert.js"></script><script src="<?php echo WB_URL; ?>/include/jquery/jquery-include.js"></script><script src="<?php echo WB_URL; ?>/modules/colorbox/frontend.js"></script>[...]</head>
<a class="colorbox" href="http://localhost/owk-ernsthofen.de/media/Allgemein/Ernsthofen.jpg"><img alt="Blick auf Ernsthofen" src="http://www.owk-ernsthofen.de/media/Allgemein/Ernsthofen.jpg" style="height:435px; width:580px" /></a>
<?php // nur für die Farbigkeit<script type="text/javascript" src="function URL() {[native code]}/modules/colorbox/js/jquery.colorbox-min.js"></script><script src="http://www.owk-ernsthofen.de/modules/colorbox/frontend.js"></script><link rel="stylesheet" type="text/css" href="function URL() {[native code]}/modules/colorbox/1/colorbox.css">
Im Template selber mussste ich noch nie was ändern.