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 04-14-2010 05:08 PM

That function is defined in an external js file; check to see if thats uploaded.

DragonBlade 04-15-2010 05:13 PM

The /pbpg_plugins/chess/script/basic.js and /pbpg_plugins/chess/script/options.js are both uploaded, if that's what you mean.

Carnage 04-15-2010 06:06 PM

Can you link me to the forum so I can take a look? Pm me if you dont' want to post the link publically.

Quote:

I looking chess for 3.8.4....
Check my profile, I released a chess mod for 3.6+ that'll work on 3.8 with a change to add in the security token to the template.

Carnage 05-05-2010 10:17 AM

I've updated the first post with a link to a live demo on my site; this mod and the other PBPG mods are at the top of my list for updates and new features once i've got my masters project done. I'm hoping to be able to post an update in about two weeks.

Giray 05-09-2010 03:52 AM

Uploaded all files in both products including .js files. Installed both products. Created forum. New thread shows up fine with all the pieces.
Just can't select and move pieces...

Carnage 05-09-2010 10:30 AM

Thats a known issue, planned to be fixed in the beta 4 release. The fix for now is to edit the PBPG chess template and change the javascript paths from /pbpg_plugins/... to /forums/pbpg_plugins/... or whichever directory your forum is installed in.

I've added this information to the first post for now; the next release is planned to be out soon.

Carnage 05-17-2010 05:46 PM

Beta 4 Released.

Alot of thigns done in this release; including two bug fixes and numerous enhancements to the user interface.

AtomicAcidbath 07-24-2010 11:01 PM

** Edit:
found and corrected problem in chess/scripts/basic.js

Carnage 07-26-2010 12:15 AM

What problem did you correct?

If its a bug, I can put it into the official release.

AtomicAcidbath 07-26-2010 02:43 AM

Quote:

Originally Posted by Carnage- (Post 2074499)
What problem did you correct?

If its a bug, I can put it into the official release.

File /chess/script/basic.js

Find (on line 132):
Code:

function post_move(e)
{
    comment = YAHOO.util.Dom.get("comment").value;
    YAHOO.util.Dom.get("comment").value == '';
  ...
    YAHOO.util.Dom.get('vB_Editor_QR_textarea').value += comment;

Change js var 'comment' to 'temp' (or something else).

Using 'comment' causes js error 'object does not support this property or method'.
IE8, vB4.0.5, tested both Remote and local YUI
Also: Does not play well with vBSuperCharged (js compression)...might just be me.

Disabled this mod until version with rule enforcement is released.


All times are GMT. The time now is 05:06 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.01082 seconds
  • Memory Usage 1,735KB
  • 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
  • (2)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