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
If you know to code, i can send you custom code for this, i implemented it jn one of my projects..
<script id="bodyjs" src="<?php echo TEMPLATE_DIR; ?>/js/body.js"></script>
<?php// if you want to include jquery before body end,#register_frontend_modfiles_body('jquery');// automatically include optional WB module file frontend_body.js) should be always setregister_frontend_modfiles_body('js');?>
<?php// automatically include optional WB module files (frontend.css, frontend.js)if (function_exists('register_frontend_modfiles')) { register_frontend_modfiles('css'); // register_frontend_modfiles('jquery'); register_frontend_modfiles('js');} ?><?php// if you want to include jquery before body end,#register_frontend_modfiles_body('jquery');// automatically include optional WB module file frontend_body.js) should be always setregister_frontend_modfiles_body('js');?>
<title>Test - Distribuidora Alcance - </title> <link rel="stylesheet" href="/modules/WBLingual/frontend.css" media="screen" /> <link rel="stylesheet" href="/modules/anynews/frontend.css" media="screen" /> <link rel="stylesheet" href="/modules/bakery_search/frontend.css" media="screen" /> <script> /* inserted by register_frontend_modfiles */ var URL = 'https://www.distribuidoraalcance.com'; var WB_URL = 'https://www.distribuidoraalcance.com'; var THEME_URL = 'https://www.distribuidoraalcance.com/templates/DefaultTheme'; var TEMPLATE_DIR = 'https://www.distribuidoraalcance.com/templates/internas'; var TEMPLATE = 'internas'; var EDITOR = 'ckeditor'; var LANGUAGE = 'ES';</script> <script src="/include/jquery/domReady-min.js"></script> <script src="/include/jquery/LoadOnFly-min.js"></script> <script src="/modules/bakery_search/frontend_body.js"></script>
Add this line as last line before this line with </body> (nearly at the end of the code from index.php of the used template)Code: [Select]<?php// if you want to include jquery before body end,#register_frontend_modfiles_body('jquery');// automatically include optional WB module file frontend_body.js) should be always setregister_frontend_modfiles_body('js');?>
"\xc3\xb3" => "(\xc3\xb3|\xc3\x93)",
\xc3\x9f" => "(\xc3\x9f|SS|ss)
"\xc3\xa0" => "(\xc3\xa0|\xc3\x80)",
"\xc3\xa0" => "(\xc3\xa0|\xc3\xa1|\xc3\xa2|\xc3\xa3|\xc3\xa4|\xc3\x80|\xc3\x81|\xc3\x82|\xc3\x83|\xc3\x84)",
require_once(WB_PATH.'/search/search_convert_ul.php');
//a,á,A,Á "\x41" => "(\x41|\x61|\xc3\xa0|\xc3\xa1|\xc3\x80|\xc3\x81)", "\x61" => "(\x41|\x61|\xc3\xa0|\xc3\xa1|\xc3\x80|\xc3\x81)", "\xc3\xa0" => "(\x41|\x61|\xc3\xa0|\xc3\xa1|\xc3\x80|\xc3\x81)", "\xc3\xa1" => "(\x41|\x61|\xc3\xa0|\xc3\xa1|\xc3\x80|\xc3\x81)", //e,é,E,É "\x45" => "(\x45\x65|\xc3\xa8|\xc3\xa9|\xc3\x88|\xc3\x89)", "\x65" => "(\x45\x65|\xc3\xa8|\xc3\xa9|\xc3\x88|\xc3\x89)", "\xc3\xa8" => "(\x45\x65|\xc3\xa8|\xc3\xa9|\xc3\x88|\xc3\x89)", "\xc3\xa9" => "(\x45\x65|\xc3\xa8|\xc3\xa9|\xc3\x88|\xc3\x89)", //i,í,I,Í "\x49" => "(\x49|\x69|\xc3\x8d|\xc3\xad)", "\x69" => "(\x49|\x69|\xc3\x8d|\xc3\xad)", "\xc3\x8d" => "(\x49|\x69|\xc3\x8d|\xc3\xad)", "\xc3\xad" => "(\x49|\x69|\xc3\x8d|\xc3\xad)", //o,ó,O,Ó "\x4f" => "(\x4f|\x6f|\xc3\x93|\xc3\xb3)", "\x6f" => "(\x4f|\x6f|\xc3\x93|\xc3\xb3)", "\xc3\x93" => "(\x4f|\x6f|\xc3\x93|\xc3\xb3)", "\xc3\xb3" => "(\x4f|\x6f|\xc3\x93|\xc3\xb3)", //u,ú,U,Ú "\x55" => "(\x55|\x75|\xc3\xba|\xc3\x9a)", "\x75" => "(\x55|\x75|\xc3\xba|\xc3\x9a)", "\xc3\xba" => "(\x55|\x75|\xc3\xba|\xc3\x9a)", "\xc3\x9a" => "(\x55|\x75|\xc3\xba|\xc3\x9a)", //ñ,Ñ "\xc3\xb1" => "(\xc3\xb1|\xc3\x91)", "\xc3\x91" => "(\xc3\xb1|\xc3\x91)",
//e,é,E,É "\x45" => "(\x45|x65|\xc3\xa8|\xc3\xa9|\xc3\x88|\xc3\x89)", "\x65" => "(\x45|x65|\xc3\xa8|\xc3\xa9|\xc3\x88|\xc3\x89)", "\xc3\xa8" => "(\x45|x65|\xc3\xa8|\xc3\xa9|\xc3\x88|\xc3\x89)", "\xc3\xa9" => "(\x45|x65|\xc3\xa8|\xc3\xa9|\xc3\x88|\xc3\x89)",