Back to vBulletin 3.0 Add-Ons

vBug Tracker 1.0.3
Mod Version: 1.0.3, by Dark_Wizard

This modification is in the archives.
vB Version: 3.0.6 Rating: (1 vote - 5.00 average) Installs: 97
Released: 18 Sep 2004 Last Update: 21 Feb 2005 Downloads: 32
Not Supported DB Changes  

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

Spoiler (click to open)


Quote by sinclac
When i enter a bug and click subscribe i get an e-mail saying
Could not find phrase 'vbugs_new_subscribe'.

What should i do to fix it?

Create a new phrase in the "Email Body Text" phrase group called vbugs_new_subscribe and add the following text:

Code:
Hello $username,
You are now subscribed to the following bug - $title.
$vboptions[bburl]/vbugs.php?do=view&$bug[vbugs_id]
Yours,
$vboptions[bbtitle] team
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Unsubscription information:
To unsubscribe from this bug, please visit this link:
$vboptions[bburl]/vbugs.php?do=unsubscribe&vbugs_id=$bug[vbugs_id]
Please click install to obtain any further help....thx!

Close
)
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

Spoiler (click to open)


Quote by Scutter
Nice work dark, that got it. I now have the following problem, it displays fine when logged on as admin, but when logged on as a user with view and add permissions only, the screen looks like this...
Edit your VBUGS template with the following:

find this:
Code:
$buglist
</tr></table>
change to this:
Code:
$buglist
</table>
Replace the entire contents of the vbugs_listbit with the following:
Code:
<tr>
	<if condition="$admin">
	<td class="alt1">$vbugs_id</td>
	<td class="alt2">
		<div>
		<span style="float:right"></span>
		<a href="vbugs.php?do=view&amp;vbugs_id=$bug[vbugs_id]">$title</a></span>
		$moderateicon $privateicon $unassignedicon
		</div>
	<else />
	<td class="alt1">$vbugs_id</td>
	<td class="alt2">
		<div>
		<span style="float:right"></span>
		<a href="vbugs.php?do=view&amp;vbugs_id=$bug[vbugs_id]">$title</a>
		</div>
	</if>
		<div class="smallfont">
			<span style="float:right">$date <span class="time">$time</span></span>
			<strong onclick="window.location='member.php?u=$bug[userid]';" style="cursor:pointer">$username</strong>
		</div>
	</td>
	<td class="alt1"><span class="smallfont">$typename: <strong>$statusname</strong><br /><em><if condition="$bug[adminid]">$adminname<else />$vbphrase[vbugs_unassigned]</if></em></span></td>
	<td class="alt2"><div class="smallfont" style="white-space:nowrap">$lastreplydate <span class="time">$lastreplytime</span></div><div class="smallfont">by <a href="member.php?u=$bug[lastreplyuid]">$lastreplyname</a></div></td>
</tr>

Close
.

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 http://www.vbwar.com/forums/vbugs.php!

Additional support can be found http://www.vbwar.com/forums/vbugs.php?s=&do=list&vbug_projectid=7.

Download

This modification is archived and cannot be downloaded.

Similar Mods

Add-On Releases vBug Tracker Lite 3.7 vBulletin 3.7 Add-ons
vBug Tracker Lite 3.5.1 vBulletin 3.5 Add-ons

vblts.ru supports vBulletin®, 2022-2024