Author Topic: Special Folder - Change  (Read 2439 times)

Offline widomaker

  • Newbie
  • *
  • Posts: 6
Special Folder - Change
« on: February 07, 2011, 09:49:38 AM »
Does anyone know where I can edit the output of the drop downs. For example:

Sent   ---
         Sent
         test

I want to change the '---' to 'Disable'. Our users have no idea what to select if they don't want to save messages in the sent folder etc.

I have looked and looked, but can not find where the '---' is created.

Thanks Will

Offline dshepherd

  • Jr. Member
  • **
  • Posts: 87
Special Folder - Change
« Reply #1 on: February 07, 2011, 10:36:24 AM »
You can change this in RC_ROOT/program/steps/settings/func.inc on line 572

Bear in mind that by doing it this way you'll need to make the same change each time you upgrade to a newer version...unless you create a plugin.

Offline widomaker

  • Newbie
  • *
  • Posts: 6
Special Folder - Change
« Reply #2 on: February 07, 2011, 11:08:28 AM »
Thanks for the quick reply. I was able to find it on Line 609. Not sure why mine was different. But I must have looked at this file 10 times. But there it was, right in front of me. Thanks again.

Offline dshepherd

  • Jr. Member
  • **
  • Posts: 87
Special Folder - Change
« Reply #3 on: February 07, 2011, 11:17:57 AM »
It's the difference in RC version. The line number I gave you was from 0.4.2, I've just checked 0.5 stable and it is 609 as you say.

Glad you found it.