PDA

View Full Version : Testing a product.


Carnage
07-04-2007, 01:12 PM
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...
src="./images/chess/wR.gif"
have to be changed tosrc="$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
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.