vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Which hack(s) you can't live without? (https://vborg.vbsupport.ru/showthread.php?t=43838)

grace819 09-23-2002 03:19 AM

Which hack(s) you can't live without?
 
I was just wondering... With all the hacks out there, any newbie like myself will have an almost impossible time figuring out which hacks are the best or most useful so I decided to come out with this thread.

It's almost standard for many users to install Trilogyte's Welcome Panel and Firefly's quickreply hacks. But I was also thinking if there are other hacks out their that newbie's like myself haven't heard about and what in your opinion are the hacks you just can't live without.

Any replies would be great. :)

Xenon 09-23-2002 09:45 AM

Well my Mods can edit users hack really helps me because it let Mods do what i normaly have to do...

Erwin 09-23-2002 09:49 AM

That's true Xenon. Gee, for my site there are so many hacks that I would hate to be without, because I've had them for so long. Most of them are admin hacks, which help adminstrating the site much easier, like the one Xenon mentioned.

End user hacks would be the collapse forum on forumhome, display last post on forumhome, thread browsers, chatbox, Weather and a myriad of custom hacks that I made for my site. :)

Lesane 09-23-2002 10:08 AM

FlyFire's Template Backup System Hack

Neo 09-23-2002 10:33 AM

Quick Reply... because I am that lazy. For everything else there is Mastercard.

Logician 09-23-2002 11:39 AM

Quote:

Originally posted by grace819
which hacks are the best or most useful so I decided to come out with this thread.

If you ask this question to hack authors, most will compile a list full of his/her own hacks and this is normal, because most of them code hacks initally for their personal needs so what they created are what they need most.. I have way too many hacks and I'm still surprised how come some of my personal favorites never got the attention they deserved, while some of my other hacks which never had a high priority to me, favored highly by many users..

Therefore I believe the answer of non-hackers will be more help to you, but IMO you dont need to seek this information in this thread: listing the hacks by installation number/rating/reply count/view count etc. in the hack db&Full Releases section, helps a lot to have an good impression.. :)

N9ne 09-23-2002 04:27 PM

Quick Reply!!!! I need it! Can't live without it, all my members are too lazy to click newreply! Heh, FireFly has put the newreply.php file out of business :D

assassingod 09-23-2002 05:29 PM

Quote:

Originally posted by Neo
Quick Reply... because I am that lazy. For everything else there is Mastercard.
LOL! Very funny.

I have to agree, quick reply hack for me, Thats about it

grace819 04-08-2003 05:27 AM

I'm going to be using Hivemail soon and methinks this is going to be one essential hack. :)

Boofo 04-08-2003 05:57 AM

You all missed the one hack that has changed the face of vbulletin. And that is Logician's Dynamic Templates Hack. I can do things with this one hack that I could never do in php file editing. I would give up vbulletin before I would give this hack up. ;)

SloppyGoat 04-08-2003 07:16 AM

Quickreply w/smilies, Blinking PM bar, Smilie order by title, Mark forums read (redirect to homepage), SWF and OT code buttons. Those are the ones I consider mandatory, anyway.

Can you give me an example of what you use the Dynamic Templates Hack for? After reading the description, I really can't think of why I'd need it.

Dean C 04-08-2003 07:52 AM

Boofo - his wonderful hack wasn't around then ;)

Boofo 04-08-2003 08:29 AM

Quote:

Today at 03:16 AM SloppyGoat said this in Post #11
Quickreply w/smilies, Blinking PM bar, Smilie order by title, Mark forums read (redirect to homepage), SWF and OT code buttons. Those are the ones I consider mandatory, anyway.


Which one is the Mark forums read (redirect to homepage) hack? I couldn't find it. And what is the OT button?

Quote:

Can you give me an example of what you use the Dynamic Templates Hack for? After reading the description, I really can't think of why I'd need it.
It allows you to put conditional statements in the templates. If you want to hide a delete button in the postbit (for instance) from everyone except the Admin, you would just put the conditional in the template and not have to hack the functions.php with 5 lines of code to do the same thing. Saves a heck of a lot of php file editing. ;)

@Mist - That's what makes it the "All Time" most needed and used hack. ;)

Dean C 04-08-2003 09:11 AM

I find it confusing to be honest. Keeping track of almost all templates on my site which have been modified is hard enough without the conditionals. But i do agree for someone who doesn't want to hack and n00bies it is the best hack out there by a long shot :)!

- miSt

Boofo 04-08-2003 09:21 AM

Think about it, though. When you go to upgrade and you have to copy files over, the templates (most of them, anyway) will stay the same. So, for upgrading, it is the best way to go. And it is a lot easier than editing the php files. Like your hack for the edit button in the postbit. I did that same thing with one conditional statement and never had to touch a php file to do it. ;)

Xenon 04-08-2003 09:21 AM

yeah,. Logicians is a really needed one (or some other sort of template condition hack :))

Boofo 04-08-2003 09:25 AM

Yours is good, too, my friend. ;) It's just that Logician's is a little easier to do the conditionals with when you are not that used to all of the ways to do them.

Xenon 04-08-2003 09:40 AM

never said anything against :)

well wit vb3 his hack wouldn't be in use anymore...

Boofo 04-08-2003 09:53 AM

I guess that came out wrong. I meant that I tried yours and couldn't quite get the hang of it. For a more experienced coder, yours would work great.

From what I have seen and heard about the conditionals in vb3, I like Sinan's a lot better. Sinan's are a lot easier to understand for a mediocre coder like I am. ;)

Dean C 04-08-2003 10:02 AM

The conditionals in vb3 are just as cool from what i've seen and heard ;)

But i've found a better way of doing that hack btw Boofo - i'll release a new version soon which restricts the buttons by usergroup via the ACP which is more easier to control :)

- miSt

Boofo 04-08-2003 11:53 AM

Quote:

Today at 06:02 AM Mist said this in Post #20
The conditionals in vb3 are just as cool from what i've seen and heard ;)

But i've found a better way of doing that hack btw Boofo - i'll release a new version soon which restricts the buttons by usergroup via the ACP which is more easier to control :)

- miSt

With the vb3 conditionals you have to use iff (I think) and more to make them work. With Logician's, you don't have top worry about all of that.

Let me know when you release it. I'd be curious to see what you have done.

Craigr 04-08-2003 02:28 PM

The ones that are very useful in my opinion:

Webtemplates - Great for my site. Very easy to install and use. Easier to track users, page views, etc.

Quick Reply - Saves loading the reply page for 56k modem users like myself.

Welcome Panel - Makes the forum look good and also shows new posts, etc.

vBstats - Shows where my members are from and where they found the site from.

vBhome - Excellent front page. Again pretty easy to install and even has loads of custom hacks.

Arcade / Quiz - Provides entertainment and competition amounst members.

Links database - again very useful for members to submit their sites for others to visit.

Micro Stats - See how quick your pages load and the loads of queries you're different sections use.

There are loads more too, but the above ones are very useful for me.

Craig

Dean C 04-08-2003 02:48 PM

Quote:

Today at 01:53 PM Boofo said this in Post #21
With the vb3 conditionals you have to use iff (I think) and more to make them work. With Logician's, you don't have top worry about all of that.

Let me know when you release it. I'd be curious to see what you have done.

Will do ;)

irn-bru 04-20-2003 08:30 PM

Logicians webtemplate and Bane's vbstats hacks really kick ass at l33tville :)

Kriek 04-21-2003 03:24 AM

Quote:

09-22-02 at 11:19 PM grace819 said this in Post #1
Which hack(s) you can't live without?
Quick Reply Box ;)

N9ne 04-21-2003 01:06 PM

QRB for me too...

Kars10 04-21-2003 02:00 PM

- Template Conditions
- Microstats
- Archive by Teck
- and Last but not Least - Proarcade

Kars :)

msimplay 05-04-2003 08:00 PM

well since my forum is made for an msn chat community , we love playing with fancy fonts centering shadowing etc bbcode hack 3.6
its one of the main hacks that are in use on the forum that and
the proarcade hack
also the shoutbox since i've installed that its become essential for the forum

Tigga 05-04-2003 09:57 PM

Quick Reply Box
Proarcade
Trap Banned Members (Or the "Cookie Ban" as I call it)
Microstats
Miserable Users
And quite a few custom written ones. :)

ChrisLM2001 05-06-2004 06:23 PM

First one before all: vB3 Microstats (so you can be informed of bad code that eats queries upfront and be sure if pages are cached. Probably should be the first mod to be installed). Real easy hack that newbies can try, too.

Miserable users mod (starvation mod too!!). For those pesky trolls that exist about anywhere. Make them pay for trying to ruin your community. :devious: Change the code to reflect reality though, or it'll be obvious they're being "picked on", and the creepzoids may then take it as challenge to beat.

Quality post mod. Helps to keep a board free of "me too" replies. It also can be used to ensure folks have true post counts (good for those with stores and other reward trinkets). Sometimes just limiting post counts in certain forums isn't enough.

Those are required mods (for me) that goes in before anything other, and I wouldn't operate the forum without them.

Chris

lifesourcerec 05-10-2004 12:18 PM

Easy...

a. Ebay Feedback hack
b. Who this May Be? (wish someone would make it for vB3.0)
c. Hunt Inactive Users


All times are GMT. The time now is 04:44 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.01224 seconds
  • Memory Usage 1,796KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (31)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