The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBug Tracker 1.0.3 Details »» | |||||||||||||||||||||||||
You asked for it and here it is...a bug tracker that mimics the one at vBulletin.com.
There is no upgrade yet from the other bug trackers listed on this site but if enough people request it I will add it to the installer. Also, please DO NOT request help, assistance or ask questions via IM as I will ignore you and if your persistent will block you. Your best option for immediate support is at vbwar.com but I will check in here from time to time. Enjoy! Please click install if you use this hack. Support is only given to those who click. Thx! Version 1.0.1: Fixed missing phrase (here) Fixed redirect to blank page after edit bug Fixed assigned to not working after bug edit Version 1.0.2: Finally fixed the dropped title and missing phrases. Plus a few other small bugs you people didn't catch. New bug found...file updated. Users of version 1.0.2 need to perform these steps found here. Version 1.0.3: Fixed all tableprefixes and a small bug. Tested in both tableprefixed db and no tableprefix db... Pro Version can be seen here! Additional support can be found here. Show Your Support
|
Comments |
#102
|
||||
|
||||
Don't throw the baby out with the bathwater. I like what I've seen on the author's site and this is a very fixable problem. Not only that, it should be all in the released code. It'll have no bearing on the code hacks.
I bet he could have this fixed today. If not, I'm sure I could. Its really nothing more than adding " . TABLE_PREFIX . " everyplace that a VB table is referenced without a prefix. |
#103
|
||||
|
||||
It wasn't even that hard!
FIND: LEFT JOIN " . TABLE_PREFIX . "user ON (vbugs.userid = user.userid) REPLACE WITH: LEFT JOIN " . TABLE_PREFIX . "user AS user ON (vbugs.userid = user.userid) (Occurs twice) |
#104
|
|||
|
|||
What file are you saying to fix this in? Also, you re-wrote the install. Care to make an update to this hack so I don't have to go through everything that I have gone through last night, again?
|
#105
|
||||
|
||||
Its generally considered bad form to release someone else's software, so out of respect for Dark Wizard, I'll simply post my changes.
In admincp/vbugs_install.php FIND: PHP Code:
PHP Code:
PHP Code:
PHP Code:
EDIT /vbugs.php FIND BOTH INSTANCES (There are two) OF: PHP Code:
PHP Code:
This fixed it for me and I like the results. |
#106
|
|||
|
|||
Thanks bro...I will give it another shot. GOD I hope this works as I really don't want to re-do my database again. There has got to be another way of restoring your database besides using phpMyAdmin. If the db is over a mb, then you have to break it down or it times out. arghhhh..
Wish me luck. Again, thanks for helping with this as this is an awesome hack if I can get it to work. |
#107
|
||||
|
||||
Hmm, at least the tables and templates look quite similar to my old vBBugs for which I never had time to continue developement?
|
#108
|
|||
|
|||
WORKS AWESOME BRO...thanks.
|
#109
|
|||
|
|||
One thing bro, now that I am in the AdminCP, there are a number of new, left hand column, options to choose from.
vBug Bugs vBug Status vBug Severities vBug Versions vBug Types The only one that I am having a problem with is the first one, vBug Bugs. If you click on 'Add', it gives a database error that looks like this: (seems there is another table missing) Quote:
|
#110
|
||||
|
||||
Quote:
Still, with all I've spent on my website, it doesn't make sense to quibble over $85 for something that helps guarantee I can always fix my server quickly. |
#111
|
||||
|
||||
Yeah, the admin functions appear to be way screwed up. TABLE_PREFIX is used where it shouldn't be and forgotten where it should be. Its like peeling an onion, layer after layer breaks.
I've got it about half worked out. I wouldn't recommend anyone who has their VB tables prefixed to install this just yet. This shouldn't be a release. Since the testing was incomplete, its still basically a beta. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|