Leaderboard
Popular Content
Showing content with the highest reputation since 05/06/2026 in all areas
-
Hello everybody, TB is not dead .. it just smells funny, sorry that I couldn't resist. 😄 “Jazz isn't dead. It just smells funny.” ― Frank Zappa but it's up to us to make something different.. I have not much hope from the TEAM.. but from the community maybe things can go further. I still use and work with TB often, but now it's complicated to promote it to anybody because the lack of presence from the official communication. I still make many modules for some users, it's really fun to make modern modules with super cool looks on something that looks "dated", front and back end. Performances on TB are still the best ^^ php 8 does the job, no need for fancy framework. Best Regards to all of you guys !5 points
-
Found it! In the past I had first used the Eicaptcha module and then I had switched to the Thirty Bees module and disabled Eicaptcha. However, somehow the Eicaptcha override was still present. Now that it is removed things work again.3 points
-
I have been here from the beginning. I can't remember any serious collaboration by the community. It were always individuals, that were investing some time here and there. There was once the idea of developping a new theme together. I failed very quickly. 90% - 95% of the improvements came from the core team. That's just a fact. It was Dekker, Traumflug and Datakick. Then there was Lesley and Smile who were more on the business side of the project. The core team isn't anymore active. That's why the project is likely to be dead. Who will fix major security issues in the future? Who will update to newer php versions? Who will handle github? There are 50 open PR. Who can update smarty? Who could fix the core updater if it breaks? These are the major questions. And the only decent answer in recent years was Datakick.3 points
-
2 points
-
2 points
-
OpenAI.. the company that is not ethical at all.. OK ^^ 😂 I banned them for all my usages.2 points
-
The approach described by @DRMasterChief will not work on newer versions of thirty bees, intentionally. You can check if your tb_employee table contains column signature - if the column exists, you can't change the email/password in the table manually. You also need to change the value of column signature, but for that you need to know a secret that's not available to mysl. This mechanism exists to prevent attackers to elevate sql injections into complete access. If your store contained SQL-injection vulnerability (often caused by older third party modules), attacker could use it to change admin password, and then log in (basically the same mechanism described above). With the requirement to change signature as well, this no longer works. You can use force-login php script to log into your admin, see this post: You will have to: upload force-login.php file into your admin123xyz directory (every installation have different admin folder name) open url https://your.store/admin123xyz/force-login.php this will logs you in as an admin change password delete force-login.php script1 point
-
You need to update your theme and remove dependency on polyfill.io This is how we did it in niara theme: https://github.com/thirtybees/niara/commit/3ab40e7ae52e0c495a2b67f09131996fb6ed65ea For your theme, it will be mostly the same - edit file header.tpl, find line with polyfill.io, and delete it.1 point
-
I do this manually. The old file is copied and renamed XXXXV2026.0.1BeforFixErrorLog25May2026.php and the new file is named XXXX.php. I maintain a file header in each file that has a running list of changes with the change dates. I know this is cumbersome but I've used it for years and it works for me. When modifying files I use the Open Source tool Winmerge.1 point
-
I found the cause of the product page crashing when there are a large number of attribute combinations and the “blocklayered” module is installed. In the Product class, within the two methods getAttributesInformationsByProduct() and getAttributesParams(), SQL queries have been added with the following condition: if (Module::isInstalled(‘blocklayered’) && Module::isEnabled(‘blocklayered’)) { And these are the ones generating such a huge number of SQL queries on the product page. Interestingly, after removing these SQL queries from the Product class, the navigation filter block on category pages works correctly 🙂 I would report this on GitHub, but there’s no point, because no one has been handling these issues for almost a year now.1 point
-
"Transparency is one of the key foundations of every successful open source project. Without knowing the direction and priorities, it's hard to build trust and create a united ecosystem front." This statement was made on LinkedIn by the current owner of Prestashop/Sylius. I my opinion the lack of transparency, direction and priorities is exactly the problem with TB. Why spread the word of subscribe for a paid membership if one doesn't know what they support.1 point
-
Why I'm on X, to read several different opinions, and can adjust my own feed. Which is impossible to do in other "social networks". For some yes but for most no. I've seen people creating websites with AI, and no privacy rights, no details of who they are just the sales crap people push out. AI does not help if you don't know what to do. TB is also just a tool and it works, it is more dev friendly than most others. They are understaffed and remain so till they see the light.1 point
-
I don't know, how ecommerce is working in your niche and in your country. But here it's damn competitive. Not moving forward, means losing relevance. Automatization, Automatization, Automatization. Clean Proceses. AI Intgerations. If you don't need this, you are the luckiest ecommerce business owner on earth 😵 But I am a realist. I have to go my own way. It's ok. 😅1 point
-
I use "Email Templates Manager" module: https://addons.prestashop.com/en/email-marketing-automation/25939-email-templates-manager.html To build email templates compatible with module, use Emails SDK: https://github.com/PrestaShopCorp/email-templates-sdk Like any Prestashop module, this one has a lot of bugs and needs to be fixed first. The screenshots show a sample email and the email configuration in the module.1 point
-
Hello thirtybees community, ours are: - https://www.duvalo.sk - https://www.hudobniny.net We rushed into production, so still tweaking some stuff.1 point
-
1 point
-
Let's blame it on CORS then 🙂 If you are unable to update to 1.4, you can applie these lines (warning PHP7 syntax used - I know you are working on some PHP5.6 servers, for some reason) https://github.com/thirtybees/thirtybees/blob/81dd5d911a086164146bafc3bf650694786d9a56/controllers/front/TriggerController.php#L38-L441 point
-
Narrow? Why should I trust a software which spies on me and gives my 50% of lies (politely called hallucinations). That bubble is already bursting, you see that on the Twitter X shout outs of the known snake oil sellers.0 points