![]() |
I don't see a reason why the Phrase shouldn't be there.
Installcodes are being run if the Version Number of the Installcode is higher then the Installed Version. So if there is no new Code necessary for a new Version, leave the Version Number of the Install Code as it is. If there is new Code necessary, create a new Installcode-Block with the New Version Number - or make the install-Code the the installed Version. As you are truning off mySQL Errors, those (if they happen) will not stop Execution. Btw: You got some fubar Hook calls in your Classes ;) |
Quote:
-CMX |
I unistalled in my localhost, went to update usergroup permissions and i got this error.
PHP Code:
|
Is there a way that a popup pops up when you get a new ticket? Like with PMs...
if not, it would be an awesome addition. |
bump
|
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 (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 :) |
Quote:
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 |
keep up the great work. Its coming along quite nicely. The only thing I would like to see is some initial entry boxes for things like url, ftp, admin account access, that are availible for certain categories of tickets.
The only sketchy thing is handling that kind of sensitive data (ie. md5 it and delete it when ticket closes). I would still be happy as larry without it - its just a suggestion ;) |
Quote:
-CMX |
Quote:
|
Quote:
*instaled* :) |
V0.6 already?????? That was quick. :-p
|
Quote:
|
Very nice script! I'm currently modifying it to include status (like pending, approved, etc) and also added the quick template organization plugin.
If you want me to show the code for adding the status, or you don't want me working on it, please pm me. :) Thanks again. Code:
<plugin active="1"> |
this rocks! Thank you for the time and effort of making this available to us! :D
|
The only thing this majorly lacks now, as mentioned above, is a system to notify the staff. An option like WhisperPntr said would be nice but a notifcation system is vital to this system IMO.
|
Hi there CMX, I am almost done adding a status option to the script. If you're interested in the small add ons, please pm me or post back here.
Xplorer, the staff member are notified by pms and emails last I checked. |
Quote:
I'll add your plugin code to the installer for v0.7 as well. I have just changed the ticketlistbit template to show the data like this as well. I also have done the followint stuff for v0.7: 1) Used the microstats hack to see that some templates were uncached. Added lines to the PHP to cache them, it should speed up the load times of 'showticket' dramatically. 2) Updated the ticketlistbit template a bit to be more useful. a) It shows tickets with no replies in BOLD. b) It shows the category under the ticket / ticket starter. c) It shows the open/closed status. d) It shows the last poster to the ticket. e) It shows the number of replies to the ticket. f) It shows an open/closed icon in addition to the ticket icon. (It will use new icons if the ticket has been updated since your last visit.) 3) It now lists the tickets in the order they have been created / replied to. 4) Rebuild Reply Count has been changed to Rebuild Info. a) It updates the replycount. b) It updates the lastposter. c) It sets replydateline to dateline if equal to 0. NOTE: If you are upgrading, you should run Rebuild Info after you have installed the product XML. There are a few more things I want to get into v0.7, then a release will happen. (Like the notification thing, it will require a new flag to the "user" table so it can be enabled per user basis and not via usergroup.) -CMX |
Quote:
|
Hey CMX,
That sounds great and it would be great to work alongside you as well as develop an extra plugin to have this interface with Ron1n's vbpurchase (a hack which I already have his permission to update and use). Here are some screens of the changes that I've done, as well as a modification of the ticket template. If you're interested in seeing the code changes, I'll modify the script I have to use your 0.7 version and then send the changes I added to you. They're very rudimentary and are based on the category updates. Cheers! ~Whisper |
Quote:
-CMX |
I have found a few bugs. First off if you only upload the product XML file your system will look like this:
http://img174.imageshack.us/img174/5...pimage22og.png I uploaded all the file over writing the old ones and it fixed it. The only other bug I see is there is no post icon asigned for a closed ticket. I just see a red X linked to www.yoursite.com/forums Wasn;t sure if you guys were aware of that or not so figuered I would make note of it. I would still love to see a staff notifcation method. :p |
Quote:
-CMX |
Quote:
|
Quote:
Do you still have this problem with the v0.7b zip? -CMX |
Thanks CMX. I'll be working on the changes now and send you a zip file sometime my tonight or tomorrow. I will mark the changes I've made with either a
PHP Code:
PHP Code:
Quote:
|
Quote:
Your upgrade instructions say upload the new XML file, yet here you say we need to upload the PHP files sometimes. Make up your mind. :p |
Quote:
In other developments, CMX I fixed a conditional so that pms are no longer sent to you if you are the replyer to the ticket (in other words, it doesn't send a pm about your own reply). In addition, I am adding a very simple method of notification that is reliant on who replied to the ticket. It sends a notification pm about a non-self reply to all who replied in the ticket as well as whomever is assigned ONCE until another reply is made. Let me know how you feel about this notification method. |
Quote:
Quote:
Well seeing as I reported that with in about 30 minuetes of the hack being released, there is no need for anyone else to report it unless they have a fix correct? CMX resolved the issue. Can we leave it at that please and move on as I was simply trying to help out you the codders? |
If a user create a new ticket and no post icon is selected I get a red cross. If I look into the code there is no default icon.
<td class="alt1"><img src="" alt="" border="0" /></td> |
/me clicks install
|
In this style: support_ticketlistnone
The text in that style isnt in the language phrases. So when somebody (like me) translate all the phrase to another language the is still text in the style. Maybe you chance that for future release. |
Quote:
As far as the support_ticketlistnone phrase, I will add that for v0.8. I'm waiting for the code from WhisperPntr to finalize v0.8. Send me the updates if you see this WhisperPntr. As far as the upgrade instructions go, I thought it was obvious to reupload all of the files, but in any case, I have added that to the instructions for the upgrade at the bottom of the readme and the post. -CMX |
I guess WhisperPntr is MIA, I'll start looking into the update v0.8 when I get time. Its getting to the busy season of the year, 10-15 PS2 games a week until thanksgiving, and I have to hack code breaker codes for all of them, so time might be a bit limited. But I'll see what I can do.
-CMX |
Is it possible to do a Who's Online integration for this?
|
Updated to v0.8:
1) Bugfix: It doesnt send the assigned tech a PM if they reply. 2) Bugfix: Rebuild Info didnt work for names with ' in them. 3) Template support_listbitnone uses a phrase now. 4) Added Custom WOL hooks to show up in the WOL info. 5) Added some hook locations to vBSupport.php, more could be added over time as well. NOTE: The hook locations are inside the included file: /UPLOAD/includes/xml/hooks_support.xml -CMX |
i always get "you are not authorized to manage xxxx" and i'm logged in as admin .... now what the heck ?
|
Quote:
|
Thanks for the hack,
I got this error when using a single or double quotation in the search field: Code:
|
Quote:
|
All times are GMT. The time now is 08:17 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|