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)
-   -   Add-On Releases - [PBPG] Chess (https://vborg.vbsupport.ru/showthread.php?t=232923)

Carnage 01-31-2010 10:11 PM

If you've deleted the uninstall code from the chess plugin, it will not do anything to prevent its removal.

Alternativly: upgrade both the core and this product to the latest versions and then uninstall.

TimberFloorAu 01-31-2010 10:49 PM

I have tried that. Will give it one more go.

TimberFloorAu 01-31-2010 10:59 PM

Ok Deleted.

But you still have issues with file paths.

Images to chess pieces are not showing up, I posted this in one of your threads.
I imagine that is why the game doesnt work, also because paths are incorrect

Carnage 03-03-2010 05:33 PM

I'm planning a release as soon as I'm able to get it finished.

Will feature privacy mode; admin settings for the images directory and commands to change the games status (eg checkmate, stalemate etc) an important step towards being able to do cool things like tracking user stats and integrating into my tournaments and ladders mod.

Carnage 03-12-2010 12:26 PM

Update released.

ShawnV 03-17-2010 04:55 PM

Hey Carnage, Ive installed and uninstalled the latest versions of this and the core and I still have the pbpg_chess_blackbg & pbpg_chess_whitebg Stylevars.

Carnage 03-18-2010 08:12 PM

That seems to be a bug in vbulletin; I just checked the delete product code; there is no code to remove added style vars.

Edit: Did some research; known bug in 4.0.2 http://www.vbulletin.com/forum/proje...?issueid=36241

ShawnV 03-18-2010 11:00 PM

Ah thanks man, figures. lol

ricardoNJ 04-06-2010 06:59 AM

I looking chess for 3.8.4....

DragonBlade 04-13-2010 03:55 PM

Quote:

Originally Posted by Carnage- (Post 1957291)
From the admin side; I'm going to assume you followed the install instructions and have managed to create a configuration and assigned it to a forum.

From there, you need to goto the forum you assigned it to; create a new thread. There will be a list of avaliable games to play on the post new thread form. Select the chess configuration you just made. Make a post, at this point it dosn't really matter what you say in it.

The thread will then display as a chess board, with a comments box at the bottom and a moves list at the side. Clicking any piece on the chess board will select it (red border) and selecting an empty space (or space containing an enemy piece) will move it there. You will notice that some characters representing the move you just made were put into the quick reply box and the move was added to the moves list. You may now add a comment to the quick reply box (maybe something like 'check' or 'good move') and post a reply.Only when you've posted the reply has the move become commited.

Anyone who views the thread can now see your move. By default the first two people to post valid moves become white and black respectivly, but you can change this by adding the string (option,white,<username for white>) and (option,black,<username for black>) to your first post.

Yo.

We've got the correct image path on our forums, and it does display the pieces. However, it's not allowing us to set players and make moves and stuff.

If it helps at all, we DO get this javaScript error when loading a thread that has the board:
Error: complete is not defined
Source File: http://(myforum)/showthread.php?87079-Testing...
Line: 1027

Here's the relevant piece of code:
Code:

    <script type="text/javascript">
    <!--
        black_sugg = new vB_AJAX_NameSuggest('black_sugg', 'black', 'blackplayername');
        white_sugg = new vB_AJAX_NameSuggest('white_sugg', 'white', 'whiteplayername');

    YAHOO.util.Event.on(window, 'load',function(){
    YAHOO.util.Event.addListener('rotation_menu_body','click',complete);
    YAHOO.util.Event.addListener('quiet_menu_body','click',complete);
    });
    //-->
    </script>

Did we screw up somewhere?


All times are GMT. The time now is 03:58 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.01098 seconds
  • Memory Usage 1,741KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_quote_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