GithubHelp home page GithubHelp logo

com_carousel's Introduction

com_carousel

Description

Carousel-module written in Koowa Framework. Should work in Joomla 2.5, 3.X and Nooku Server 12.X .

Requirements

  • Joomla 3.X . Untested in Joomla 2.5.
  • Koowa 0.9 or 1.0 (as yet, Koowa 2 is not supported)
  • PHP 5.3.10 or better
  • Moyo Components
    • com_cck
    • com_moyo
    • com_makundi
    • com_cloudinary
    • com_translations

Installation

Composer

Installation is done through composer. In your composer.json file, you should add the following lines to the repositories section:

From this alternative library;

{
    "name": "moyo/carousel",
    "type": "vcs",
    "url": "https://github.com/kedweber/com_carousel.git"
}

or the official developer's repository;

{
    "name": "moyo/carousel",
    "type": "vcs",
    "url": "https://github.com/moyoweb/com_carousel.git"
}

The require section should contain the following line:

    "moyo/com_carousel": "1.0.*",

Afterward, just run composer install from the root of your Joomla project.

jsymlinker

Another option, currently only available for Moyo developers, is by using the jsymlink script from the Moyo Git Tools.

Usage

This component is aimed towards the content manager. Since installation is done automatically through composer, no additional configuration should be done.

Categories

Each carousel must have their own category. These are managed in the categories tab in components >> carousel. A carousel merely has a title. A slug is automatically generated through com_moyo.

Items

One can populate carousels by adding items to categories. Carousel items are part of our CCK. That is: carousel items are saved as instantiations of a field set and are translatable.

A carousel item can link to a category, an article or an external link.

com_carousel's People

Contributors

derjoachim avatar jaspervrijbroek avatar kedweber avatar

Watchers

 avatar  avatar  avatar

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.