vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Community Lounge (https://vborg.vbsupport.ru/forumdisplay.php?f=13)
-   -   vb3 is bloat (https://vborg.vbsupport.ru/showthread.php?t=58519)

Feran 11-11-2003 12:48 AM

vb3 is bloat
 
Seriously, vBulletin 3.0 looks like it's going to be a bloat. Why the ridiculous hierarchy system of replies? Does anyone really click a specific person's post to reply to or do they just hit reply whenever? And most likely it'll be quick reply.

I honestly hope not too many features are added.

Opinions?

filburt1 11-11-2003 12:50 AM

It's hierarchal because internally, the system is purely multithreaded, unlike the current thread-post system. There is an option to switch to an emulated linear view.

BTW, not to sound offensive, but nobody's forcing you to upgrade. You can stay with vB2 for as long as you want; FlashKit went years before switching their vB1 installation.

Feran 11-11-2003 12:54 AM

I know that view is available.

This "similar threads" thing looks like it's going to bog down the server with queries, and I see various other features.

I know no one's forcing me to upgrade, but the inherent meaning of upgrade is to make the forum better. As long as speed and server load isn't sacrificed, though, I don't see any problems.

I also wonder if the complexities given to the new vB 3 system will make it harder to hack?

The current engine is amazingly easy to use and customize. I've never seen the likes of such flexibility in my life.

filburt1 11-11-2003 12:57 AM

Remember you can turn off stuff as well. vB.com has most of the options on to show off the product features, at least until an updated admin CP demo becomes available.

Although I do agree with you somewhat: forums have become far too complex for a new computer user to come close to understanding. If they were dead simple, at least in the user interface aspect, problem solved.

Feran 11-11-2003 01:06 AM

Coding is too complex for a computer user to come close to understanding. Simple errors such as "cannot include file" with the error file being "hackname.php.php" has to be posted in a hack's thread as opposed to realising to just modify the code to not mess up the filename.

It's not that the forum UI is complex, it's that there needs to be a little guide to the modular sense in which vBulletin has been set up, so that coders can customize with ease.

Inherently, though, a message board is simple. Posts are a series of IDs, and some posts register as parent threads from which replies hang.

Hacks like quick reply are just a matter of adding a form to send default parameters on showthread.php versus going to a specific page.

Things really shouldn't be that hard.

Turning stuff off is good.. *drool* :P

Velocd 11-11-2003 01:39 AM

I haven't a clue why you're arguing. :^/

Hacks like the quick reply were created because of our laziness. It's hardly complex to use. The similar threads isn't complex to use.

Feran 11-11-2003 07:02 AM

I'm just saying that I fear vB 3.0 will become bloat, slow, and server intensive :P

colicab-d 11-11-2003 08:00 AM

erm I may be a bit dumb in saying this.. but wont Scott and the rest of Jelsoft make sure thats its not before releasing it?

I mean they ran vb3 for a year before giving it out to testers who then ran it several months (on some huge communitys)

finally they gave us the public beta :p

Ive been using vb3 since the first beta to the public was given out.. and although im not running a huge community a lot of my members prefer vb3 and use its features to advantage :p

Erwin 11-11-2003 10:16 AM

Quote:

Originally Posted by Feran
I'm just saying that I fear vB 3.0 will become bloat, slow, and server intensive :P

Wrong. vB3 is LESS server intensive because a lot of the code is more optimized. Also, it's EASIER to hack, since the code is rationalized, and redundant code removed. It appears slower because of the increase in Javascript, but that can be disabled.

KuraFire 11-11-2003 02:19 PM

Quote:

Originally Posted by Feran
This "similar threads" thing looks like it's going to bog down the server with queries, and I see various other features.

Similar Threads are generated upon creation of a new thread. They run one tough query when you create a thread, and store the results. Then it runs one VERY LIGHT query to display them to get the live reply counts. It won't bog down your server at all.

Quote:

I know no one's forcing me to upgrade, but the inherent meaning of upgrade is to make the forum better. As long as speed and server load isn't sacrificed, though, I don't see any problems.
vB3 processes a lot more data (permissions, settings, cached data, etc.) than vB2, and does it much faster than vB2. That should tell you that it's a major speed and load improvement. :)

Quote:

I also wonder if the complexities given to the new vB 3 system will make it harder to hack?
At first, hacking vB3 will give you headaches, because there's many more things to take into account now: phrases, different permissions, optimization, caches, and tons more functions to automate processes everywhere. However, hacking vB3 will teach you more efficient, advanced coding, and pretty soon you'll discover that vB3 has been created in such a way that Hacking it is a BLISS. a Gift from the heavens. Tons easier than vB2 once you get the hang of it. :)
And I can know, I've done some serious vB3-hacking already ^_^

Hacking vB3 is so nice that I have refused to do any vB2 hacking ever since I started hacking vB3.

Quote:

The current engine is amazingly easy to use and customize. I've never seen the likes of such flexibility in my life.
The vB3 engine is about 4 times more easy to use and customize, and infinitely more flexible. Seriously. :)

Zachery 11-11-2003 03:41 PM

Quote:

Originally Posted by KuraFire
Similar Threads are generated upon creation of a new thread. They run one tough query when you create a thread, and store the results. Then it runs one VERY LIGHT query to display them to get the live reply counts. It won't bog down your server at all.

vB3 processes a lot more data (permissions, settings, cached data, etc.) than vB2, and does it much faster than vB2. That should tell you that it's a major speed and load improvement. :)

At first, hacking vB3 will give you headaches, because there's many more things to take into account now: phrases, different permissions, optimization, caches, and tons more functions to automate processes everywhere. However, hacking vB3 will teach you more efficient, advanced coding, and pretty soon you'll discover that vB3 has been created in such a way that Hacking it is a BLISS. a Gift from the heavens. Tons easier than vB2 once you get the hang of it. :)
And I can know, I've done some serious vB3-hacking already ^_^

Hacking vB3 is so nice that I have refused to do any vB2 hacking ever since I started hacking vB3.


The vB3 engine is about 4 times more easy to use and customize, and infinitely more flexible. Seriously. :)

what he said :D

i thought i commented on this >.> ie musta crashed

sabret00the 11-14-2003 12:20 AM

does that mean it'd be hard for a n00b hacker to hack then?

Zachery 11-14-2003 02:58 AM

Quote:

Originally Posted by sabret00the
does that mean it'd be hard for a n00b hacker to hack then?

yes abit. however i seem to have done ok with it :)

KuraFire 11-14-2003 07:44 AM

Quote:

Originally Posted by sabret00the
does that mean it'd be hard for a n00b hacker to hack then?

Definitely harder if you want to make big features, but once you get the hang of it it's tons easier...

corsacrazy 11-14-2003 07:57 AM

its fair enought 4 us to realise it all because we are on here but what about our users wont they find vb3 a bit mind boggling and hard to use... wont it put them off as its so complex ?

KuraFire 11-14-2003 09:17 AM

Quote:

Originally Posted by corsacrazy
its fair enought 4 us to realise it all because we are on here but what about our users wont they find vb3 a bit mind boggling and hard to use... wont it put them off as its so complex ?

Not entirely likely.

A lot of the improvements in vB3 are code and admin related. The user interface, on top of that, is being completely redone with the new Style that we'll see with the approaching Gamma release, and according to Kier and Scott the new Style is innovative and organizes all the new features and aspects very nicely so that it doesn't become overwhelming or intimidating to people new to forums.

Of course, we shouldn't just take their word for it, but with the way they're being all excited as hell about it, I reckon we can at least give them the benefit of the doubt, for now ;)

sabret00the 11-14-2003 12:36 PM

that's precisely why i was waiting for the new style before developing the style for my forums, should be good to see it tho :)

Zachery 11-14-2003 03:04 PM

Quote:

Originally Posted by sabret00the
that's precisely why i was waiting for the new style before developing the style for my forums, should be good to see it tho :)

i wonder how my style will look on gamma >.>

sabret00the 11-18-2003 06:09 PM

Quote:

Originally Posted by KuraFire
Definitely harder if you want to make big features, but once you get the hang of it it's tons easier...

sorry to be a pain, but how od you mean exactly, could you give me an example.

Zachery 11-18-2003 08:24 PM

Quote:

Originally Posted by sabret00the
sorry to be a pain, but how od you mean exactly, could you give me an example.

the more you do anything the better you get at it :)

sabret00the 11-18-2003 09:52 PM

i meant how is it harder to hack in big features like what problems do you encounter at first, how many extra files do you have to edit in comparison what makes it harder.

KuraFire 11-19-2003 10:21 AM

Quote:

Originally Posted by sabret00the
i meant how is it harder to hack in big features like what problems do you encounter at first, how many extra files do you have to edit in comparison what makes it harder.

With vB3, you have to worry about all your phrases, new template engine, function files, cached data, etc. etc. etc.

larger hacks for vB3 take far more planning and consideration, compared to vB2. At first, it'll be a major headache to keep track of up to 5x as much data and files, but after a while, when you get experience with the new system, you'll find that you can do a lot more with less :) (more functionality with less file edits and the like).

sabret00the 11-19-2003 10:42 AM

hmm, i'm gonna have to look at a hack so i can see where someone else have done it before me and learn that way, sounds good tho :)

KuraFire 11-19-2003 01:35 PM

Once vB3 hacking is allowed here, you can go take a look at my Hack Tracking Log, for example. It's a fairly big hack, about 3500 lines of code (so far, not yet 100% done), 250 new phrases (I tried to be as efficient and reusable as possible ^_^), half a dozen new files, but only like.. 3 file modifications :) (and those three modifications prevent Countless new file modifications in the future, so they're REALLY very much worth their salt :D)

sabret00the 11-19-2003 01:44 PM

sounds good, hopefully this way i'll pick it all up and be able to find my way around hacking :)

KuraFire 11-19-2003 01:51 PM

Well, with the HTL and the Quality Assurance system both providing a lot of hacking guidelines, it should only be a matter of reading them and then trying them all out, by then. :)


All times are GMT. The time now is 12:57 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.01335 seconds
  • Memory Usage 1,797KB
  • 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
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (26)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