vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=34)
-   -   [HTL] & [very simple TXT] vB-Bugs (https://vborg.vbsupport.ru/showthread.php?t=61167)

Allan 02-23-2004 03:44 PM

good taf, great hack :)

but, how to import the file "vbbugs_settings.xml" ?

ixian 02-23-2004 09:43 PM

Quote:

Originally Posted by KirbyDE
> not assign it to anyone or assign the state.
Only members of the bug administrator group can change assignments, stetes, etc.

I don't think i'm gonna make different severities for each bug type. I want to keep this simple.
If you want a fulll-featured bug-tracker better go for BugZilla, Mantis or smth. like this.


Actually, I DON'T want something like Bugzilla, etc. I like this, integrated with vb.

You mind if I take a crack at an addon for creating different severities, etc? I think that's the only thing keeping this from being a truly kick butt mod:)

Catch-22|BL 02-24-2004 03:10 AM

I stand by Kirby and agree we should keep it simple. People need something that is EASY to understand or else a feature such as this will not be accepted by the community.

One small request: Is it possible to have a rudimentary "upload' function so people can attach simple jpg or txt files? Sometimes people have screenshots or long error sequences that are necessary to describe the bug. Any attachment is fine but a thumbnail style preview would be a "nice to have" bonus.

SB2002 02-24-2004 08:56 AM

Here's a question for anyone who can help. I've implimented this onto a test forum on my laptop and it works fantastic, 110%. I've been asked by my boss to impliment it onto our company website, but it uses vb3 with php3 extensions. Would this still work if i changed the extension, or is it likly to fubar?

Stadler 03-02-2004 11:20 PM

Is there any hope for a MySQL3-Version in the future?

Andreas 03-02-2004 11:26 PM

@SB2002
The filename is hardcoded into the php-file and templates. So if you change that you will have to change the php and templates also.

@Stadler
No - mySQL 3 does not support fulltext search in boolean mode.
You can use this with mySQL 3, but you will loose the ability to search for keywords.

Stadler 03-02-2004 11:50 PM

Quote:

Originally Posted by KirbyDE
@Stadler
No - mySQL 3 does not support fulltext search in boolean mode.
You can use this with mySQL 3, but you will loose the ability to search for keywords.

Uhm, you could use vB's built in postindex. Just add bugid to the post-table, set the threadid to be 0 (or use a 'pseudo-Thread' that is being installed to make reindexing work) and when searching, use something like WHERE bugid <> 0 in the queries.

[Edit:]Oh, and if its too much work for ya I'd volunteer to do the change ;)

Andreas 03-02-2004 11:59 PM

Sure I could but then it would be necessary to duplicate vB's search logic (which is not that good IMHO) and to update postindex when a bug(note) is being added or updated.

Using fulltext search in boolean mode makes things a LOT easier :)

Stadler 03-03-2004 12:05 AM

I have some spare time. I could do it ... or I'd just release a how to, to get the search working with MYSQL3, so there would be a MySQL 4-Version and with a bit more hacking a MySQL 3-Version ...

Andreas 03-03-2004 12:12 AM

I don't see a point in doing this as mySQL 3 is outdated anyway, so feel free to do that if you want.

But I think it'll require more then "a bit more" hacking.


All times are GMT. The time now is 07: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.01245 seconds
  • Memory Usage 1,734KB
  • 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
  • (2)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