Go Back   vb.org Archive > Community Central > Community Lounge

Reply
 
Thread Tools Display Modes
  #11  
Old 05-11-2005, 01:34 PM
Freddie Bingham's Avatar
Freddie Bingham Freddie Bingham is offline
 
Join Date: Oct 2001
Posts: 506
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Reeve of shinra
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.
If I have time, I'll give you a head start on porting existing hacks without using the plugin system.

.. and about the plugin system, we will add hooks to other places, you'll just need to ask.
Reply With Quote
  #12  
Old 05-11-2005, 01:37 PM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

without seeing the code, it will be hard to determine

i already fear upgrading all the vb.org used hacks ^^
Reply With Quote
  #13  
Old 05-11-2005, 01:52 PM
Lizard King Lizard King is offline
 
Join Date: Jan 2005
Location: Mersin
Posts: 907
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There are some hack writrs who are not supporting their hack anymore but we are using their hacks. For example vb3arcade or some hacks the writer doesn't even visit vb.org at all. What will happen to these hacks ? How can we port these hacks to vb3.5 ?
Reply With Quote
  #14  
Old 05-11-2005, 01:53 PM
cinq's Avatar
cinq cinq is offline
 
Join Date: Oct 2002
Posts: 1,398
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Like i mentioned on vbulletin.com, I sure hope documentation is up to speed with vb's developments, not just for the forum administrator, but for developers as well.
Reply With Quote
  #15  
Old 05-11-2005, 01:59 PM
Brad Brad is offline
 
Join Date: Nov 2001
Posts: 4,765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lizard King
There are some hack writrs who are not supporting their hack anymore but we are using their hacks. For example vb3arcade or some hacks the writer doesn't even visit vb.org at all. What will happen to these hacks ? How can we port these hacks to vb3.5 ?
You will have to port them yourself, or someone will have to port them for you, no one can re-release these hacks without permission from the author (however they can code their own and release it).

We have not seen the source yet, so we don't know how to port hacks yet, but at this time it looks like 3.5 will break all current hacks.
Reply With Quote
  #16  
Old 05-11-2005, 02:01 PM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well its at least something to look forward to playing with - Already vB3.0.x has gotten most of the good hacks already released, so its going to be a level playing field for hacks again with 3.5

Satan
Reply With Quote
  #17  
Old 05-11-2005, 02:06 PM
deathemperor's Avatar
deathemperor deathemperor is offline
 
Join Date: Jul 2003
Location: HOL
Posts: 1,270
Благодарил(а): 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.
that's enough, I love to code in OOP. Vb 3.5 is OOP then hack will be coded easier.

Can't wait to see the code.
Reply With Quote
  #18  
Old 05-11-2005, 02:32 PM
filburt1 filburt1 is offline
 
Join Date: Feb 2002
Location: Maryland, US
Posts: 6,144
Благодарил(а): 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.
Also everybody will still be unnecessarily editing the code, just like they do now when 90% of the stuff can be done without touching the PHP.
Reply With Quote
  #19  
Old 05-11-2005, 04:41 PM
AN-net's Avatar
AN-net AN-net is offline
 
Join Date: Dec 2003
Location: AnimationTalk.com
Posts: 2,367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have to recode my portal and new system now thank god i didnt code my directory yet. i wont bother upgrading vbjournal though since ill code for the plugin system in the 2nd version>_>
Reply With Quote
  #20  
Old 05-11-2005, 06:27 PM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Wayne Luke
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.
Damn, and I spent weeks getting my RPG to use globalize() and $vboptions XD
Bwaha nah I already knew this.
If your still taking suggestions for hook locations, (if you haven't already) please make the hook system able to plug in to important queries such as $posts for showthread.
Im aiming to make my hack(s) as optimised as possible, and this includes plugging into existing queries instead of making my own (where possible), so having the ability to plug into such queries would be a tremendous help
You can rest assured that as soon as you release the beta, I will look over where I need to plug in code and so help me God, if as much as one single placement is missing, I will be all over your asses faster than you can say "vB"
Reply With Quote
Reply

Thread Tools
Display Modes

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 07:04 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.04473 seconds
  • Memory Usage 2,256KB
  • 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
  • (5)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
  • (3)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