I beg your bardon???

Who are you who dare to prompt members to stop downloading the mod, before even be totally sure that what you wrore are correct?
You wrote:
Quote:
Originally Posted by hws
Code:
if($vbulletin->options["microsupport_products"])
should read
Code:
if($vbulletin->options["microsupport_departments"])
|
While the correct is:
Code:
if($vbulletin->options["microsupport_products"])
{
$products = getProducts($ticket["productid"]);
}
if($vbulletin->options["microsupport_departments"])
{
$departments = getDepartments($ticket["departmentid"]);
}
You wrote:
Quote:
Originally Posted by hws
and many calls for department and product IDs do not even have this conditional.
|
without to check if the "missing code" exists as condition in the templates.
3.- You wrote that my function causes "empty return values from this function", while you don't know what this function does. Its impossible to return empty value as the record has checked in the php file that exists, and this function only returns the name or the title of that record.
4.- You wrote "since I have stopped trying to debug the scripts after that.", without telling us who asked you to debug it? If you didn't found it as you expecting to be, just let it out from your super site.
5.- As I seen you're Member. Where is your work here? What did you offer to community, other than ....debugin advices? Could you please click on the "coder" beside my name and count how many mods I've released for vB4, in just 20 days that it's in stable mode? Where are the debugers like you and their work??
6.- As I seen this was your first post. My congratulation for the time that spent to register a new account targeting to blackmail my mods.
Please note that you don't have the right to write "Do not download it unless a new version has been posted by the programmer and QA has been done seriously.", unless its a security issue, which must be report to moderators and not post in public.
Maria