Jump to content
thirty bees forum

yaniv14

Members
  • Posts

    580
  • Joined

  • Last visited

  • Days Won

    24

Community Answers

  1. yaniv14's post in ReCaptcha - No keys? was marked as the answer   
    https://www.google.com/recaptcha/admin/create
  2. yaniv14's post in Can write to cache is not writable was marked as the answer   
    sudo chown -R $USER:www-data /var/www/masterplay.cz/eshop/ sudo find /var/www/masterplay.cz/eshop/ -type d -exec chmod 775 {} \; sudo find /var/www/masterplay.cz/eshop/ -type f -exec chmod 664 {} \;  
  3. yaniv14's post in get the current cms_category ID inside a module was marked as the answer   
    try:
    {if $smarty.get.id_cms_category} {if in_array($smarty.get.id_cms_category, array(2))} {$content|escape:nofilter} {/if} {/if}
  4. yaniv14's post in Site raising price on it's own? was marked as the answer   
    Look under preferences -> general and/or localization->currency
  5. yaniv14's post in 1.1.x module uninstall bug? was marked as the answer   
    @SLiCK_303 can you please check this commit.
    https://github.com/thirtybees/thirtybees/pull/983/commits/fd590f6bcdae5f337d341b43c093a5127a9ae779
     
  6. yaniv14's post in SPAM returns with url in last name was marked as the answer   
    You can use the core updater module to upgrade latest fixes that are not build in a new version yet.
    It called Bleeding edge.
×
×
  • Create New...