vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   top 10 hacks (https://vborg.vbsupport.ru/showthread.php?t=25377)

smithy256 08-14-2001 06:13 PM

im just in the process of making my board could u tell the 10 best hacks to have.

The Realist 08-14-2001 06:17 PM

Star hack has gota be No1.

mjames 08-14-2001 06:47 PM

That's like asking, "what are the top 10 cars?" You're going to get ten different answers. It's your opinion which hacks are. Browse the Released forum and choose which hacks you want to add that will help your community.

smithy256 08-14-2001 06:50 PM

well ppl can still tell me there top 10 hacks

Wayne Luke 08-14-2001 09:04 PM

In no particular order----
  1. phpMyAdmin integration to the Control panel.
  2. My updated moderators control panel.
  3. Help sticky tags
  4. Atomz search integration
  5. Moderated members
  6. vBGlossary addon
  7. SPF Signature Control System
  8. Custom Forum Depth and Descriptions in User Profile.
  9. Forum Features hack.
  10. Avatars as files.

Please note... you will only find 9 and 10 in these forums. The rest are my own and not yet available for release.

smithy256 08-14-2001 09:06 PM

kool wluke can u tell me where to get all the avaible hacks.

Joe 08-14-2001 10:43 PM

He creates them himself :) Im just glad i dont have to update the sitepointforums! :eek:

As for my top 10, i only have installed 2 hacks avalible on the forums:

1) Community Update hack (see sig)
2) Quick new thread search on index

My fav template changes include the iframe reply, like UBB's iframe, and the search in the header, my forum went from 5 - 10 searches a day to 50 - 100 searches a day :)

Wayne Luke 08-15-2001 03:39 AM

Quote:

Originally posted by Joe
and the search in the header, my forum went from 5 - 10 searches a day to 50 - 100 searches a day :)
That made me curious and I had to look. We only about 500 searches a day at SPF.

Fred 08-15-2001 04:14 AM

How do you know how many searches were made in a day?

Luke, do you make the hacks or does someone at your forums do it?

tubedogg 08-15-2001 04:20 AM

Wayne does it.

Wayne Luke 08-15-2001 06:26 AM

Quote:

Originally posted by Fred
How do you know how many searches were made in a day?

Luke, do you make the hacks or does someone at your forums do it?

You can get this info by running a SQL query..

This is for Yesterday.
Code:

select count(*) from search where dateline > UNIX_TIMESTAMP('2001-08-14') and dateline < ('2001-08-15')
Or since the Search table only holds the search info for the last week you can do something like:
Code:

select (count(*)/7) as average from search
I write most of my own hacks though I do have a few from here installed at SPF. I do take suggestions from my forum Members on features but implement it myself.

Martz 08-15-2001 07:32 AM

The problem with releasing a hack is probably the amount of time and effort it takes to support it for bugs and updates when vB moves along, imho.

However I use the Total Thread Views hack and Integrating jPilot with vB :)

JamesUS 08-15-2001 09:48 AM

It seems I get about 9 searches a day.

What have you done to your Mod CP, Wayne? I'm curious to know what different features are available in there.

And I take it vBGlossary is your help system?

Wayne Luke 08-15-2001 03:20 PM

Quote:

Originally posted by JamesUS
[B]It seems I get about 9 searches a day.

What have you done to your Mod CP, Wayne? I'm curious to know what different features are available in there.
- Enhanced moderation options including the ability to look up a user's posts and entering notes that actually stay. Increased length for thread notes.
- "Quarantine Users" - This isn't a full ban but brings problems to the administrations attention. If the user and advisor work out the problem they can remove the "Quarantine".
- Centrallized location for Email Templates.
- Index Page re-written to contain News and Information.
- Advisors can edit user profiles if they violate the Guidelines (i.e. inappropriate signatures)
Quote:

And I take it vBGlossary is your help system?
No vBGlossary is http://www.sitepointforums.com/glossary.php

Still working on the search features which is why it hasn't been unveiled officially yet. I don't want to settle for simple case-insensitive searching like vBulletin uses, I want full Metaphone compatibility and a few other features. Want to add Metaphone to the vBulletin search as well so that incorrectly spelt words can be handled better.

Eficrx 08-15-2001 07:52 PM

wluke any chnce of releasing that hack on sitepoint the last ten post by the user in there profile. I think thats cool :D

BradC 08-15-2001 09:00 PM

Eficrx,

I think JamesUS has something on here somewhere.. or someone does..

do a search for last 10.. or something similar

Eficrx 08-15-2001 09:14 PM

last 10 searches is also a cool one too . I want that !!!!! :D

almighty one 08-15-2001 09:45 PM

total thread started and world times hack hasd top 10 posters hack before but cant work it in now :rolleyes:

mjames 08-15-2001 11:27 PM

I recently upgraded my boards from 2.0.0 to 2.0.3 and I lost all my hacks. So I will need to add them back. The ones I have experience with are:

1. Community Bulletin Generator
2. Signature Length Restriction - already a basic componet with 2.0.3, so no longer a hack.
3. Signature preview - same as above.
4. Total Thread Views - Small, but handy hack I will add back soon.

Eficrx 08-15-2001 11:29 PM

welcome email hack, community bulletin generator . are my 2 favorite.

SPNicky 08-16-2001 12:09 AM

Wayne is a hack demon, not only has he created some great hacks to improve the forums overall for all users, but he has also made moderation/administration a heck of a lot easier.

Castel 08-16-2001 05:43 AM

Quote:

Originally posted by wluke
[*]Avatars as files.

Are you using Kier's hack for this? If so and you are running 2.0.3 would you mind giving us the additional code changes for it to work in 2.0.3? This hack is working fine for all avatars displayed besides on showthread.php, where it still uses avatar.php to display the avatar.

Wayne Luke 08-16-2001 10:01 AM

Didn't make any code changes... Just have to change the location of your modification...

The code that used to be changed in showthread.php now has to be changed in admin/functions.php in the new postbit function.

Castel 08-19-2001 07:02 PM

I am aware of the change being in functions.php now, but as a result the avatars displayed on showthread.php (just look at the source code) are still being called from the database not the images folder. On other parts of the forum where avatars are displayed it works correctly.

I thought you had made the needed additional changes in showthread.php as well. But I guess you didn't.:(


All times are GMT. The time now is 04:10 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.01292 seconds
  • Memory Usage 1,759KB
  • 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_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (24)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete