News:

Published WebsiteBaker Portable v10 PHP 8.1.7
2022-04-16 : read more about...



smoothgallery

sebigbos

I changed in the test-installation the head in the standard template using your code smoothgallery1.0.7.test

no picture no template....

dbs

#12
What happens with this head?
<head>
<title><?php page_title(); ?></title>
<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" />
<?php // allows to include optional module files (frontend.css, frontend.js) into the head
if(function_exists('register_frontend_modfiles')) {
  
register_frontend_modfiles('css');
//register_frontend_modfiles('jquery');
  
register_frontend_modfiles('js');
?>

</head>


Hope it helps.
Have you errorlog entries? Klick the big X-button on top of the backend.

Quoteno images but it says: [[iEditThisPage?show=1]]
Admin-Tools > Output Filter Frontend > check Droplets & FrontendJs
[url="https://onkel-franky.de"]https://onkel-franky.de[/url]

sebigbos

#11
this is the head of the template in the miro-site:

<head>
<title><?php page_title(); ?></title>
<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" />
<?php // allows to include optional module files (frontend.css, frontend.js) into the head
if(function_exists('register_frontend_modfiles')) {
  
register_frontend_modfiles('css');
  
register_frontend_modfiles('jquery');
  
register_frontend_modfiles('js');
?>

<?php
//fix change function get_output_filter_settings() in WB282/WB283
if (!function_exists("get_output_filter_settings") ) {
function get_output_filter_settings() {
if (function_exists("getOutputFilterSettings")) {
return getOutputFilterSettings();
}
}
}
?>

</head>


RegisterModFiles is checked

in the test-installation I changed to the 2.12 default template. no images but it says: [[iEditThisPage?show=1]]

the test installation is, like the miro-site, not a fresh wb 2.12, but an update of a wb 2.83, via wb 2.10


dbs

The line with jquery is not good, because the smoothgallery use mootools.
But this line can be the solution:
<?php register_frontend_modfiles('js'); ?>

In Admin-Tools > Output Filter Frontend should be the RegisterModFiles checked.
[url="https://onkel-franky.de"]https://onkel-franky.de[/url]

evaki

Nach PM noch 'nen Tip.
Schau bitte in das defaultTemplate für die Anweisung.
Sieht glaub ich derart aus
-->
<?php
    
}
// automatically include optional WB module files (frontend.css)
    
register_frontend_modfiles('css');
// if function LangPadeId doesn't exists, you have to upgrade WBLingual Switcher Add-on to latest version'
// automatically include optional WB module files (frontend.js, jQuery) enable OldModFiles in OutputFilter
    
register_frontend_modfiles('jquery');?>

<?php    register_frontend_modfiles('js'); ?>
    <script id="headjs" src="<?php echo TEMPLATE_DIR?>/js/head.js"></script>
</head>

MfG. Evaki

sebigbos

@evaki: ich wollte dich nicht anpflaumen. War nur eine Frage, ich bin hier nicht zu Hause und weiß nicht, was hier üblich ist. danke für die Version.

here is wb2.12 with smothgallery 1.0.7 in a test installation. Doesn´t display the images neither:

smoothgallery1.0.7test

php-Version 7.2

evaki

#7
>>reden wir hier deutsch?
Manchmal, wenn's als schnelle Unterstützung gedacht ist, und wenn, und wenn, und wenn...

Verstehen wir Bahnhof?
>>Ist deine Version für den 2.12 und für mich zum ausprobieren gedacht?
Es steht geschrieben: (wb2.12/php7.2.3) mit Zusatzinformation: Die angehängte Version hat noch Fehler.
Selbstdenken ergibt: Läuft, mit Fehlermeldungen, die möglicherweise Einschränkungen ergeben könnten, weshalb sich jemand erbarmen könnte, die und noch evtl. andere Fehler zu beseitigen.

Falls nun nur noch Bahnhof verstanden wird, stelle ich derartige Hilfen ein.
Gibt ja genügend gutsprechende Kollegen, bzw. Muttersprachler.

Ach ja. meist ergibt sich durch die nachfolgenen bzw. begleitenden Unterstützer ein engli.sprachiger Abschluß. Da brauchts dann keine Erbsenzähler.

MfG. Evaki

Nachtrag -ha, anscheinend klappt das sogar noch nachdem Du geantwortet hast.
Anpflaumen?
Ich muß einräumen, daß ich im Moment auf mein komplettes soziales Umfeld schnell gereizt reagiere. Könnte mit meinem langen Urlaub zusammenhängen. :D  Also wegstecken, un jut is.




sebigbos

@dbs: yes

@evaki: reden wir hier deutsch? wollen das nicht andere Leute auch lesen? Ist deine Version für den 2.12 und für mich zum ausprobieren gedacht? Fragen über Fragen.....

evaki

Die angehängte Version hat noch Fehler (wb2.12/php7.2.3)

[E_WARNING] \modules\smoothgallery\view.php:[86] from \templates\DefaultTemplate\index.php:[34] page_content "Invalid argument supplied for foreach()"

[E_NOTICE] \modules\smoothgallery\save.php:[122] from \modules\smoothgallery\save.php:[122] WbErrorHandler "Undefined index: PAGES""


Muß sich wer wohl drum kümmern. Vielleicht gibts noch weitere Fehlermeldungen?
MfG. Evaki

dbs

In the head of the index.php of your template, is there this line?
register_frontend_modfiles('css');

Because i can't see loading of frontend.js of the smoothgallery.
Inside of this file is a function rollGalleries. This function is currently undefined and probable this is the reason.

[url="https://onkel-franky.de"]https://onkel-franky.de[/url]

sebigbos

#3
link:

MiRo

pictures should display in Block2 on top at the right side.

version: smoothgallery 1.0.6

dbs

Hi, have you a link to the problem page?
Which version of smoothgallery?
[url="https://onkel-franky.de"]https://onkel-franky.de[/url]

sebigbos

Hi,

the smoothgallery module worked with 2.8.3 and still with 2.10 but don´t show anything with 2.12.

Is there a simple possibility to fix this?