Author Topic: no auto-subscribe  (Read 5844 times)

fernandog

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
no auto-subscribe
« on: July 12, 2010, 03:18:50 pm »
Hi there,

Does anyone know how to turn off "auto-subscribe"?
that is, when you comment ir edit an object you are automatically subscribed to it. I'd like to turn this off.

This should be a setting in the admin configuration

cabeza

  • Administrator
  • Hero Member
  • *****
  • Posts: 1004
    • View Profile
    • Feng Office
Re: no auto-subscribe
« Reply #1 on: July 13, 2010, 06:38:47 pm »
Currently it is not possible. We'll consider for future versions.

fernandog

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
Re: no auto-subscribe
« Reply #2 on: July 14, 2010, 05:32:34 pm »
Any idea where in the code this is triggered?

cabeza

  • Administrator
  • Hero Member
  • *****
  • Posts: 1004
    • View Profile
    • Feng Office
Re: no auto-subscribe
« Reply #3 on: July 15, 2010, 12:46:44 pm »
In each controller subscribe user is called when an object is created.
i.e. around line 170 in application/controllers/TaskController.class.php
Code: [Select]
// subscribe
$task->subscribeUser(logged_user());

juanjosegaleano

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Re: no auto-subscribe
« Reply #4 on: July 17, 2011, 08:58:35 am »
Any solutions now? thanks!