if (config.mode ==  'newComment' || config.mode == 'quoteComment') {
      config.url = String.format('/forums/{0}/topics/{1}.json',config.forumId, config.topicId);
      config.edit = false;
      config.method = 'PUT';
    }