Description of the Hack:
This is a basic vBulletin-powered Request/Bugs Tracker like the one on vBulletin.com
HACK INSTALLATION DETAILS: New files for this Hack:
bugs.php
admincp/bugsadmin.php
Files modified for this Hack:
admincp/index.php
New templates for this Hack:
bugs_search_no_results
bugs_addbug
bugs_addbugnote
bugs_listbit
bugs_bugnote
bugs_details
bugs_list
BUGS
New DB tables for this Hack:
bugs
bugnotes
bugtypes
bugseverities
bugstates
Read the readme.txt file if you are updating from vB-Bugs!!!!
As of 4/17/04, 9:21am EST
Fixed: Warning: Invalid argument supplied for foreach() in /home2/bear/public_html/forums/includes/sessions.php on line 262 - vvbugs_settings.xml (new exported data from the HTL generator)
Fixed: https://vborg.vbsupport.ru/showpost....4&postcount=22 (add the function inside bugs.php to help it cashe the bugs types everytime you load the page if a new one is not in the list.
Updated: readme.txt (a few grammer issues that I overlooked.)
As of 4/17/04, 9:47am EST
Fixed: bugs.php where if you edited a bug report and left the assigment to "unassigned" it owuld stop. This is now fixed where it will stay at unassiigned.
As of 4/20/04, 1:38am EST
Fixed: bugsadmin.php had had a program with the "add" and "edit" fuctions.
Sourceforge.net - New home for this hack under the direction of the group "vBulletin Modification Packages". Visit us at: https://sourceforge.net/projects/vbmodificatiopk/ . (Best place to post bug reports. Ironic isn't it?)
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
I was thinking more like "x new bugs since your last visit" but this is along the same lines, and yes it'd be easy to do.
Right now, on my side of things, I am working on the hide/show closed bugs, color-coding bugs by state (i.e. critical bugs red, moderate blue, etc - this is a feature found in just about every other ticket system out there and it makes a huge difference when you are trying to prioritize a lot of bugs) and the big one, email notification, which IMHO is the one major feature this hack has always lacked.
If you want to do a simple mod to do the above then by all means please do, especially if you've already done it. We're not credit hogs here; we just want a good hack to get even better and if you have something useful to add don't let us hold ya back
Well, I did it a long while ago with vB-Bugs. I didn't really document anything though. I might give it a whirl with this version.
I have got the some errer which has been already mentioned here. I tried the fix, but well - [i]of cource[/b] - this was not the solution for my problem.
I tried to remove the changing of the language-files to get the board going again, still there is some kind of problem. Maybe someone can give me a hint how to deal with the error in the language selection.
I have got the some errer which has been already mentioned here. I tried the fix, but well - [i]of cource[/b] - this was not the solution for my problem.
I tried to remove the changing of the language-files to get the board going again, still there is some kind of problem. Maybe someone can give me a hint how to deal with the error in the language selection.
That doesn't make sence. Is there an error? You might have to go in and delete.
I have got the some errer which has been already mentioned here. I tried the fix, but well - [i]of cource[/b] - this was not the solution for my problem.
I tried to remove the changing of the language-files to get the board going again, still there is some kind of problem. Maybe someone can give me a hint how to deal with the error in the language selection.
Try running these 2 queries and let me know if that fixes it.
[sql]ALTER TABLE language DROP phrasegroup_vBugs;
DELETE FROM phrasetype WHERE fieldname='vBugs';[/sql]