Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Details »»

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

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

Name: Kill File 0.9b
Author: shabang@Overgrow.com
Status: in Beta Phase

This is really just a modification or an addition onto the wildly succesful PM hack. The PM hack is a pre-requisite to installing the Kill File.

Design Doc:

-Allow any registered and cookied user to selectively ignore any poster.
-The handle ignored can be either registered or unregistered.
-Database is already in place with PM, just need to integrate with forums.
-User can edit the ignore list in PM.
-At the bottom of every post will be an ignore button to turn it on.
-If a post is ignored, the message will not be displayed.
-Instead of the message a link to bypass the ignore setting is used.
-This link would then display the message regardless of the ignore.

See it in action:

Edge Forums


If there is interest, I will release this quick hack to the public after it passes the Beta phase. It requires the addition of one template and modifications to showthread and private.php.

Show Your Support

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

Comments
  #12  
Old 09-26-2000, 03:17 PM
Guest
 
Posts: n/a
Default

I have a bug in my showthread.php that I am trying to track down.. that is what's holding up the development of Kill File. This bug was here before I did the optimization hack and before I did the Kill File hack, so I don't think the new code is causing it-- but I want to be sure.

My "goto=lastpost" is no longer working. The arrows have the correct link and thread referenced, but when that info gets to showthread it is looking up the wrong post#. The query looks correct.. anyway, I will work on tracking that bug down and finishing Kill File after that. This bug is possibly from our 50,000 post UBB import, but I'm not sure how the linking would be all fouled up.
Reply With Quote
  #13  
Old 09-26-2000, 03:51 PM
Guest
 
Posts: n/a
Default

How do all..

TWTCommish - That PM hack is ed's hack.. I download the latest version a few weeks back and followed his 1st time install instructions.. The folders came with it..

BTW Ed - Very nice hack..

Herb
Reply With Quote
  #14  
Old 09-26-2000, 04:55 PM
Guest
 
Posts: n/a
Default

TWT - yeah, that's stock 1.2.0 stuff. 0.9.x didn't have it.

Herb - thanks.

This is a nice hack too! I have some people I could use it on
Reply With Quote
  #15  
Old 09-26-2000, 05:30 PM
Guest
 
Posts: n/a
Default

Kill File is such a simple extension of the ignore system you built into PM, I'm quite surprised no one has done it before.

While I have your eye, do you see any problem with these proposed hacks to the PM:

In private.php under doeditignore, I removed the check to see if your newly ignored person is actually a registered user. I want the users to be able to ignore guests as well.

Also I'm adding guest usernames to the ignorelist and not just registration numbers, which seemed fine since the field is initially setup as Mediumtext.

** ONE REQUEST ** to ask of anyone who can answer:

Why do some users complain that the site scrolls horizontally on a 15-inch monitor. I've tried all browsers at 800 x 600 and can't get it to scroll with the window maximized. (ahh perhaps their window isn't fully maximized).. but anyway, if you have a 15-inch screen, please take a look at 800 x 600 and tell me if it scrolls.

P.S. Fixed my showthread bug, will continue work on Kill File (inbetween real work projects LOL)

[Edited by Overgrow on 09-26-2000 at 02:46 PM]
Reply With Quote
  #16  
Old 09-26-2000, 06:14 PM
Guest
 
Posts: n/a
Default

Actually, that should work. I'm not sure. You'll have to find the query that grabs the ignore list and make sure it doesn't do any further queries with derived info (or, if it does, add some check in)
Reply With Quote
  #17  
Old 09-26-2000, 06:16 PM
Guest
 
Posts: n/a
Default

On my generic 15 inch monitor with a Diamond Viper (800x600) in Windows 98 using the latest release of IE 5.5, the board is scrolling slightly to the right. The page ends right where the rounded corner starts. No text is cut off, but the graphics go off the right side a little.
Reply With Quote
  #18  
Old 09-26-2000, 06:34 PM
Guest
 
Posts: n/a
Default

Same here...I think my monitor is 15 inches...might be 17 though, I'm not totally sure, and don't feel like making sure either.

It definetly scrolls to the right a bit, though.
Reply With Quote
  #19  
Old 09-27-2000, 12:32 PM
Guest
 
Posts: n/a
Default

I don't think it matters what size monitor it is. It could be a 32" monitor, but if the resolution is 800x600, it's the same on every monitor.

Amazingly, a lot of people don't maximize their browsers... especially the AOLers. AOL, by default, opens the browser in a little window. Probably to keep you in their own little world so you never forget you are in AOL.

My feeling though, from a design viewpoint is, that it's not going to matter much. Those people are used to seeing most websites like that. Think of the WebTV users. They don't even have a concept of what the sites are really supposed to look like.

If the horizontal scroll concerns you, check all of your table settings, and the size of your graphics. Those will decide the absolute width of the page.

If all the tables are set to 100%. but the graphics, when lined up, equal more than '800', you're gonna get scroll.
Reply With Quote
  #20  
Old 09-27-2000, 01:04 PM
Guest
 
Posts: n/a
Default

Quote:
I don't think it matters what size monitor it is. It could be a 32" monitor, but if the resolution is 800x600, it's the same on every monitor.
Of course that's what I thought too. I tried every browser at that resolution and couldn't get a scroll.

But what about the other people in this thread? Did you have your windows totally maximized when you saw the scroll?

Quote:
My feeling though, from a design viewpoint is, that it's not going to matter much. Those people are used to seeing most websites like that.
LOL.. why give em a steak if they're used to eating Big Macs?

Quote:
If the horizontal scroll concerns you, check all of your table settings, and the size of your graphics. Those will decide the absolute width of the page.

If all the tables are set to 100%. but the graphics, when lined up, equal more than '800', you're gonna get scroll.
I know the graphic width is under 800.. but one main table in the header contains all of the rest of the page. This is unfortunate since it doesn't allow the postbit tables to draw themselves independently-- they must wait for them all to be filled in before the overall table is drawn. Just a negative aspect to the design that wasn't caught in planning.

That main table was 97% width. I just changed it to 94%. Can the friends that saw the scroll yesterday please give it another look and see if it still scrolls?

(oooo what a cheap ploy to get hits on his site).. PS Thanks Brian
Reply With Quote
  #21  
Old 09-27-2000, 01:14 PM
Guest
 
Posts: n/a
Default

I will package it up and release it today if work doesn't get in the 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 03:48 AM.


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.04636 seconds
  • Memory Usage 2,279KB
  • 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
  • (3)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
  • (2)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