Link to "Only display Survivor drop down?"

Message board links from 2010 as taken from the Internet Wayback Machine pages.
Post Reply
User avatar
admin
Site Admin
Posts: 159
Joined: Mon Aug 26, 2013 3:47 pm

Re: Link to "Only display Survivor drop down?"

Post by admin »

08-31-2009 4:46 PM
raider_nation
Top 25 Contributor
Joined on 08-30-2009
Posts 7

Only display Survivor drop down?
Reply Contact

Another dumb question that I couldn't find an answer to. I only want to run a Survivor Pool, I enabled it in the config and it showed up on the header line. However the Weekly Pool drop down is still there, is it possible to remove the Weekly Pool from the header line? The header line would look like this:

Home Message Board Survivor Pool Schedules My Account Help



Thanks


Filed under: customization
08-31-2009 6:17 PM In reply to
mikehall
Top 10 Contributor
Joined on 08-09-2009
Chandler, AZ
Posts 295

Re: Only display Survivor drop down?
Reply Contact

You can manually edit the includes/sitemenu.asp file to remove that. Just look for this section and delete all of it:

<td>
<a href="http://brainjar.com/community/forums/Ad ... uote=False#" onclick="return false;">Weekly Pool <span class="arrow">&#9660;</span></a>
<div class="subMenu">
<a href="weeklyEntry.asp">Entry Form</a>
<a href="weeklyResults.asp">Results</a>
<div class="separator"></div>
<a href="weeklySummary.asp">Summary</a>
<a href="weeklyScoringCharts.asp">Scoring Charts</a>
<a href="topWeeklyScores.asp">Top Scores</a>
<div class="separator"></div>
<a href="weeklyPickStatistics.asp">Pick Statistics</a>
<% if USE_POINT_SPREADS then %>
<a href="weeklySpreadStatistics.asp">Point Spread Statistics</a>
<% end if %>
</div>
</td>



Filed under: customization
09-01-2009 8:29 AM In reply to
raider_nation
Top 25 Contributor
Joined on 08-30-2009
Posts 7

Re: Only display Survivor drop down?
Reply Contact

Thanks Mike.
09-08-2009 6:16 PM In reply to
raider_nation
Top 25 Contributor
Joined on 08-30-2009
Posts 7

Re: Only display Survivor drop down?
Reply Contact

Mike,

After I made the change I noticed that on the main page after a user logs in, the page that shows the welcome message and there are early games on the following weeks. That if you click on one of the early week links, it takes you to the standard pool page (not the survivor pool page). How do I either remove the early week nitification or change the links to point to the survivor pool weeks (not the regular pool weeks page)?

I am trying to find the page to edit, but thought you woul know quicker.



Thanks
09-08-2009 6:30 PM In reply to
mikehall
Top 10 Contributor
Joined on 08-09-2009
Chandler, AZ
Posts 295

Re: Only display Survivor drop down?
Reply Contact

That's in default.asp. The link is created on this line:

<li><a href="weeklyEntry.asp?week=<% = rs.Fields("Week").Value %>">Week <% = rs.Fields("Week").Value %></a> - <% = FormatDateTime(rs.Fields("Date").Value & " " & rs.Fields("Time").Value, vbLongDate) %></li>

If you change weeklyEntry.asp to sideEntry.asp it will point to the survivor pool entry form.

Page 1 of 1 (5 items)
Post Reply