Slider News

This is an example website you can attach to each slide in this script. When a player sees a slider with news they are interested in; they can click the slide and get redirected to a website of your choice.

You can modify the URLs for your slider references in:addons\addon_folder\lua\modules\lektro\cfg\sh_cfg_slider.lua

Slider settings can be configured within the cfg.slider.items table of the config file.

cfg.slider.items =
{
    {
        enabled     = true,
        title       = 'Lektro Update v2',
        desc        = 'See what\'s new in the latest release',
        img         = 'http://g.rlib.io/banners/static/1.jpg',
        link        = 'https://lektro.rlib.io/interval/slider-news',
    },
    {
        enabled     = true,
        title       = 'Advertise Your Banners',
        desc        = 'Edit the sh_lektro_config.lua file to change these',
        img         = 'http://g.rlib.io/banners/static/2.jpg',
        link        = 'https://lektro.rlib.io/interval/slider-news',
    },
    {
        enabled     = true,
        title       = 'Documentation',
        desc        = 'Read more about this addon on the official docs page',
        img         = 'http://g.rlib.io/banners/static/3.jpg',
        link        = 'https://lektro.rlib.io/interval/slider-news',
    },
    {
        enabled     = true,
        title       = 'Stay Tuned',
        desc        = 'More product updates by this developer coming soon',
        img         = 'http://g.rlib.io/banners/static/4.jpg',
        link        = 'https://lektro.rlib.io/interval/slider-news',
    },
}

Last updated