vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Testing a product. (https://vborg.vbsupport.ru/showthread.php?t=151346)

Carnage 07-04-2007 01:12 PM

Testing a product.
 
1 Attachment(s)
i've written a chess addon for vb which turns threads in a specific forum into a chess board for users to play on. The code itself seems to be working without bugs and has been running for a few weeks on my own forums.

Having never created a product file for a modification this big before i'm worried that i might have forgotten to add something into it - a missing template or setting or potentially worse - a dependancy on another plugin/product i have installed.

As such i'd like someone who has released product files before to do a test install on a dev forum and see if it installs everything thats needed.

nexialys 07-04-2007 01:27 PM

if you want to know if everything is fine, you simply have to create a /test/ vbulletin, installing your own vbulletin in a place where only you have access to...

i did not install your script but you'll have to make some template changes...
Code:

src="./images/chess/wR.gif"
have to be changed to
Code:

src="$vboptions[bburl]/images/chess/wR.gif"
to have correct urls everywhere (vbSEO would crap this out for boards with vbSEO)
also, make everything phrase based... so people can translate your tool without asking you each time...

Carnage 07-04-2007 03:31 PM

thanks for the tips, i guess i could test on a clean installed test board - my current one works off a copy of the live database.

As for phrases, this is only an alpha product atm i already have some changes planned before its fully released.

abdulla1 07-13-2007 05:39 PM

Quote:

Originally Posted by Carnage- (Post 1282694)
thanks for the tips, i guess i could test on a clean installed test board - my current one works off a copy of the live database.

As for phrases, this is only an alpha product atm i already have some changes planned before its fully released.

Thats seems great! i cant wait for it to be released.

but how it will work, is it like an icon like the "add link" but says chess notation??

Carnage 07-14-2007 01:15 AM

<a href="http://www.giveupalready.com/showthread.php?t=56087" target="_blank">http://www.giveupalready.com/showthread.php?t=56087</a> if you want to see a live demo.

All i need to do now is sort the images out, the ones i'm currently using were provided by a member but i'm not sure where they came from, before i can release this i need images i can legally distribute with it.


All times are GMT. The time now is 03:05 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.01639 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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