Comment to 'What of "Unique Handle"?'
  • Thanks Cem I will set it up on test site and see if I can be lucky to get over the language challenge. Thanks for your care.

    • because of the edits in the page code some javascripts are broken. You may add this single line to fix it just before the
      echo $sayfaduzenlenmis line.
      $sayfaduzenlenmis=str_replace(':","',':"","',$sayfaduzenlenmis);

      PS:
      sayfa: page, variable
      sayfaduzenlenmis: edited page, variable
      sayfayidegistir: change page, function
      adbul: find name, function
      urlyap: built url, function
      content_idden_adbul: find names from content id, function

      • Thanks Cem, noted