Quote:
Originally Posted by mtha
Wow, too far from the rest  You should have named it support_postbit or support_postbit_ticket or something like that
add to the list:
- Display CatID before editing category name
Code:
<td>[$category[categoryid]] <input type="hidden" name="category[$category[categoryid]]" value="$category[categoryid]"><input type="text" name="categoryname[$category[categoryid]]" value="$category[categoryname]" size=50></td>
- newticket in predefined category
could be "vBSupport.php?do=newticket &catid=xxx" it will select the catid by default, or only display that specific catid
- Search ticket by ticketid, postuserid, open status (open or closed)
|
I have added those search options and ID displayed to the category lists.
As far as postbit_ticket, it has to be named that way to be able to use the class_postbit.php I think. I think that was the reason I chose postbit_ticket, because new_postbit(...) or something has to use the word 'ticket' and it puts postbit_ before the ticket word..
-CMX