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
Anynews benötigt Website Baker 2.7 oder höher.
// output message for outdated Website Baker versions if ((double) WB_VERSION < 2.7) { echo $LANG[0]['TXT_REQUIREMENTS']; return; }
// output message for outdated Website Baker versions if (version_compare(WB_VERSION, '2.7', '<')) { echo $LANG[0]['TXT_REQUIREMENTS']; return; }
Normally something from the addons repo is the best choise.
I didn't realize that cwsoft github development had changed over to wbce. Thanks for pointing that out. My version 2.15 was developed for WB when I downloaded it.
I see in my 2.10 test-installation a anynews-dev version 3.x
i use this version here with WB 2.10 -> http://forum.WebsiteBaker.org/index.php/topic,23355.msg208185.html#msg208185
in attachement a older version of anynews, the latest before cwsoft stops this project here.
<img alt="" class="img-responsive" height="100" src="{SYSVAR:MEDIA_REL}/haus/workcamp2009_009_th.jpg" style="" width="137" />
return OutputFilterApi( array( 'WbLink', 'ReplaceSysvar', 'CssToHead',/* ****************************************************************** *//* *** from here insert ordered requests of individual filters *** *//* *** *** *//**/ 'ScriptVars', 'LoadOnFly', 'Jquery', 'SnippetJs', 'FrontendJs', 'Droplets', 'Email', 'OpF',/* *** *** *//* *** end of individual filters *** *//* ****************************************************************** */ 'WbLink', 'ReplaceSysvar', 'RelUrl', ), $sContent );
Quote from: jacobi22 on December 20, 2016, 01:40:07 PMin attachement a older version of anynews, the latest before cwsoft stops this project here.But I thought v2.14 was cwsoft's last official version. Can you give any insight as to why you use version 2.10.0 over the latest 2.14.0 - http://addon.WebsiteBaker.org/pages/en/browse-add-ons.php?id=0C80D11
$row['content_short'] = ($strip_tags) ? strip_tags($row['content_short'], $allowed_tags) : $row['content_short'];
$row['content_short'] = OutputFilterApi('WbLink|ReplaceSysvar', $row['content_short']);
$row['content_long'] = ($strip_tags) ? strip_tags($row['content_long'], $allowed_tags) : $row['content_long'];
$row['content_long'] = OutputFilterApi('WbLink|ReplaceSysvar', $row['content_long']);
super, vielen Dank das hat geholfen.Thanks a lot, now it works!