vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Is it just me? (https://vborg.vbsupport.ru/showthread.php?t=55814)

N!ck 08-01-2003 09:05 PM

Is it just me?
 
I've been staring blankly at vBulletin 3 code since its release, and I'm quite overwhelmed. It seems like even the most basic actions are functions now, and I'm having an impossible time figuring out how I can make addons that will match in code organization and functionality... Anyone else having trouble?

If not, what kinds of addons have you coded? (I'm not talking about simple file hacks, but full-blown addons.) What have you been able to accomplish with permissions, options, etc.?

Tigga 08-01-2003 10:49 PM

It's really not that hard once you look through the code. So far I've converted my homepage, image gallery, links directory, files directory, listings directory (kinda the same as the files directory, but users can upload pictures as well), and a few other small things. It took a little while, but once you figure out the new functions and such it's really not that complicated. Now if I could just get the scores to record for the arcade I'd be all set. :D

Erwin 08-02-2003 12:00 AM

I've added my own versions of hacks too - in fact, if you carefully look at it, it's EASIER to hack. I managed to add a site-wide points system integrated with donations etc etc - took me no time at all. The functions integrate similar code from different files into one file - before when different PHP files use the same code to do the same thing requiring multiple file hacking, now you edit 1 function.

A good example is functions_newpost.php - this has code used by newthread and newreply - you just edit that 1 PHP file. Very cool.

N!ck 08-02-2003 12:14 AM

Good point, Erwin. Thanks for the motivation!


All times are GMT. The time now is 08:01 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.01016 seconds
  • Memory Usage 1,708KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete