vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How vB works? (https://vborg.vbsupport.ru/showthread.php?t=75027)

UnknownServices 01-24-2005 08:25 PM

How vB works?
 
Hello,

I'm just began vB and I'de like to learn how it works as in the whole architect. Can any of you modders give me a place to learn how to mod vB and where did you learn everything?

Dionysis 01-24-2005 08:27 PM

hah, i'd love to hear a good answer to that or read a tutorial that explains the coding in detail.

right now i am just looking through each index.php and occasionally browsing the files it includes and doing a "*omfg holy ++++*"

kall 01-24-2005 08:35 PM

Well, if you want to learn how to 'mod vB'...start by installing some hacks.

This will hopefully give you some insight as to how it all fits together, and you will work out how to mod it yourself.

Zachery 01-24-2005 08:38 PM

Quote:

Originally Posted by UnknownServices
Hello,

I'm just began vB and I'de like to learn how it works as in the whole architect. Can any of you modders give me a place to learn how to mod vB and where did you learn everything?

take 6 months, learn advanced php and mysql then go review each and every bit of vB code. That should give you a good idea :)

joeychgo 01-24-2005 08:53 PM

LOL you make it sound so complicated Zach ! LOL

UnknownServices 01-24-2005 09:57 PM

lol. I installed over 10 hacks already(and looked @ them). I have some questions:

1. NVM found the answer, they do make you edit hte index.php :P

2. Does the Admin CP use templates for the mod's admin pages?

I came from phpBB and I never modded inthere but I understood what was going on, now I have to adapt to vB.

Dionysis 01-24-2005 10:24 PM

"2. Does the Admin CP use templates for the mod's admin pages"

hrm, i'm trying to make a mod for the ADMINCP right now that lets me have another entire group of templates not even listed in the same table. i found what i *think* is the code under the admincp/templates.php file. those files use the phrases, but not templates (i think? but havn't gotten that far).

UnknownServices 01-24-2005 11:29 PM

Quote:

Originally Posted by Zachery
take 6 months, learn advanced php and mysql then go review each and every bit of vB code. That should give you a good idea :)

Can anyone (Zack too :)) you recommend any books?

Andreas 01-24-2005 11:33 PM

Quote:

Originally Posted by UnknownServices
2. Does the Admin CP use templates for the mod's admin pages?

No, only phrases.

UnknownServices 01-25-2005 12:10 AM

Then how do you print out rows? Would you use:

foreach(row in results etc...)
{

print $row['a'] etc?

}

?


All times are GMT. The time now is 12:30 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.01052 seconds
  • Memory Usage 1,727KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete