Changeset 25

Show
Ignore:
Timestamp:
22/08/06 17:40:50 (7 years ago)
Author:
dez
Message:

Smarty Debug Console support added

Files:
4 modified

Legend:

Unmodified
Added
Removed
  • index.php

    r16 r25  
    2222$smarty->assign("menu",array("News" => "/", "Info" => array("Constitution" => "/", "Conditions" => "/"), "Services" => "", "Games" => "", "People" => "", "Help" => "", "Planet" => "")); 
    2323 
     24// Turn on debugging by uncommenting: 
     25$smarty->assign("debug",TRUE); 
     26 
    2427$smarty->display("index.tpl"); 
    2528?> 
  • templates/foot.tpl

    r9 r25  
    2222</div> 
    2323 
     24{if $debug}{debug}{/if} 
    2425</body> 
    2526</html> 
  • templates/head.tpl

    r12 r25  
    2828<![endif]--> 
    2929 
    30  
    31  
    3230</head> 
    3331<body> 
  • templates/index.tpl

    r24 r25  
    1616 
    1717<div class="boxfoot"><p>Posted by talyn256 at 11:53  on Tuesday August 15th 2006</p></div> 
     18                </div> 
     19 
     20                <div class="box"> 
     21<div class="boxhead"><h2>Jabber accounts on the new server</h2></div> 
     22 
     23<div class="boxcontent"> 
     24<p>As part of our transition to a new server, we will be using different software for our Jabber service which uses the same authentication method as most of the other services.</p> 
     25<p>In particular, this means:</p> 
     26<ul> 
     27<li>All members will automatically get Jabber accounts - no need to register.</li> 
     28<li>Your Jabber password will be the same as your other passwords, i.e., the one you use to log in to the workstations in the room and check your email. If your client saves your password, remember to change it when you first connect to the new server.</li> 
     29<li>Non-members will lose their Jabber accounts.</li> 
     30<li>Any members whose Jabber username is different to their system username will ALSO lose their accounts. E.g., if your email address is johnsmith@sucs.org and your Jabber address is john@sucs.org, you'll lose the latter (but you will automatically get the Jabber address johnsmith@sucs.org).</li> 
     31</ul> 
     32 
     33<p>If the last point will affect you, please send 
     34an email to admin@sucs.org telling us your system and Jabber usernames and 
     35we'll see that your data gets transferred to your system username.</p> 
     36 
     37</div> 
     38 
     39<div class="boxfoot"><p>Posted by pwb at 22:51 on Saturday August 12th 2006</p></div> 
    1840                </div> 
    1941 
     
    4062        </div> 
    4163 
    42  
    4364{include file="foot.tpl"}