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
- Permanent pages overview in left 'sidebar' (page height scrolling div)
Please don't do it. Every Theme in every CMS has this.
Hi, I'm working on the new Argos Theme for WB 2.8.4. It's a completely new theme, and functionally based on the default 2.8.4 WB theme. But with completely other visuals, and partly other HTML/CSS. I will get rid of old table based stuff as muchs as possible, and use DIV's instead. Also other improvements whenever I think is needed.
My preferred solution however would be to ship WB 2.8.4 with Argos2 theme
It seems the tool.php from the Admin Tools section has no matching template file. So I cannot style it. Dev's: please add a template file for this! It really looks awful otherwise.
I also have a question. The admin themes have a language file, but how can I add stuff to that? I need to have an option to add language variables to the template files.
Revision 2094 has modified admin.class.php and TranslateAdaptorWbO ldStyle.phpnow in header.htt and footer.htt all translations are available from wb/languages/XX and templates/MyTheme/languages/XX. Simply use it like {TEXT_NEW_STRING} (from $TEXT['NEW_STRING']='jhjjkh'; )It's enough to insert or modify a translation in the language files to make it available.Do'nt forget to clean the cache after modifications! (Backend: reload languages or manually delete the content of temp/TranslationTable/cache/)