Giter Site home page Giter Site logo

robertheim / phpbb-ext-videos Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 60 KB

phpBB 3.1 extension, that adds a video-url field to topics and auto embeds the video before the first post.

License: GNU General Public License v2.0

PHP 91.02% HTML 6.95% CSS 0.74% Shell 1.29%

phpbb-ext-videos's People

Contributors

robertheim avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

leinad4mind

phpbb-ext-videos's Issues

ACP module

  • configure which forums to enable videos
  • prune videos from disabled forums (?)
  • prune all chached oEmbed html embed codes (just set last_update of all videos = 0 (and maybe html, too, but it is not needed.). Then the update is done the next time a video is requested via the videos_manager)

prune videos that are no longer assigned to a topic

the link "topic->video" is not stored, but "topic<-video". But still there not might be multiple videos per topic which is ensured by deleting the assignment before adding one.
TODO:

  • when topic is deleted, the video must be deleted as well -> Event: phpbb/phpbb#3452
  • what if first post gets deleted? -> maybe keep video assigned?!

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.