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 |
#22
|
||||
|
||||
i got this error when i click add bug in admincp
Code:
Database error in vBulletin 3.0.0 Release Candidate 3: Invalid SQL: SELECT userid,username FROM user WHERE usergroupid IN () ORDER BY username mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY username' at line 1 mysql error number: 1064 |
#23
|
||||
|
||||
you can have fulltext searches in mysql 3
providing you know how to hack mysql and write that in yourself. *sigh* ahwell, guess I can't use this then, and neither can EvB then... |
#24
|
|||
|
|||
awesome!
/me clicks install! Thanks! |
#25
|
||||
|
||||
@squawell
Lines 163 & 187 in bugsadmin.php Change PHP Code:
PHP Code:
Why not just upgrade mySQL? I think this would be good anyway (=> Query Cache, reduced load on our server significantly). You could also use this with mySQL 3 with some modifications: - modify the definition for table bugs in the setup - change bugs.php sql |
#26
|
||||
|
||||
Sorry but after i deleted the hack in the HTL menu and updated as you said I still get this mysql errer when i go to:
Bugs - Add Code:
Invalid SQL: SELECT userid,username FROM user WHERE usergroupid IN () ORDER BY username mysql error: You have an error in your SQL syntax near ') ORDER BY username' at line 1 mysql error number: 1064 Date: Thursday 05th of February 2004 12:02:53 PM Script: http://www.hiphop-battles.com/forum/...min.php?do=add Where do I specify WICH FORUMS are the bug forums????? It?s not in Options, it?s not in Manage Forums, it?s not an admin menu like you added 4 so where do I have to look? Quote:
First I need to know where to specify the Forums and I realy would need to have these 2 Forums both as bug Forums if you wanna have a look http://www.hiphop-battles.com/forum/index.php Quote:
And I will have a support Crew in the future where I defenetly don?t want to give them admin rights or let them see our Developer Forums in full but I would like to have them decide what kind of bug it is, if they can help help users then change the status of the bug so I don?t have to do all the work alone. Can?t be to hard to make it possible to define more then one usergroup and more then one bug forum!! PLEASE Is this possible? Greetings Star |
#27
|
||||
|
||||
Quote:
|
#28
|
||||
|
||||
DOH
But I found another bug I added a few Bug Types and wanted to remove one. After clicking yes i got this: Invalid SQL: DELETE FROM bugtypes WHERE typeid= mysql error: You have an error in your SQL syntax near '' at line 1 The Type is still there! Also when I go to by forum on bugs.php?do=add Then I have a big button "Reset Fields" below my textbox but only a tinywiny submitbutton (I think it is submitt because you forgott the text for the button) Greetings Star |
#29
|
||||
|
||||
Quote:
Quote:
Quote:
Nevertheless i'll modify the code to allow several groups. An updated ZIP will come later. > Can?t be to hard to make it possible to define more then one usergroup Yes. As stated above i'll do that. > and more then one bug forum!! PLEASE I'm sorry but this is not possible (I even don't understand what you want to achieve). |
#30
|
||||
|
||||
the forum thing was because i did not understand the idea completly now i do
But I have more bugs: when I go to by forum on bugs.php?do=add Then I have a big button "Reset Fields" below my textbox but only a tinywiny submitbutton (I think it is submitt because you forgott the text for the button) If I click on Edit Bug I get an empty page just the navbar and your copyright text. Add Bugnote is also not possible same as above I added a few Bug Types and wanted to remove one. After clicking yes i got this: Invalid SQL: DELETE FROM bugtypes WHERE typeid= mysql error: You have an error in your SQL syntax near '' at line 1 The Type is still there! Greetings Star |
#31
|
||||
|
||||
Quote:
Take a look at template bugs_addbug: Code:
<input type="submit" value="$vbphrase[submit]" name="submit" /> > If I click on Edit Bug I get an empty page just the navbar and your copyright text. > Add Bugnote is also not possible same as above Hmm. Not reproducable here. Do you have Template Names as comments in HTML turned on? If so would it be possible to check if the template bugs_addbug or bugs_adbugnote actually get's called? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|