vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   [How do I?:] Make my hack modular? (https://vborg.vbsupport.ru/showthread.php?t=94137)

Guest190829 08-12-2005 07:31 AM

[How do I?:] Make my hack modular?
 
I want to make my hack have the ability to instantly add plug-in code, in order to add extra feature via the admin cp. Much like vbadvanced and teh new vB 3.5. Unfortuantly(sp?), I have no idea how to do this. I'm not looking for the exact answer or anything...just some ideas on how to get this effect.

Here's what kind of effect I'm trying to get at:

vB Space consist of two main columns, each column having different modules. I would like

1.) For admins to be able to pick the order in which the modules should appear.

2.) For admins to add more modules to either the left column or in the right, and pick the order in which is should appear.


I'm totally lost on how to get this modular approach, so any help whatsoever is extremly appreciated! :)

AN-net 08-12-2005 01:10 PM

use left and rightside and displayorders;)

Guest190829 08-12-2005 01:44 PM

Thanks An-net, you've been great help to me :)

Now that we have position and order set, what do I do with the php code they insert?

EDIT: I think I found a neat way to do this, but if anyone could verify if it's good coding or if theres a better way. Then please do!

When the admin enters in the php code and clicks submit, it automatically write the code to the space class. There is also another field called function_name...I can then call a query to retrieve all active modules and run them through space.php...

Is that a good method?

AN-net 08-12-2005 05:55 PM

you could use a hooks type system with saving the php code to a .xml file and then just parse it when vb space is run


All times are GMT. The time now is 01:13 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.01039 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