Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #21  
Old 01-08-2004, 09:56 PM
MindTrix's Avatar
MindTrix MindTrix is offline
 
Join Date: Apr 2002
Location: United Kingdom
Posts: 1,833
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got Zend Studio, ful version, Bloody amazing

As for thinkin i was a master hacker, thanks But sadly no, i know the basics etc and recently i seem to be helping out a hell of alot of people accidently lol, Mainly through PM's and people emailing me from this site :s Oh well lol.

I will get there one day As long as i got these tips etc to help along the way.
Reply With Quote
  #22  
Old 01-08-2004, 10:00 PM
rrottman rrottman is offline
 
Join Date: Jun 2002
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MindTrix
I got Zend Studio, ful version, Bloody amazing

As for thinkin i was a master hacker, thanks But sadly no, i know the basics etc and recently i seem to be helping out a hell of alot of people accidently lol, Mainly through PM's and people emailing me from this site :s Oh well lol.

I will get there one day As long as i got these tips etc to help along the way.
What do you generally think about the vB developer support apart from customers helping customer? Would you appreciate a concepts guide?
Reply With Quote
  #23  
Old 01-08-2004, 10:04 PM
MindTrix's Avatar
MindTrix MindTrix is offline
 
Join Date: Apr 2002
Location: United Kingdom
Posts: 1,833
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I personally would LOVE a documentation or something listing Variables etc and what they do, and maybe some Mini Tutorials (even by members) On how to do things. Now not big tutorials, but something like "This tutorial shows you how to call a template" etc.
Reply With Quote
  #24  
Old 01-08-2004, 10:05 PM
NTLDR's Avatar
NTLDR NTLDR is offline
Coder
 
Join Date: Apr 2002
Location: Bristol, UK
Posts: 3,644
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rrottman
And I'm really missing a basic developer documentation outlining what all the vars, consts and array actually mean in terms of the business objects they represent. Some of them have pretty explanatory names but there are paragraphs I've read n times without understanding even a bit of what and why they are doing things....
I'm not sure what developer documentation will be provided with vB3, for vB2 all we had was a Database Schema from vB 2 RC2 (IIRC) and a template guide.

I can say that vB3 is far more consistent with its code, using the same layout throughout and the naming of its functions which allow you to fairly accurately guess what one would be called should it exist.

As vB doesn't offically support hacked boards I don't think they will produce the kind of documentation you listed, however we maybe supprised
Reply With Quote
  #25  
Old 01-08-2004, 10:10 PM
rrottman rrottman is offline
 
Join Date: Jun 2002
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by NTLDR
I'm not sure what developer documentation will be provided with vB3, for vB2 all we had was a Database Schema from vB 2 RC2 (IIRC) and a template guide.

I can say that vB3 is far more consistent with its code, using the same layout throughout and the naming of its functions which allow you to fairly accurately guess what one would be called should it exist.

As vB doesn't offically support hacked boards I don't think they will produce the kind of documentation you listed, however we maybe supprised
@NTLDR: So based on your experience (2.457 posts!!!) do you think I could find contributors? Currently vb3 RC2 consists out of 505 files. If we would possibly focus on the 20 most important and try to create a companion developer documentation without violating the license, do you think we could find people helping to create the docs???

And after all: Would it make sense?
All opinions are welcome!
Reply With Quote
  #26  
Old 01-08-2004, 10:21 PM
NTLDR's Avatar
NTLDR NTLDR is offline
Coder
 
Join Date: Apr 2002
Location: Bristol, UK
Posts: 3,644
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Obviously not knowing what Jelsoft are producing in terms of documentation the following is what I think would be usefull, both to myself as an expericned hacker, and to people starting out:

Function Guide, a list of all the functions in vB3, a desctription of what they do and what information they return (if any) along with what file they are in.

A list of constants in vB3, if appropriate the values they can hold, and what the actaully define if its not obvious.

A list of some of the most common variables used, like $bbuserinfo, $vboptions etc what information they hold etc.

All three of the above can be done without voilating the licence, however it would take along time, there are probably around 1300~ functions and constants (combined, not 1300~ of each) in vB3 RC2.
Reply With Quote
  #27  
Old 01-08-2004, 10:28 PM
rrottman rrottman is offline
 
Join Date: Jun 2002
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by NTLDR
Obviously not knowing what Jelsoft are producing in terms of documentation the following is what I think would be usefull, both to myself as an expericned hacker, and to people starting out:

Function Guide, a list of all the functions in vB3, a desctription of what they do and what information they return (if any) along with what file they are in.

A list of constants in vB3, if appropriate the values they can hold, and what the actaully define if its not obvious.

A list of some of the most common variables used, like $bbuserinfo, $vboptions etc what information they hold etc.

All three of the above can be done without voilating the licence, however it would take along time, there are probably around 1300~ functions and constants (combined, not 1300~ of each) in vB3 RC2.
Okay.
I'm really thinking of setting up a developer documentation project, maybe with an online function reference like php.net and the ability to comment? Maybe we can even use vB to do it??? :-) Post a function and its definition and comments?

Anybody else here: Would you contribute? If so: I create the site and keep you posted.
Reply With Quote
  #28  
Old 01-09-2004, 07:47 AM
KuraFire's Avatar
KuraFire KuraFire is offline
 
Join Date: Oct 2001
Location: inside vB3's .php
Posts: 1,245
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rrottman
Okay.
I'm really thinking of setting up a developer documentation project, maybe with an online function reference like php.net and the ability to comment? Maybe we can even use vB to do it??? :-) Post a function and its definition and comments?

Anybody else here: Would you contribute? If so: I create the site and keep you posted.
I've already started a site with a few other skilled hackers and managers, that focuses on this and many other areas of vBulletin. Our site will eventually contain a lot of useful guides such as what you guys are thinking of here. If anyone wants to help out writing those guides, feel free to contact me by PM. Also if you just want more information about this project of ours.
Reply With Quote
  #29  
Old 01-09-2004, 07:03 PM
Gary King's Avatar
Gary King Gary King is offline
 
Join Date: Jan 2002
Posts: 2,046
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KuraFire
I've already started a site with a few other skilled hackers and managers, that focuses on this and many other areas of vBulletin. Our site will eventually contain a lot of useful guides such as what you guys are thinking of here. If anyone wants to help out writing those guides, feel free to contact me by PM. Also if you just want more information about this project of ours.
Sounds interesting Kura
Reply With Quote
  #30  
Old 01-09-2004, 07:34 PM
MindTrix's Avatar
MindTrix MindTrix is offline
 
Join Date: Apr 2002
Location: United Kingdom
Posts: 1,833
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

im interested also, Maybe you could PM me about this Kura please??
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 03:21 AM.


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.04371 seconds
  • Memory Usage 2,261KB
  • 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
  • (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