Extend Big Brother 1.9i BTF Reports
If you are a user of Big Brother, you may know that by default, your reporting dates cut off on the year 2010. To extend this capability to the current year, you just need to edit bb-rep.html, found at /usr/local/bb/www/help/bb-rep.html. Simply add the following options to your start-yr and end-yr:
<SELECT NAME=”start-yr”>
<OPTION VALUE=”1999″>1999
<OPTION VALUE=”2000″>2000
<OPTION VALUE=”2001″>2001
<OPTION VALUE=”2002″>2002
<OPTION VALUE=”2003″>2003
<OPTION VALUE=”2004″>2004
<OPTION VALUE=”2005″ SELECTED>2005
<OPTION VALUE=”2006″>2006
<OPTION VALUE=”2007″>2007
<OPTION VALUE=”2008″>2008
<OPTION VALUE=”2009″>2009
<OPTION VALUE=”2010″>2010
<OPTION VALUE=”2011″>2011
<OPTION VALUE=”2012″>2012
</SELECT>
And for the end year:
<SELECT NAME=”end-yr”>
<OPTION VALUE=”1999″>1999
<OPTION VALUE=”2000″>2000
<OPTION VALUE=”2001″>2001
<OPTION VALUE=”2002″>2002
<OPTION VALUE=”2003″>2003
<OPTION VALUE=”2004″>2004
<OPTION VALUE=”2005″ SELECTED>2005
<OPTION VALUE=”2006″>2006
<OPTION VALUE=”2007″>2007
<OPTION VALUE=”2008″>2008
<OPTION VALUE=”2009″>2009
<OPTION VALUE=”2010″>2010
<OPTION VALUE=”2011″>2011
<OPTION VALUE=”2012″>2012
</SELECT>


No Comments »