{"This page serves as a summary of what's going on with all the challenges and ideas, and is ideal as a home page."|gettext}
{include file=Template::get("page/admin_view_bannerForm.html")}{'This is what will appear in the navigation bar - you can leave it blank if you want to use the page title'|gettext}
{'The title of the page'|gettext}
{'You can enter some text to accompany this page'|gettext}
{'You can add some text that will show in <meta> description tag on the current page'|gettext}
| {'Tab name'|gettext} | {'Visible'|gettext} | {'Default'|gettext} | |
|---|---|---|---|
| {'Latest'|gettext} | pageData.newestFilterVisible}checked{/if} /> | pageData.defaultFilter eq 'newest'}checked{/if} {if !$cPage->pageData.newestFilterVisible}disabled{/if} /> | |
| {'Top voted'|gettext} | pageData.mostPopularFilterVisible}checked{/if} /> | pageData.defaultFilter eq 'mostPopular'}checked{/if} {if !$cPage->pageData.mostPopularFilterVisible}disabled{/if} /> | |
| {'Random'|gettext} | pageData.randomFilterVisible}checked{/if} /> | pageData.defaultFilter eq 'random'}checked{/if} {if !$cPage->pageData.randomFilterVisible}disabled{/if} /> | |
| {'Most discussed'|gettext} | pageData.discussedFilterVisible}checked{/if} /> | pageData.defaultFilter eq 'discussed'}checked{/if} {if !$cPage->pageData.discussedFilterVisible}disabled{/if} /> |
Timespan:
|
| {'Tab name'|gettext} | {'Visible'|gettext} | {'Default'|gettext} |
|---|---|---|
| {'Leaderboard'|gettext} | pageData.communityLeaderboardOn}checked="checked"{/if} value="1" /> | pageData.communityLeaderboardOn}disabled="disabled"{/if} {if $cPage->pageData.communityDefault eq 'leaderboard'}checked="checked"{/if} value="leaderboard" /> |
| {'Newbies'|gettext} | pageData.communityNewbiesOn}checked="checked"{/if} value="1" /> | pageData.communityNewbiesOn}disabled="disabled"{/if} {if $cPage->pageData.communityDefault eq 'newbies'}checked="checked"{/if} value="newbies" /> |