The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[HTL] & [very simple TXT] vB-Bugs Details »» | |||||||||||||||||||||||||
OK, this is my first Hack release, so please forgive me if it's crap.
vB-Bugs Version: 0.1f Alpha vB-version: 3.0.0 Release Candidate 2 Developer: Kirby Install difficulty: Easy File edits: 1 Template edits: 0 Description of the Hack: This is a basic vBulletin-powered Bug-Tracker It is based on vB-Todolist originalli created by RekiM who kindly gave me permission to make this "port". Features
Requirements
Please note that this is an alpha release only and I can't and won't take any responsibilities. Use it as-is at you own risk. 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_addbug bugs_addbugnote bugs_listbit bugs_bugnote bugs_details bugs_list BUGS New DB tables for this Hack: bugs bugnotes bugtypes bugseverities bugstates This post was generated by the Hack Tracking Log Show Your Support
|
Comments |
#62
|
||||
|
||||
I like the looks of this alot, but
I dont have and dont necessarily want HTL so in your readme file, you talk about importing the XML files. Could you explain, how I dont see options to import any of them other then to replace existing templates, which is not what I want to do, I assume. Any help would be greatly appriciated. Thank you |
#63
|
||||
|
||||
@GovGaming
Check your database if table language contains a column phrasegroup_vbbugs and if table phrasetype contains a record where fieldname=vbbugs. If so: delete that and try again. @ZeldaKing > - When someone submits a bug it doesn't show in the list of bugs to moderate (admin CP). It does only show up there if it's not online. So if your default online-status is yes they new bugs won't show up there. > - In the 'Last Reply' column, the time goes off the table on low resolutions (tested at 600x800). I've never seen such a resolution so far? All other problems mentioned so far should be fixed (except the CSS-class change, as it looks just fine with the default style). |
#64
|
||||
|
||||
any possible way to make it so that the
system administrator gets a email when there is a new bug posted .? |
#65
|
||||
|
||||
This is planned for future versions.
|
#66
|
||||
|
||||
Quote:
|
#67
|
||||
|
||||
Anybody??
Quote:
|
#68
|
|||
|
|||
I just have to say, for your first hack this is very proffessional looking and fantastic. I've been put in charge of setting up a helpdesk for our company to use to report faults with IT equipment, and up until now it looked like i was going to have to use the VB2 helpdesk, which although very good, lacked the extras that VB3 has to offer. But i've just installed this using HTL (another great timesaving hack) and it's working a treat.
thanks for the great hack |
#69
|
||||
|
||||
@tomshawk
Installing this manually is a bit tricky Phrases ---------- SELECT MAX(phrasetypeid) + 1 AS max FROM phrasetype WHERE phrasetypeid < 1000 Note down this value INSERT INTO phrasetype (phrasetypeid, fieldname, title, editrows) VALUES (phrasetypeid, 'vbbugs', 'vB-Bugs', 3) Where phrasetypeid must be replaced by the value you noted down. ALTER TABLE language ADD phrasegroup_vbbugs MEDIUMTEXT NOT NULL Then import the phrases xml file "overwriting" an existing language. This won't (well, at least it shouldn't) kill other phrases in this language as type is phrases Templates ------------- "Overwrite" an existing style. Settings ---------- Here you are out of luck, as vB's default functions do not allow to import custom settings - this would kill almost all vB standard settings. You would have to go into debug mode to manually add the setting group and the settings according to the information in the XML-File. Or add them directly to the database. @Zelda-King Hmm ... could be a browser issue as I don't seem to be able to reproduce that. Which browser do you use? |
#70
|
||||
|
||||
So basically, it's not such a simple txt file as the title says Thank you for your honesty.
I want this, so I guess I'll download and install HTL tonight, then this hack. Thank you and have a good one |
#71
|
||||
|
||||
The title is right - the textfile contains only VERY simple/basic instructions on how to install this manually
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|