Quote:
Originally Posted by lamilein
heya, i hope your move went along good
nice plugin i have to say, trying it atm and found something that bothers me:
Code:
http://localhost/vb35rc2/vBSupport.php?do=newticket
Fatal error: Cannot redeclare vB_DataManager_Ticket::$ticket in C:\Programme\xampp\htdocs\vb35rc2\includes\class_dm_ticket.php on line 110
got it running on w2k advanced sp4 using xampp ( www.apachefriends.org) 1.4.15 std install
(contains:
+ Apache 2.0.54
+ MySQL 4.1.13
+ PHP 5.0.4 + PHP 4.4.0 + PEAR
+ eAccelerator 0.9.3 (PHP5) / 0.9.4-dev(PHP4)
+ Zend Optimizer 2.5.10a )
and using IE5.00
maybe you've got an idea 
|
I have fixed this bug, it was declaring $ticket twice inside class_dm_ticket.php.
I'm working on version v0.5 at the moment. I was trying to find a way to do the a popup like the pmpopup. I'll have to research some more of the plugin hooks to get that working, but it seems possible.
The stuff I have done for v0.5 right now are as follows:
1) Added new admin feature to 'List New Tickets'.
2) Updated the installer to verify the fields exist before
trying to create them.
3) Fixed the replycount increment code when people reply to
a ticket.
4) Added vBSupport.php?do=rebuildreplycount to rebuild the
ticket reply counts.
5) Fixed a redeclaration bug inside class_dm_ticket.php.
I want to add a couple more features for v0.5 before releasing it.
1) The admin feature to search for tickets. (i.e. search for tickets containing words, or search for tickets in a specified category, or search the titles only, and some more options for the search.)
2) I want to add pages to the ticketlisting. Right now it displays all of the tickets on the same page, I want to fix that and add the page system like vB has for the threads and such. (As well as add an admin option to specify how many tickets you want to list per page for users and for admins.)
The search feature I have started and got a basis 'search' function added, just need to get a good template for the searching options and it should be finished.
The pages I havent started yet, but it should be easy. I hope to have the new version out by this Friday. But I've been really busy as of late, we have just moved into our new home my in-laws are visiting from Germany until September 3rd, so I may not hit the Friday date, but I'm trying
-CMX