Jump to content
thirty bees forum

yaniv14

Members
  • Posts

    587
  • Joined

  • Last visited

  • Days Won

    24

Posts posted by yaniv14

  1. 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.

  2. 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".

  3. 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 alt text

  4. 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

  5. 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.

  6. 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.

  7. 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?

  8. 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.

  9. 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...