Go Back   vb.org Archive > Community Central > Community Lounge
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 05-11-2005, 10:24 AM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default vb3.5 News

<a href="http://www.vbulletin.com/forum/showthread.php?p=863307#post863307" target="_blank">http://www.vbulletin.com/forum/showt...307#post863307</a>

more hack orientated it seems, new features, plus more, read what kier said.
Reply With Quote
  #2  
Old 05-11-2005, 10:57 AM
deathemperor's Avatar
deathemperor deathemperor is offline
 
Join Date: Jul 2003
Location: HOL
Posts: 1,270
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

++++ING AMAZING !

Quote:
If our current schedules pan out, we are hoping to have vBulletin 3.5 running the vBulletin.com forums next week, and if that goes well, we will release vBulletin 3.5 to public beta by early June.
WOW, even quicker than vb2 to vb3.

I love all updates but this is the best
Quote:
AJAX (Asynchronous Javascript and XML) allows your browser to send data to and receive data from a server without reloading the current page. This technology, whose use is being pioneered by Google, allows developers to create rich, fast-responding interactive pages.
If you are using Gmail you'll know what this is, an extremely superb feature.

darn this is so crazy.
Reply With Quote
  #3  
Old 05-11-2005, 10:57 AM
TruthElixirX's Avatar
TruthElixirX TruthElixirX is offline
 
Join Date: Sep 2004
Location: Oklahoma
Posts: 517
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah...looks awesome. How hard will it be for you coders to port over hacks into the module like system assuming that for the most part the general coding stays the same...

And if that sentence sounds like I don't know what I'm talking about...I don't.
Reply With Quote
  #4  
Old 05-11-2005, 10:59 AM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Punktek.com
Yeah...looks awesome. How hard will it be for you coders to port over hacks into the module like system assuming that for the most part the general coding stays the same...

And if that sentence sounds like I don't know what I'm talking about...I don't.
i wouldn't expect any of the larger hacks till around a month after release, though you'll get a few from a week - a fortnight later, rebuilt code will take a tad longer, all in all you can get any 3.0 hack working given an hour or two.

Expect to see the vBmarket explode with add-on's btw, you'll begin seeing stuff like blogs, cms, hot or not scripts, link dirs and any other thing someone can think of and hope to make money from being released
Reply With Quote
  #5  
Old 05-11-2005, 11:52 AM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I really wouldn't get overexcited by the idea of the plugin system. I think it'll just be an external class which allows you to point to included files.
Reply With Quote
  #6  
Old 05-11-2005, 12:08 PM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dean C
I really wouldn't get overexcited by the idea of the plugin system. I think it'll just be an external class which allows you to point to included files.
what do you mean, couldn't you just, nevermind you mean the other way round, i know we won't have to edit admincp/index.php anymore as well as fucntions/adminfunctions_template.php, i dunno what the real hope is for in the new system, though the new store hack will be quite delicious in it's implementation, plug and play store hack is droolworthy.
Reply With Quote
  #7  
Old 05-11-2005, 12:32 PM
Brad Brad is offline
 
Join Date: Nov 2001
Posts: 4,765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The point is we won't know what is required until the source is dropped on us. The beta peroid will give us some time to play with it but I doubt you will see anything big from hackers until 3.5 goes 'gold'.

There are other things that will help right away, the biggest begin phpdoc source. Data API's will allow easier intergartion, so you might start seeing portals (or CMS systems) (or other large scripts) that don't even need to hack the source.

The biggest problem with hooks is that someone around here is bound to need one where one does not exist. You might see common 'hook hacks' to place a hook into a certain part of the source so other larger projects can use them.

3.5 is going to change how we define 'hacks', the old ways are going out the door and we are going to have to figure out a new bag of tricks . It's welcomed change, but its going to take getting used to, I can't wait to get my hands on the beta so I can start reading the source code.
Reply With Quote
  #8  
Old 05-11-2005, 12:57 PM
Wayne Luke's Avatar
Wayne Luke Wayne Luke is offline
Senior Member
 
Join Date: Jan 2002
Location: Southern California
Posts: 1,694
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Punktek.com
Yeah...looks awesome. How hard will it be for you coders to port over hacks into the module like system assuming that for the most part the general coding stays the same...
Hmm... let's see the globalize() function is gone so all that needs to be changed, the options are in a "vBulletin" class and no longer accessed via a simple array. Database functions have changed and all calls to the database class are handled differently. I think most Data is handled via classes. There is an optional MySQL interface that might need to be accounted for depending on your queries. I am sure there is more. Most hacks can probably work with minor modifications, unless you rely heavily on existing vBulletin functions.

As Kier said months ago, read up on Object Oriented Programming in PHP. It is what you will need for the future.
Reply With Quote
  #9  
Old 05-11-2005, 01:03 PM
Dennis B's Avatar
Dennis B Dennis B is offline
 
Join Date: Jul 2002
Posts: 193
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Brad.loo
3.5 is going to change how we define 'hacks', the old ways are going out the door and we are going to have to figure out a new bag of tricks . It's welcomed change, but its going to take getting used to
Yeah, this is also pretty much what I feel is going to happen. I guess I'll have to delay any 3.5 upgrade plans until it's clearer how the current hacks will (or won't) be ported/integrated into 3.5.
Reply With Quote
  #10  
Old 05-11-2005, 01:14 PM
Reeve of shinra's Avatar
Reeve of shinra Reeve of shinra is offline
 
Join Date: Oct 2001
Location: NYC
Posts: 1,896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't think it will be a simple matter of changing a few snippits of code to get the existing hacks to play nice on vb 3.5 - sure that cand probably will happen in some cases, but I think there is alot of potential to be had with intergrating things like AJAX into existing hacks and that could take time to code.
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 02:29 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.04484 seconds
  • Memory Usage 2,260KB
  • Queries Executed 11 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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
  • postbit_imicons
  • 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