Page Link Variables
From Efiction
(Difference between revisions)
m (→The Basics=) |
|||
(One intermediate revision not shown) | |||
Line 1: | Line 1: | ||
+ | ==The Basics== | ||
+ | |||
+ | ==List of Page Links== | ||
<table border="1" cellpadding="3" cellspacing="0" | <table border="1" cellpadding="3" cellspacing="0" | ||
style="border-collapse: collapse; margin: 1em auto;" bordercolor="#111111"> | style="border-collapse: collapse; margin: 1em auto;" bordercolor="#111111"> | ||
Line 134: | Line 137: | ||
In 3.0 you are able to add new links to the script through an admin panel. In 1.1 and 2.0 this required modding the script. | In 3.0 you are able to add new links to the script through an admin panel. In 1.1 and 2.0 this required modding the script. | ||
+ | |||
+ | ==See Also== | ||
[[2.0 Page Links Mod]] | [[2.0 Page Links Mod]] |
Current revision as of 04:02, 14 July 2006
The Basics
List of Page Links
Tpl Variable | Default Text | Links to |
---|---|---|
{login} | Login/Account Info (1) | user.php |
{logout} | Logout | user.php |
{adminarea} | Admin | admin.php |
{home} | Home | index.php |
{recent} | Most Recent | search.php |
{catslink} | Categories (2) | categories.php |
{authors} | Authors (3) | authors.php |
{help} | Help | help.php |
{search} | Search | search.php |
{titles} | Titles | titles.php |
New Page Links in 2.0 | ||
{tos} | Terms of Service | tos.php |
{rules} | Submission Rules | rules.php |
{contactus} | Contact Us | contact.php |
{featured} | Featured Stories | search.php |
{members} | Members | authors.php |
{series} | Series | series.php |
{challenges} | Challenges | challenges.php |
{tens} | The Tens | search.php |
New Page Links in 3.0 | ||
{newsarchive} | News Archive | news.php |
{browse} | Browse | browse.php |
In addition to these text links there is one other link pre-formed for you. This link {rss} is a graphic link that uses the orange RSS box that most of us are familiar with by now.
(1) Text and behavior changes depending on whether the visitor is logged in or not. (2) Only available when the number of categories is set to more than one in the settings. (3) Now that there is a separate members list this has changed from 1.1. This was the members list. Now it is the list of authors ONLY.
In 3.0 you are able to add new links to the script through an admin panel. In 1.1 and 2.0 this required modding the script.