Skip to content

gcao/bbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Changes

  • Remove key event handler in view thread because it conflicts with jsgameviewer.
  • Include jsgameviewer css & javascripts in viewthread.php before if(empty($viewpid)) {
$extrahead = ‘’. ‘’; Modify /include/javascript/common.js – NOT APPLICABLE IN DISCUZ 7.1 Array.prototype.push = function(value) { this[this.length] = value; return this.length; } ==> if(typeof Array.prototype.push === ‘undefined’) { Array.prototype.push = function(value) { this[this.length] = value; return this.length; } } Enable jQuery no conflict mode – call jQuery.noConflict() after jQuery is included
  • Include my turn check in templates/default/header.htm before
{eval include(“XXX/gocool/public/shared/my_turn.html”)}

TODO

Move code from discuzcode.htm to some php file – this will make it not necessary to modify templates to support showing games in different themes.
NOT NEEDED, discuzcode.htm IS SHARED BETWEEN ALL THEMES!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published