vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   CODERS PLEASE DISCUSS!!! Pre-Datastore modifications with XML-files (UPDATE 28-7) (https://vborg.vbsupport.ru/showthread.php?t=93007)

Andreas 09-14-2005 02:13 AM

1 Attachment(s)
Here is another approach.

Installation Developer
1) Upload all Files
2) Import product-ds4p.xml
3) At the end (right before ?>) of includes/config.php ADD
PHP Code:

require_once(CWD '/includes/class_datastore_pluginsupport.php'); 

Installation Enduser
1) Upload class_datastore_pluginsupport.php
2) Import product-ds4p.xml
3) At the end (right before ?>) of includes/config.php ADD
PHP Code:

require_once(CWD '/includes/class_datastore_pluginsupport.php'); 


Usage Developer
In ACP/Plugin Manager there is a new Entry Datastore Item Manager where you can define the Datastore Requirements for your Product.
When a Plugin requires a Datastore Item that is not being loaded by Default use
PHP Code:

$vbulletin->datastore->do_fetch('myitem'); 

in the Plugin.
That's it.

Usage Enduser
Nothing special, just use Product Management as normal.

Pros
- Supports all storage Methods
- Does take care of Plugin System getting disabled (will not load custom items then) without Overhead
- Easy to use for Developer and Enduser
- Only 1 one-time, one-line File Edit necessary

Cons
- Slightly stronger Query
- New Table added

Brad 09-14-2005 02:24 AM

Thanks kirby, I'll give this one a try :)

Marco van Herwaarden 09-14-2005 02:48 AM

Will have a look also today i hope.

merk 09-14-2005 03:59 AM

Well done kirby, thats basically what I saw the fix being for the requirement.

Andreas 09-18-2005 01:19 AM

*bump*
Anyone except merk willing to take a look at this?
Sad that I apparently wrote it for nothing :(

Zachariah 09-18-2005 01:51 AM

Quote:

Originally Posted by KirbyDE
*bump*
Anyone except merk willing to take a look at this?
Sad that I apparently wrote it for nothing :(

Never !!! .... I got a hack I can try it with

merk 09-18-2005 02:39 AM

Quote:

Originally Posted by KirbyDE
*bump*
Anyone except merk willing to take a look at this?
Sad that I apparently wrote it for nothing :(

I hope Jelsoft have an eye on this thread because something is needed to allow this to occur, even if they write their own solution to the problem, there are many good ideas in here.

But as ive said before, im not about to modify such a core part of vbulletin when its only 1 more query per page for all my datastore items, until a time comes when it is default.

Its a shame that the default datastore classes dont have a method to fetch more items without overwriting the default "always load" (causing some pretty strange bugs).

Marco van Herwaarden 09-18-2005 05:01 AM

Sorry Kirby, i have my hands full with RL work and family stuff at the moment. I will look at this as soon as i have some time.

Zachariah 03-30-2006 12:32 AM

Bump - I forgot about this, looking @ his again, just waken others up to an old subject.

[move to Coders area] ?

Code Monkey 01-11-2007 04:37 PM

Anyone still messing with this?

I set this up for a private mod way back then on one of my sites. Now I can't install vBSEO on that site even though it runs fine on other sites on the same server. I am wondering if this is the culprit. It's the only thing different.

EDIT: I can confirm that this mod does interfere with vBSEO.


All times are GMT. The time now is 09:26 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.01210 seconds
  • Memory Usage 1,740KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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