vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Administrative and Maintenance Tools - [ForumOps] vBulletin Development Environment (https://vborg.vbsupport.ru/showthread.php?t=264621)

nhawk 06-06-2011 08:38 PM

Nevermind, I had to enable it in the project directory.

Adrian Schneider 06-06-2011 10:57 PM

I'll push a proper update out tomorrow with the latest code, a fix for that file edit, and a few more updates to the documentation (FAQs, perhaps)...

Glad to hear you figured it out.

Adrian Schneider 06-10-2011 01:12 AM

Sorry guys, still having to update.

How many of would find this useful for style development? (if it's possible)

Kolbi 06-15-2011 07:19 PM

Are there screens?

Adrian Schneider 06-15-2011 07:28 PM

There are absolutely no interfaces anywhere, so there is nothing to screenshot. :)

Blaine0002 06-23-2011 02:43 AM

Adrian, just a heads up, the link in your forumops signature has an invalid thread id

also, do you think it would be possible to load options into the vbulletin admincp runtime to make sure i have textfields yesno etc set properly?

Adrian Schneider 06-23-2011 02:55 AM

Hmmm, it works for me (as guest or as member). Can you PM me the details so I can look into it?

To answer your question... no, unfortunately.

That would be a ton of work and would probably have duplicate some vBulletin code. I guess you get used to the different development style, and when something is somewhat stable, you can export it to another test site to test.

You technically can export, disable VDE, and import on the same site, but it can get a little confusing so I like to keep it separate.

I'll think about what the options are... maybe there is an easy way.

Blaine0002 06-23-2011 03:19 AM

no biggie :) will pm you about the broken link.

merk_aus 06-23-2011 04:02 AM

Fantastic effort Adrian,
I for a long time have wanted to get into this type of thing and so this will definately be a start. I am pretty sure it is my thing that you said would normally take 30+ hours but using this was done in the space of about 3 hours.

I have voted for motm for you.

Blaine0002 06-23-2011 05:39 AM

also, im having a problem with this since the newest update. has anything changed with the options? i see my options files being included on the page.
I have a usergroup id number set in the options, and im an additional user in that usergroup id, however
PHP Code:

$usergroups $vbulletin->options['vbay_seller_usergroups'];
$usergroups str_replace(" """$usergroups);
$groups explode(',',$usergroups); 

PHP Code:

is_member_of($vbulletin->userinfo$groups

is now returning false...


All times are GMT. The time now is 05:17 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.01112 seconds
  • Memory Usage 1,734KB
  • 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
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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