Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBug Tracker Lite Details »»
vBug Tracker Lite
Version: 4.0.1, by Dark_Wizard Dark_Wizard is offline
Developer Last Online: Jun 2014 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.0.1 Rating:
Released: 02-14-2010 Last Update: 02-15-2010 Installs: 68
DB Changes Uses Plugins Auto-Templates
Additional Files  
No support by the author.

I'm back again and with an updated version of vBug Tracker. This add-on if you are not familiar with it is a mimic of the one used back a while ago on vbulletin.com. This is currently in beta just to make sure I caught all the bugs.

There is no upgrade yet from version 3.7 but I am working on it.

There will be a Pro version coming soon but will not be posted here and will contain many features and enhancements.

Support is only provided to those who click install! Finally, if you really like this addon please nominate this for MOTM.

Thanks and enjoy!

I have removed this from the Beta stage and consider this stable.

4.0.1 Release:
  • * Fixed a query problem with table prefixes.
    * Fixed/Added phrase issues.
    * Fixed group by issue.
    * Added permissions to the navtab so that users who cannot view bugs won't see the tab.

To upgrade all you need to do is "Import Product" and select "Allow Overwrite" then upload all the files overwriting the older ones.

Download Now

File Type: zip vbug_tracker_lite_4.0.1.zip (31.9 KB, 348 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 02-15-2010, 11:07 PM
Dark_Wizard Dark_Wizard is offline
 
Join Date: Nov 2001
Location: North Carolina
Posts: 1,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Spikeman View Post
Yep thats done
Something is strange for sure as the table prefix doesn't work for you on that specific table. Can you provide me phpMyAdmin access? PM me if you will...

Thx,
Bob
Reply With Quote
  #23  
Old 02-15-2010, 11:49 PM
Dark_Wizard Dark_Wizard is offline
 
Join Date: Nov 2001
Location: North Carolina
Posts: 1,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Spikeman,

Check your PM's...

Bob
Reply With Quote
  #24  
Old 02-16-2010, 12:00 AM
Spikeman Spikeman is offline
 
Join Date: Aug 2006
Location: UK
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dark_Wizard View Post
Spikeman,

Check your PM's...

Bob
Yep done it, Well the Dark Wizard did weave his magic and all is now working perfect, this is a critical mod for my site and as a result of the support Bob has just given me and this mod I shall without a doubt be going for the Pro version.. Thanks Bob

5*
Installed
Reply With Quote
  #25  
Old 02-16-2010, 09:48 AM
Spikeman Spikeman is offline
 
Join Date: Aug 2006
Location: UK
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can I request that the Bug Tracker nav tab be viewable by usergroup? Right now I have setup permissions for only one usergroup to have access to the Bug Tracker however all users can se the tab in the navbar, I just want to declutter the navbar and stop users getting the message - You do not have permission to access this area.

thanks in advance.
Reply With Quote
  #26  
Old 02-16-2010, 11:51 AM
Dark_Wizard Dark_Wizard is offline
 
Join Date: Nov 2001
Location: North Carolina
Posts: 1,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Spikeman View Post
Can I request that the Bug Tracker nav tab be viewable by usergroup? Right now I have setup permissions for only one usergroup to have access to the Bug Tracker however all users can se the tab in the navbar, I just want to declutter the navbar and stop users getting the message - You do not have permission to access this area.

thanks in advance.
No problem. You need to go into "Plugin Manager" and edit the "vBug Tracker Nav Tab" and replace the code with this:

PHP Code:
if ($vbulletin->userinfo['permissions']['vbugpermissions'] & $vbulletin->bf_ugp['vbugpermissions']['canviewbugs'])
{
    
$tabselected '';
    
$tablinks '';

    if (
THIS_SCRIPT == 'vbugs')
    {
        
$vbulletin->options['selectednavtab']='vBug';
        
$tabselected ' class="selected"';
        
$tablinks '                <ul class="floatcontainer">
                            <li><a href="vbugs.php?do=new">Submit Bug</a></li>
                            <li><a href="vbugs.php">View Bugs</a></li>
                    </ul> '
;
    }

    
$template_hook['navtab_end'] .= '<li'.$tabselected.'><a class="navtab" href="vbugs.php">vBug Tracker</a>'.$tablinks.'</li>';

Bob
Reply With Quote
  #27  
Old 02-16-2010, 11:57 AM
Spikeman Spikeman is offline
 
Join Date: Aug 2006
Location: UK
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the quick response, works great, thanks Bob
Reply With Quote
  #28  
Old 02-16-2010, 12:13 PM
Dark_Wizard Dark_Wizard is offline
 
Join Date: Nov 2001
Location: North Carolina
Posts: 1,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Spikeman View Post
Thanks for the quick response, works great, thanks Bob
Your welcome. There is an update coming soon as I did find a few minor bugs i.e. missing phrases...and also the code above isn't phrased either.

Bob
Reply With Quote
  #29  
Old 02-16-2010, 12:17 PM
Cadellin's Avatar
Cadellin Cadellin is offline
 
Join Date: Jan 2009
Posts: 160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's great to see you've done a vB 4 version Dark Wizard - I was a great fan of your previous releases. I look forward to installing it later today.

We use bug tracking a lot so a well supported premium mod would be something we might be interested in provided it wasn't excessively expensive and it had free patches/updates
Reply With Quote
  #30  
Old 02-16-2010, 12:32 PM
Dark_Wizard Dark_Wizard is offline
 
Join Date: Nov 2001
Location: North Carolina
Posts: 1,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cadellin View Post
It's great to see you've done a vB 4 version Dark Wizard - I was a great fan of your previous releases. I look forward to installing it later today.

We use bug tracking a lot so a well supported premium mod would be something we might be interested in provided it wasn't excessively expensive and it had free patches/updates
It won't be expensive and never has been plus updates have been free as well.
Reply With Quote
  #31  
Old 02-16-2010, 02:06 PM
balu84 balu84 is offline
 
Join Date: Jul 2009
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When you call up the page in the forum, I have the following errors:
Datenbankfehler in vBulletin 4.0.1:

Invalid SQL:

SELECT count(*) AS status, vbug.*
FROM vbug AS vbug
WHERE vbug_statusid = 1;

MySQL-Fehler : Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause
Fehler-Nr. : 1140
Fehler-Zeit : Tuesday, 16.02.2010 @ 16:36:45
Datum : Tuesday, 16.02.2010 @ 16:36:46
Skript : http://************/web/vbugs.php
Referrer : http://***********/web/forum.php
IP-Adresse : *******
Benutzername : ****
Klassenname : vB_Database
MySQL-Version : 5.0.51a-24+lenny2+spu1


edit:
i took in $statuscount = $db->query_first("
SELECT count(*) AS status, vbug.*
FROM " . TABLE_PREFIX . "vbug AS vbug
WHERE vbug_statusid = $key
$perms GROUP BY lastedit
");



after this it works without errors
but i dont know if it is correct this way
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:14 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04795 seconds
  • Memory Usage 2,343KB
  • Queries Executed 28 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete