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
Is there a way of knowing the total number of stock in inventory?
If you have TABLE PREFIX, the bakery want install. I tested with 2.8 and 2.8.1 Revision 1274.I solved the problem by replacing [TP] with '.TABLE_PREFIX.' in install.php file
Hi IvanQuote from: crnogorac081 on February 05, 2010, 03:47:54 PMIf you have TABLE PREFIX, the bakery want install. I tested with 2.8 and 2.8.1 Revision 1274.I solved the problem by replacing [TP] with '.TABLE_PREFIX.' in install.php fileThe placeholder [TP] is used by the WB search and is replaced in search/search.php by the corresponding WB TABLE_PREFIX constant. Therefor it should not cause problems.Regards Christoph
The whole UI will be loaded once on the "login to backend" Page and will stay in cache (so it will not harm "loading times" or something.
I tried to add the "é" to "'ADD_REGEXP_CHARS'" but it is still not accepted, so that function has to go.
BTW, I have created SE language files, should I upload it somewhere for others to use?
Hi Ivan, hallo StefekThank you guys for improving Bakery!
I am using WB 2.8Could you send me on PM the sorce code from your backend page to take a lookI tested patch on WB 2.8 and latest bakery 1.5.0
<script type="text/javascript">var WB_URL = '{WB_URL}';var THEME_URL = '{THEME_URL}';var ADMIN_URL = '{ADMIN_URL}';</script>
However, I must say that it is still not cross version compatibile, and on WB 2.8.0 you must insert Code: [Select]<script type="text/javascript">var WB_URL = '{WB_URL}';var THEME_URL = '{THEME_URL}';var ADMIN_URL = '{ADMIN_URL}';</script>Inside header.htt file, as WB_URL for java scripts is not defined. Also I didnt notice any difference on 2.8.0 because jquery-ui is loaded twice..