View Single Post
  #21  
Old 03-31-2010, 06:19 PM
Bell Bell is offline
Registered User
Bell's Avatar
Join Date: Feb 2007
Posts: 1,824
Bell has much to be proud ofBell has much to be proud ofBell has much to be proud ofBell has much to be proud ofBell has much to be proud ofBell has much to be proud ofBell has much to be proud of
Quote:
Originally Posted by cyan3 View Post
PHP Code:
function onActionGrab() {
    if (
plates in sink == true) {
    
turn on hot tap;
    
wash plates;
} else {
    
sendrpgmessage("plates are clean");
 }

But seriously I know what you mean.
I would so rep you for that one if I could, haha

Seriously though, many of these are very good ideas but none of them actually resolve all the issues involved in a support center. First and foremost it does have to be secure. Sensitive information is often provided there and stored for future reference. It also needs to be searchable as well as showing the ip of the submitter.

While many people complained about the old support center, I do miss its flexibility.
Reply With Quote