GithubHelp home page GithubHelp logo

xoopscube / d3downloads Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xoopsx/d3downloads

0.0 0.0 0.0 1003 KB

๐Ÿ“ฆ D3 Downloads module for Package XCL

PHP 88.20% HTML 10.39% XSLT 0.19% CSS 0.43% JavaScript 0.55% Smarty 0.23%
download-manager downloads management module xcl xoopscube

d3downloads's People

Contributors

gigamaster avatar naao avatar nao-pon avatar nunoluciano avatar

Watchers

 avatar

d3downloads's Issues

Built-in Help docs

Add HELP docs to public_html / module
until an implementation
for D3 architecture

Uncaught ReferenceError id

Admin Dashboard
Should return id + filter + target

Error :
return $j( '#[ id' + filter + target + ']' ) ;

Try this :
return $('*[ id' + filter + target + ']' );

File Extensions

Add the most common document file extensions, example :
DOC, DOCX
CSS
HTML
ODT
PDF
XLS, XLSX.
ODS.
PPT, PPTX
TXT, etc...
Display SVG icon to download the file.

Update constructors

Class constructor update.

Test :
if parent::__construct is required

Note
If a child has a constructor, the parent constructor won't be called,
unless you explicitly call it using parent::__construct();
Put it simple, the child masks the parent constructor method,
which requires to specify the scope of parent::
However, that depends on what the parent constructor does,
because using parent::__construct(); is needed only to declare
__construct() method in the Controller which it will override the parent.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.