Welcome LAN Party administrators! By now you've surely joined the hundreds of LAN Parties worldwide that enjoyed the many benefits of using the Autonomous LAN Party project at their event. We hope that it has been useful in coordinating tournaments, game servers, and caffeine consumption. Unfortunately, it is with dismay that I must announce the nerdclub programming team has disbanded some time ago and will no longer be holding LAN events or developing the project. However, our love for tournaments and the competitive spirit is not dead. Many years and programming experience level-ups later, we've decided to continue the project's core focus in a new tournament administration website: Tournology.

Tournology will focus on the tournament administration and participation aspects for all types of events, as well as serving as a toolkit to be integrated into other niche software packages requiring a simple, easy, usable tournament solution.

Curious to learn more about Tournology? Check out tournology.com
coWiki 0.4.0-dev
.home .download .features .forum .help .wiki .credits
Current user:   guest    Change     Preferences 
   List directory   History   Similar   Print version   Edit 
ALP 
   Features 
ALP Documentation 
   Installation Help 
   FAQ 
   Using ALP 
   Game Server Queries 
   Tournament Checklist 
LAN Party Guide 
   Networking Tips 
   Power Tips 
Game Quick Guides 
   Demo & Screenshot Commands 
   Game & Query Port List 
   Unreal Tournament 

Referrers
...recit.freehostia.com
...tster.freehostia.com
brides.live2.de
...sshre.freehostia.com
www.google.com
datemefree.kyh.de
love.mit-20.de
brides.in-europa.de
love.nahezu.de
...foven.freehostia.com
ALP > Quick Refrence

 
rw-rw-r--   guest   guests

Quick Refrence

Table of Contents

Commands from Auth... all use $this->authlib->function();

Authlib methods

* check() method determines if a user is logged on and if not redirects them to a login page. You can use the check() method either in the controller constructor in order to secure an entire controller such as an admin controller or from individual actions. The check() method only ever returns a true value.

* isValidUser() library or helper methods are places you can check for whether a user has been authenticated.

* isAdmin() allows you to use a user authorization system to determine if user is an admin.

* asPermission() allows you to use a user authorization system to determine if a user has a specific permission (or priviledge).

* getUserName() returns the name of the logged in user.

* getSecurityRole() returns the name of the security role of the logged in user.

* getSecurityRoleId() returns the id of the security role of the logged in user.

Themeing classes (html classes)

List of classes:

  • Left:
    • Navagation classes
    • nav3-grid
    • nav3-bullet
    • nav3-nobullet
    • Other classses
    • loginform
    • searchform
    • Text and Image Classes
    • use p or img tags...class can be center or right
  • Center
    • h1 class
    • pagetitle
    • block

hr class

*= clear-contentunit />

div classes

*= column1-unit

*= column2-unit-left

*= column2-unit-right

*= column3-unit-left

*= column3-unit-center

*= column3-unit-right

*= contactform <fieldset><legend></legend>fields</fieldset>

* th class= top scope= column or row

*p class

*= caption

*= details

*blockquote

*input class

*= field

*= button

*= combo (drop)

*Right - sample - grey = input no color - same divs as left for searchform and loginform

<div class="subcontent-unit-noborder-orange">

<div class="round-noborder-topleft"></div><div class="round-noborder-topright"></div>

<h1 class="orange">Orange - No border</h1>

<h5>Bullet list</h5>

<ul>

<li>Bullet 1</li>

<li>Bullet 2</li>

</ul>

<h5>Ordered list</h5>

<ol>

<li>Fact 1</li>

<li>Fact 2</li>

</ol>



Reference Quick Refrence
http://www.nerdclub.net/alp/cowiki/ALP/QuickRefrence

Comments: 0 New comment

Prev. ALP2   Subversion Repository Design Next


SourceForge.net Logo
 ©2004 the nerdclub programming team | nerdclub.net.
Driven by coWiki 0.4.0-dev (August 2, 2004) web collaboration tool.