vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Add-On Releases - vBug Tracker Lite 3.7 (https://vborg.vbsupport.ru/showthread.php?t=179589)

redlabour 05-19-2008 08:51 PM

Please don?t forget:
  • Checkbox in AdminCP to choose which Status should close a Bug (Duplicate, Won?t fix .....)
  • Maybe a function to link Duplicate Bugs to the Original Bug
  • Edit Response
  • Use BB-Code (Specially for URL?s)

Dark_Wizard 05-19-2008 10:56 PM

Quote:

Originally Posted by redlabour (Post 1525112)
Please don?t forget:
  • Checkbox in AdminCP to choose which Status should close a Bug (Duplicate, Won?t fix .....)
  • Maybe a function to link Duplicate Bugs to the Original Bug
  • Edit Response
  • Use BB-Code (Specially for URL?s)

Checkbox I'll look into.
Duplicate bugs will take some time.
Edit response is in the works
BBcode and WYSIWYG are now working..

JokeAss 05-21-2008 08:11 PM

Very good plugin!

But change the name of "vbugs.php" to "bugs.php". This plugin is good enough to not be competed by any other bug tracking plugin (are there any other?)

redlabour 05-22-2008 06:26 AM

Feature Request:

I like to see the Bugtracker on Forumhome as a Forum with Admins as Moderators and all Postings and Views counted like a real Forum.

At this Time i have included it as a external Link in Forumhome because it replaces our old Bugforum.

JokeAss 05-22-2008 10:07 AM

That would rock.

One thing that you should add - is that the plugin automatically adds a link in the navbar.
Just make a hook in parse_templates, and do ex.

PHP Code:

$vbulletin->templatecache['navbar'] = str_replace('vbphrase[faq]</a></td>','vbphrase[faq]</a></td><td class="vbmenu_control"><a href="'.$vbulletin->options['bburl'].'/vbugs.php">Bug Tracker</a></td>',$vbulletin->templatecache['navbar']); 

;)

Dark_Wizard 05-22-2008 04:42 PM

Quote:

Originally Posted by JokeAss (Post 1527261)
Very good plugin!

But change the name of "vbugs.php" to "bugs.php". This plugin is good enough to not be competed by any other bug tracking plugin (are there any other?)

Thank you! I was considering the name change but I have had it this way since the vbulletin 3.0.x days....I would however consider it an option in the vbug tracker settings.

redlabour 06-30-2008 09:43 AM

Seems like Project is dead. Clicked uninstall and buyed a Licence of vBulletin Project Tools.

Namaless 06-30-2008 11:30 AM

Quote:

Originally Posted by redlabour (Post 1562844)
Seems like Project is dead. Clicked uninstall and buyed a Licence of vBulletin Project Tools.

I don't like the vb project tools.. Have more features and not found my preferences...

I like this hack and develop with this..

Regards.

Namaless 06-30-2008 11:48 AM

Quote:

Originally Posted by JokeAss (Post 1527741)
That would rock.

One thing that you should add - is that the plugin automatically adds a link in the navbar.
Just make a hook in parse_templates, and do ex.

PHP Code:

$vbulletin->templatecache['navbar'] = str_replace('vbphrase[faq]</a></td>','vbphrase[faq]</a></td><td class="vbmenu_control"><a href="'.$vbulletin->options['bburl'].'/vbugs.php">Bug Tracker</a></td>',$vbulletin->templatecache['navbar']); 

;)

I have added one phrase into "vBulletin Global" named "vbugs_tracker" => "vBug Tracker"

After create new custom template named "vbugs_navbar_link" and insert into this code:
HTML Code:

<td class="vbmenu_control"><a href="vbugs.php$session[sessionurl_q]">$vbphrase[vbug_tracker]</a></td>
And for finish create new Plugin for vbugs named "vBug Tracker - Navbar Link Template" with this code inside:
PHP Code:

eval('$template_hook[navbar_buttons_right] .= "' fetch_template('vbug_navbar_link') . '";'); 

For now not released new version of this script. Before require to authorization for update and after if the author autorize me, releasing :)

Regards.

Jacob B 08-09-2008 07:08 AM

If this project is still alive, I'll create fresh new templates for it. Who is currently working on this?


All times are GMT. The time now is 03:19 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.01086 seconds
  • Memory Usage 1,750KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (3)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete