Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 07-04-2007, 01:12 PM
Carnage Carnage is offline
 
Join Date: Jan 2005
Location: uk
Posts: 760
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Testing a product.

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.
Attached Files
File Type: xml product-chess.xml (15.1 KB, 4 views)
Reply With Quote
  #2  
Old 07-04-2007, 01:27 PM
nexialys
Guest
 
Posts: n/a
Default

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...
Reply With Quote
  #3  
Old 07-04-2007, 03:31 PM
Carnage Carnage is offline
 
Join Date: Jan 2005
Location: uk
Posts: 760
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #4  
Old 07-13-2007, 05:39 PM
abdulla1 abdulla1 is offline
 
Join Date: Sep 2006
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Carnage- View Post
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??
Reply With Quote
  #5  
Old 07-14-2007, 01:15 AM
Carnage Carnage is offline
 
Join Date: Jan 2005
Location: uk
Posts: 760
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:15 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.05398 seconds
  • Memory Usage 2,217KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (5)post_thanks_box
  • (5)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (5)post_thanks_postbit_info
  • (5)postbit
  • (1)postbit_attachment
  • (4)postbit_onlinestatus
  • (5)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete