Jump to content
thirty bees forum

yaniv14

Members
  • Posts

    587
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by yaniv14

  1. @alwayspaws This should go in .htaccess under adminxxxx folder. If you don't have that file than create a new file.
  2. I haven't tested this yet, but maybe you should take a look at the new section "duplicate urls" under preferences. About being penalized, why do you think you will be penalized? The idea is to get a new name to one of those categories, like: korg-1 or something.
  3. yaniv14

    Duplicate URLs

    Can you decrypt the error message? Adv params -> logs
  4. yaniv14

    Duplicate URLs

    Did you set it up as: AdminDuplicateUrls
  5. Can you try to disable mod_pagespeed in htaccess? ModPagespeed off
  6. Can you check the image url with chrome inspect element
  7. Yes its possible but most likely you will have to override admin controllers.
  8. Back office images in product are displayed in smalldefault. Make sure you have smalldefault for products in Preferences -> Images
  9. There are many ways to achieve this. I would probably override getSubCategories() function or assignSubcategories() from the controller. This will only deal with category page. You will also need to override blockcategories module getTree() function if you want to hide it from the module as well. If you need to hide it from the top menu than its a bit more complicated. of course you can also do it inside the template, but I don't recommend it.
  10. See if you get any error log in nginx log.
  11. Ok, I've created github issues in the main repo. Hope I didn't miss anything. btw, now that you have a demo site, I think you should deal with this issue: https://github.com/thirtybees/homeslider/issues/1
  12. After 5 tries it finally worked, donno why and how. When it failed, it was giving an error about: Invalid argument for foreach at line #1170 in AdminThemeController.php. It seems like there is something wrong with "$this->to_disable".
  13. In product page the formatted price with symbol comes from product.js which returns different than the way Smarty does. This cause a bug with Israeli shekel because when using it in RTL language the direction is RTL and the symbol need to have a space between the price and the currency symbol (because the symbol needs to be on the left side of the price). the content is from smarty "{convertPrice price=$productPrice|floatval}" and the price is from product.js ₪‎59.66
  14. yaniv14

    tbupdater error

    $locale fall back should be default language locale
  15. When entering configuration of tbupdater module I am get this when debug open. Notice line 67 file C:\wamp\www\levis\modules\tbupdater\views\templates\admin\blockupgradebutton.phtml [8] Undefined property: TbUpdater::$manualMode Notice line 39 file C:\wamp\www\levis\modules\tbupdater\views\templates\admin\mainjs.phtml [8] Undefined property: TbUpdater::$manualMode I am using TB v1.0.1
  16. Tried to install new beesblog module and got an error. Installed it from the module section (without downloading the module directly to the folder). The error I am getting is: Warning in line 386 in file C:\wamp\www\levis\modules\tbupdater\tbupdater.php [2] Illegal string offset 'en-us' I added English translation because "in line" and "in file" were in Hebrew. My guess is that it is related to the fact that I have only one language installed and thats Hebrew, so no ['en-us'] can be retrieved.
  17. This is a known issue also in Prestashop
  18. When having a store name in Hebrew, after trying to upload a new logo. The logo is being renamed to the store name - logo - timestamp (i think). The actual filename is being created with gibrish text instead the unicode one, which makes the logo file unreachable. You will have to manually rename the logo name to match the store name.
  19. 1.0.1 installed locally from https://github.com/thirtybees/thirtybees/releases/download/1.0.1/thirtybees-v1.0.1.zip. Changed installation language to Hebrew during installation which mean only Hebrew language installed (no English at all), maybe thats why I am seeing this issue?
  20. https://crowdin.com/project/thirty-bees/da
  21. I am getting an error when trying to export a theme. line: 1170 in file: controllers\admin\AdminThemesController.php Invalid argument supplied for foreach()
  22. css cannot really be considered as issues.
  23. The official link in the bottom is wrong. thirty.com instead of thirtybees.com
  24. TB (as well PS) is saving allot of statistics information that increase the DB size allot. Usually I truncate those tables manually to reduce DB size. So I think we should have an option in the BO to do that process, either by truncating or deleting rows. I am talking about: connections, connectionssource, connectionspage = saves IP address, referrer, etc.... of connection guest = saves guest information (similar to GA) page_viewed = well.... you know pagenotfound = same....... This is nice info to have but in 99% of websites are useless, plus you have GA/Piwik for all that information and more. In some cases those tables can reach 100MB-500MB (depend how many years your site in running). I had one case that I tried to backup a client DB and it ended up in 750MB, after truncating those tables the same DB was only 11MB. Now, I am no SQL expert but I believe that smaller db will execute faster.
  25. yaniv14

    TB reCaptcha

    Ok, you're the boss. But you know that it doesn't need to collide with anything, we can only add support to TB send to a friend module (from core) and TB core controllers (contact-us). If we done with this post, can you mark this as solved please.
×
×
  • Create New...