Go Back   vb.org Archive > Community Central > Community Lounge
  #21  
Old 05-11-2005, 07:01 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah I like that idea actually Revan
Reply With Quote
  #22  
Old 05-11-2005, 07:04 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 Revan
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
This would probably be better handled by the Data Managers. That is what they are there for. Hooks are places where you can call your own custom code from within vBulletin without actually modifying the vBulletin Code. Different technologies for different purposes.
Reply With Quote
  #23  
Old 05-11-2005, 07:11 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are there any parts of vB3.5 that haven't been rewritten?
Reply With Quote
  #24  
Old 05-11-2005, 07:34 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dean C
Are there any parts of vB3.5 that haven't been rewritten?
The templates to some extent, but even they have some changes.
Reply With Quote
  #25  
Old 05-11-2005, 07:34 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
This would probably be better handled by the Data Managers. That is what they are there for. Hooks are places where you can call your own custom code from within vBulletin without actually modifying the vBulletin Code. Different technologies for different purposes.
Oh. I don't really know what the Data Managers are, maybe I skipped that part of the vBcom post.
Call it hooks, Data Managers or Cookie Crumbs for all I care, as long as it works
Reply With Quote
  #26  
Old 05-11-2005, 08:01 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 hate OOP!!!
*dusts off the php book*
Reply With Quote
  #27  
Old 05-11-2005, 08:01 PM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Wayne Luke
This would probably be better handled by the Data Managers. That is what they are there for. Hooks are places where you can call your own custom code from within vBulletin without actually modifying the vBulletin Code. Different technologies for different purposes.
The announcement makes it seem like data managers are used for saving data, not querying for data.
Reply With Quote
  #28  
Old 05-12-2005, 01:46 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AN-net
i hate OOP!!!
*dusts off the php book*
I don't know much about it, but what I have seen of it so far looked quite confusing. The word "This" seemed very popular ......

The description of 3.5.0 looks nice, but sounds like virtually all hacks will have to be re-done for this new version and it's "Hooks & Plugins".

I also don't quite understand the theory of these. It sounds like they will allow you to "insert" code at various points, but many hacks don't just insert code, they actually change existing code, so how will this work ?
Reply With Quote
  #29  
Old 05-12-2005, 01:56 AM
AN-net's Avatar
AN-net AN-net is offline
 
Join Date: Dec 2003
Location: AnimationTalk.com
Posts: 2,367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M
I don't know much about it, but what I have seen of it so far looked quite confusing. The word "This" seemed very popular ......

The description of 3.5.0 looks nice, but sounds like virtually all hacks will have to be re-done for this new version and it's "Hooks & Plugins".

I also don't quite understand the theory of these. It sounds like they will allow you to "insert" code at various points, but many hacks don't just insert code, they actually change existing code, so how will this work ?
thats why im depressed cause i have to recode all my custom mods
Reply With Quote
  #30  
Old 05-12-2005, 01:58 AM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
I don't know much about it, but what I have seen of it so far looked quite confusing. The word "This" seemed very popular ......

The description of 3.5.0 looks nice, but sounds like virtually all hacks will have to be re-done for this new version and it's "Hooks & Plugins".

I also don't quite understand the theory of these. It sounds like they will allow you to "insert" code at various points, but many hacks don't just insert code, they actually change existing code, so how will this work ?
Right... well it should help ALOT overall less edits mean happier users.
Quote:
Originally Posted by AN-net
thats why im depressed cause i have to recode all my custom mods
But, you won't have to again for sometime, as long as you make some use of the plugins system.

Think about it, much less rehacking, no more inserting custom templates every upgrade...
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:42 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.04597 seconds
  • Memory Usage 2,257KB
  • 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
  • (8)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
  • (4)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