Plugin Developer Discussion

Discussion for FogBugz Plugin developers

ShowSubscribers plugin

Hi,

I wrote plugin that allows seeing all the subscribers of a case or a wiki article. It's handy for me, since I always know if one gets an automatic notification of my edits or I should notify her explicitly.
I hope others find it handy as well.

It can be found here:
http://vvv444.googlepages.com/ShowSubscribers.bin.zip
http://vvv444.googlepages.com/ShowSubscribers.src.zip

P.S. I couldn't implement an analogous feature for discussions since these don't have corresponding plugin interface.

Best regards,
Vasili
Vasili Galka Send private email
Saturday, September 19, 2009
 
 
You should submit it to the plugin gallery at fogcreek.com/fogbugz/plugins
Michael Pryor Send private email
Sunday, September 20, 2009
 
 
One simple improvement to this plugin:

Line 126:  // add sEmail and sPhone
query.AddSelect("Person.ixPerson, Person.sFullName, Person.sEmail, Person.sPhone");

Line 152: // display subscribers name as link
sb.AppendFormat("<a href=\"default.asp?pg=pgPersonInfo&amp;ixPerson={0}\" title=\"Phone: {1}, Email: {2}\"><fb:x>{3}</fb:x></a>", p["ixPerson"], p["sPhone"], p["sEmail"], p["sFullName"]);
Mathew Weaver Send private email
Monday, September 21, 2009
 
 
Thanks for posting this, Vasili. This is a useful example.
Mathew Weaver Send private email
Monday, September 21, 2009
 
 
Thanks!
Vasili Galka Send private email
Thursday, October 1, 2009
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics
 
Powered by FogBugz