Why don't you just setup a Zendesk application for this?
The layout is by them and you can try it for free.
Thanks for releasing anyways
Why don't you just setup a Zendesk application for this?
The layout is by them and you can try it for free.
Thanks for releasing anyways
simple fix
replace function escape in /classes/mysql.class.php.PHP Code:function escape($escape)
{
if(is_array($escape)) {
foreach($escape AS $id => $value) {
$escape[$id] = mysql_real_escape_string($value);
}
return $escape;
} else {
return mysql_real_escape_string($escape);
}
}
Thanks for this!
no thanks do it with pleasure , questions are welcome ;)
Does it works on RevCMS?..
Smiegles, nice job you've done mate! Thanks for the release![]()
next release wil have :
create categories
reaction's on the helpdesk
like's / dislikes
remove from the helplist (set disable on 0 so i can get him back)
a UBB parser (makes it easy for the not "programmeurs" to make articles)
english translation (help might be needed)
that was it, all ideas are welcome
Smiegles, you stole this from the HabboPHP!
Omg this release is great! I'm using it myself![]()
thanks :P , if some one has a idea and i like it i will make it :)