Current time: 05-23-2012, 02:10 PM Hello There, Guest! (LoginRegister)

 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Account notices
01-19-2009, 08:06 AM
Post: #11
RE: Account notices
Jonny, you could make a function called notImplemented. Like this:
PHP Code:
// class_notImplemented.php
function notImplemented(){
echo 
$style->replaceVar("tpl/notImplemented.tpl");

Now, in your scripts... Tongue
PHP Code:
public function createNewReason::suspension(){
notImplemented();
}
public function 
createNewReason::terminate(){
notImplemented();
}
public function 
editStyle::header(){
notImplemented();
}
public function 
support::downloadSystem(){
notImplemented();

That is fun. Tongue

Jimmie Lin - Community Manager & THT.Next Developer
Visit this user's website Find all posts by this user
01-19-2009, 11:01 AM
Post: #12
RE: Account notices
Please stay on topic dont hijack Confused (no offense Big Grin)
But since i allow certen users to host proxy, it would be nice if i could implent some notes on a user.. So if i found a site using proxy, i could check wether the site was allowed or not, and then i could leave it/terminate it.
Find all posts by this user
01-19-2009, 02:16 PM
Post: #13
RE: Account notices
I didn't hijack. I was giving a suggestion. Tongue
Anyway. Its in the TODO list. I know what you mean, individual "admin-only" notes for each client. Smile

Jimmie Lin - Community Manager & THT.Next Developer
Visit this user's website Find all posts by this user


Forum Jump:


User(s) browsing this thread: 1 Guest(s)