Jump to content
thirty bees forum

zen

Trusted Members
  • Posts

    438
  • Joined

  • Last visited

  • Days Won

    66

zen last won the day on March 16

zen had the most liked content!

6 Followers

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

zen's Achievements

  1. Here is the last archive of TB installed for a new website for a friend.. it might not contain all modified modules likes currency and language.. but I have not much time to pack it again.. the may be to update github or make a new repo, but time goes fast, I'll try to do that this week. Enjoy, and please report bugs or fix them.
  2. Hello, I am still working and using this theme, it's fully compatible with last TB version, I just need time to update it on github or just give here a ZIP installable version. If you want to try, please PM me and I will give you an archive to test. If people can help we may be able to release it on a clean version for TB for everybody. ++
  3. zen

    Any news on Lesley?

    Hello 30knees I am always happy to work on this kind of things.. that is why I forged my own theme, and use it for myself and customers.. what do you need exactly ?
  4. Hello, This module : advanced top menu by presta module, used to work with ThirtyBees long time ago, but now it shows errors on front office only, back office is still usable. Here is the main error shown from TB vers 1.3.0 to 1.6.0 Unknown resource type 'module' in file vendor/smarty/smarty/libs/sysplugins/smarty_resource.php at line 110 Source file: vendor/smarty/smarty/libs/sysplugins/smarty_resource.php 91: "smarty_resource_{$type}_source", "smarty_resource_{$type}_timestamp", 92: "smarty_resource_{$type}_secure", "smarty_resource_{$type}_trusted" 93: ) 94: ); 95: // give it another try, now that the resource is registered properly 96: return self::load($smarty, $type); 97: } 98: } 99: // try streams 100: $_known_stream = stream_get_wrappers(); 101: if (in_array($type, $_known_stream)) { 102: // is known stream 103: if (is_object($smarty->security_policy)) { 104: $smarty->security_policy->isTrustedStream($type); 105: } 106: return $smarty->_cache[ 'resource_handlers' ][ $type ] = new Smarty_Internal_Resource_Stream(); 107: } 108: // TODO: try default_(template|config)_handler 109: // give up 110: throw new SmartyException("Unknown resource type '{$type}'"); 111: } 112: 113: /** 114: * extract resource_type and resource_name from template_resource and config_resource 115: * 116: * @note "C:/foo.tpl" was forced to file resource up till Smarty 3.1.3 (including). 117: * 118: * @param string $resource_name template_resource or config_resource to parse 119: * @param string $default_resource the default resource_type defined in $smarty 120: * I tried to fixed this, but I couldn't after quite some time spent on it.. Is there any anybod that got a way or advise to fix that please ? I for now just want to make it working in front office with PHP 7.4.X only.. v8.x will be handle later. Best Regards, Zen
  5. I do encounter problems with french emails translations.. when I delete the directory and click on update .. it downloads english themes translations/ templates on the mails/fr directory In order to get translated emails, I used an old website and export emails from there and upload it.
  6. Good to know..I hope to find the time soon to do that, I'll update it here when it's done. I am working on a new shop as well, and I did custom the theme for this purpose already.
  7. I make an override of Category class and it works fine, the parent::__construct() was in first position like you show on core file already. Now I noticed something : when on back office on a category edit page, you can upload images for MENU only if the module block categories is activated, it seems strange, is there any reason for that ?
  8. Thank you Datakick, I learned something, it's the first time that an override does not work, now I know how to handle it.
  9. Here is the file override/controllers/admin/AdminCategoriesController.php with a new filed 'short_description' before 'description'. AdminCategoriesController.php
  10. Simply try TB 1.6.0 version and create or edit a category, you will find a new field for additional_description that can be used in front page, to have 2 descriptions on category page, like a short and long one.. then you can manage that in your theme to suits your needs for SEO and design.
  11. Now on this version, like on many other website with different TB and PHP version I got this warning in Core Updater : Changed files config/smarty.config.inc.php modified
  12. I was suspecting something like this, but as the code is for PHP8 I didn't even try to change php version. Now I did update with coreupdater to bleeding edge 1.6.0 version and I create proper overrides.. and nothing happen, super strange 😞 😞 BUT for this case I don't need override anymore, as you did insert the additional_description for category as it has been done on Presta 8.x, well DONE !!
  13. I missed this thread.. if you still need advices or help don't hesitate to PM me.
  14. Yes indeed. I am used to make overrides and usually it works.. but here on this 1.5.1 version it's a real mystery.. as it does nothing different thant the core code except error if the code or syntax is wrong. Thank you for your interrest @yaniv14
  15. Hello, I did add a short_description field for each category in class and controller admin, it works instantly. Then I moved the code to do an override, after several hours it never worked.. I don't understand what is going on, as for products it works good with same technique overriding. The mystery remains 😞 TB version 1.5.1, on php 8 on a fresh install. Best regards.
×
×
  • Create New...