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
array(3,4)
<?phpif (function_exists('displayNewsItems')) { if (LANGUAGE == 'DE') { displayNewsItems(2,3,-1,1,'de',true, '<p><a><img>','none',4, 3,'disabled'); } else { displayNewsItems(3,3,-1,1,'en',true, '<p><a><img>','none',4, 3,'disabled'); }} ?>
But is there still that issue with these setting? -> Settings -> Advanced Options -> Page Language.
<?phpif (function_exists('displayNewsItems')) { switch(LANGUAGE) { case 'DE': displayNewsItems(); break; case 'EN': displayNewsItems(); break; default: displayNewsItems(); break; }} ?>
Why is there no New Topic button?
please note that I have suspended my support for the "Anynews" code snippet effective June 07, 2009. If someone wants to develop or maintain this code snippet any further, please feel free to do so, but keep in mind that the module is licensed under GNU GPL.
As Doc stopped maintaining this snippet I hope there is one who will further support this.
Anyone with an idea?
nice to hear that you will care about this snippet.
What is confusing me is that the same letter is shown right and wrong.
//EDIT, Bianka was faster