in

Community Server

The platform that enables you to build rich, interactive communities

Browse by Tags

  • Report

    Can you please let me know what the easiest way is to change the standing report so that it shows the people still alive at the top by maybe most wins and then alphabetically. I am running a survivor pool and we started with 110, but with 45 left the standing page is hard to read. If easier, it could...
    Posted to Help and Support (Forum) by pti on 11-16-2009
  • Re: Game Times - Locks

    You could do that by changing the time in the database schedule tables. You'd need to make sure that you set the TIME_ZONE_DIFF so that it coincides with Pacific time rather than Eastern (that will take care of the locking). The only other thing would be to change any references to Eastern in the...
    Posted to Help and Support (Forum) by mikehall on 09-09-2009
  • Re: Change Lock Times on 3.0

    You can do that by modifying the IsWeekLocked() function in includes/common.asp to look like this: '-------------------------------------------------------------------------- ' Returns true if all games for the specified week are locked. '-------------------------------------------------...
    Posted to Help and Support (Forum) by mikehall on 09-09-2009
  • Background Color

    I've changed almost all the colors on the site but I'm having an issue with the background. When i change the background to black it also changes the message board area where you type to black so you cannot see where you are typing. I need to know how to keep that white and the rest of the background...
    Posted to Help and Support (Forum) by kamokid on 09-03-2009
  • Re: User Name Pull Down

    It's pretty easy to change. This is the code in userLogin.asp: <tr valign="middle"> <td><strong>Username:</strong></td> <td> <select id="username" name="username" class="<% = StyleFormField("", "username"...
    Posted to Help and Support (Forum) by mikehall on 08-31-2009
  • User Name Pull Down

    I would like if possible to convert the User Name Pulldown to a text entry field. My reasoning is that although it makes it easy for the end user, I do not want them to see before joining who is in the pool and also if I get a lot of entries the field is a bit cumbersome (I know after the first time...
    Posted to Help and Support (Forum) by pti on 08-31-2009
  • Re: Change Lock Times on 3.0

    In the includes/common.asp file is a function named IsWeekLocked(), you want to replace that and add an additional function: '-------------------------------------------------------------------------- ' Returns true if all games for the specified week are locked. '-----------------------...
    Posted to Help and Support (Forum) by mikehall on 08-26-2009
Page 1 of 1 (7 items)
Powered by Community Server (Non-Commercial Edition), by Telligent Systems