Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Account notices
#11
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... :p
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. :p
Jimmie Lin - Community Manager & THT.Next Developer
#12
Please stay on topic dont hijack :S (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.
#13
I didn't hijack. I was giving a suggestion. :p
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


Forum Jump:


Users browsing this thread: 1 Guest(s)