I have several calls, but only want to show specific ones

There are two ways of doing this, depending on the status of your calls:

  • Click into the calls you do not want to show, then [settings], [edit] and set the call status to "Do not show to entrants or jury".
  • If you want to show only one call even though you have several that are active, add the following to your EntryThingy code, just above the entryThingy(); statement:

    w_['dashboardfiltershowid']="THEIDS";

    replacing THEIDS with the IDs of the calls separated with commas - you'll see the ID to the right of "#show=" in the location bar of your browser when you're in the call as admin. Please let us know if you need help determining the ID of your call.


    Example:

    w_['dashboardfiltershowid']="278";

    Another example:

    w_['dashboardfiltershowid']="278,456";

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.