Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives

Reply
 
Thread Tools
Details »»

Version: , by (Guest)
Developer Last Online: Jan 1970 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 10-25-2000 Last Update: Never Installs: 0
 
No support by the author.

This is the Dot Hack:



The point of the hack is that it will place a dot on each thread that you have posted in. I think it is a great hack, what do you think?

I would like to release it but you have to modify the search index function and update the threadindex field for every user. If John wants to include it in the new version I will send him the code and give him hints on how to make the threadindex and search by user functions more robust, as I have done.

Show Your Support

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

Comments
  #22  
Old 10-30-2000, 07:15 PM
Guest
 
Posts: n/a
Default

Quote:
Originally posted by rangersfan
Mike/Ed has said all "known" bugs have been fixed in 1.1.4 so perhaps they have changed the delimiter, if not then all known bugs haven't been fixed.
All REPRODUCABLE bugs have been fixed (except for one which I may have forgotten about) But the speed increase is DEFINATELY noticeable.
Reply With Quote
  #23  
Old 10-30-2000, 08:18 PM
Guest
 
Posts: n/a
Default

Well this one is reproduceable. Find a user with a name that is a substring of another users name where the substring is separated by a space in the larger name. Then search for posts by the user with the substring. You will then receive the posts from both users since the delimiter of the index is a space.
Reply With Quote
  #24  
Old 10-30-2000, 08:55 PM
Guest
 
Posts: n/a
Default

Yes, but this isn't one that's fixed for the simple reason of backward compatibility - I didn't feel like making a script to update the indexes
Reply With Quote
  #25  
Old 10-30-2000, 09:15 PM
Guest
 
Posts: n/a
Default

ARGH!!!

This must be fixed and why must you do it anyway? I, of course, had a script that changed my indexes and I will just have to create another one and fix it myself for my own forum if jelsoft refuses to fix it.
Reply With Quote
  #26  
Old 10-30-2000, 09:49 PM
Guest
 
Posts: n/a
Default

Quote:
Originally posted by rangersfan
ARGH!!!

This must be fixed and why must you do it anyway?
Woah, lets get this straight - I don't HAVE to. I offered to.

I'll try to get it in.
Reply With Quote
  #27  
Old 10-30-2000, 09:51 PM
Guest
 
Posts: n/a
Default

You said "I didn't feel like making a script to update the indexes" which to me implied that you are working for Jelsoft in some capacity if you make decisions about including or not including code in vBulletin.

'tis a reproduceable bug that needs to be rectified.
Reply With Quote
  #28  
Old 10-31-2000, 11:35 AM
Guest
 
Posts: n/a
Default

i am with the new bugs moderator on this

just do a search for posts by "chris" or by "john" in the forums, it shouldn't give the results that it does.
Reply With Quote
  #29  
Old 10-31-2000, 02:39 PM
Guest
 
Posts: n/a
Default

AS a database developer it makes no sense to have any text field delimited by spaces. If you are going to use delimiters it needs to be a uncommon character. Usually a PIPE (|) is used the delimiter because that is the characters sole purpose in life within a database.
Reply With Quote
  #30  
Old 10-31-2000, 02:58 PM
Guest
 
Posts: n/a
Default

When the user requests an exact name search, why not do a simple lookup on the username to grab their ID, then it's extraordinarily easy to just go SELECT whatever FROM post WHERE userid = $userid

And with that, provided the user entered the username in correctly, will provide *exact* results.

That is another thing which annoys me on the "Search All posts by this user" icon. It should check the userID of the posts, not that silly text field. In that case you don't even have to look-up anything, the userid is provided in the postbit! I'm going to make it work like that tonight if anyone is interested. Otherwise I will keep the tiny hack to myself!
Reply With Quote
  #31  
Old 10-31-2000, 03:04 PM
Guest
 
Posts: n/a
Default

mrogish yes it does need to be changed as it is rather silly now. If you change a users name then they won't show up in searches *until* you rebuild the search indexes OR someone makes a post in each thread that they have participated in. That is a little too much like UBB for me!
Reply With Quote
Reply

Thread Tools

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 10:02 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.04567 seconds
  • Memory Usage 2,267KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)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
  • (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_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
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete