Jump to content

FluxCP Theme: RBS Reseller01 - EN Version


Recommended Posts

Posted (edited)

RBS Reseller01 - EN Version


Hello community, how are you? I brought here my first reseller theme.

Demo(PT-BR Version) https://flux.ragnarokbs.com.br/reseller01/

Support: https://facebook.com/ragnarokbrasilservice/

NOTE: Does not include .PSD files. (Text in HTML)
NOTE: Easy editing.

Configuration file:
themes / rbs01 / main / rbs_config.php

Spoiler

<?php
    
    $RBS = array(
        // Server Name
        'Server-Name'   => 'RAGNAROK ONLINE',
        
        // Forum Link
        'forum'            => '#',
    
        // Downloads Links
        'down-bro'        => '#',
        'down-lite'        => '#',
        'down-full'        => '#',
        
        // Social
        'facebook'        => 'https://www.facebook.com/ragnarokbrasilservice',
        'twitter'        => '#',
        'instagram'        => '#',
        
        // Youtube Vídeo
        'youtube'        => 'https://www.youtube.com/embed/m3w7L_gmnm0',

        // RSS Feed
        'AtivarRSS'        => false, // On = True | Off = False
        'news'            => '#',
        'events'        => '#',
        'updates'        => '#',
        // Footer RSS Feed
        'AtivarRSS-M'   => false, // On = True | Off = False
        'maintence'        => '#',
    );

?>


Edit store items:
themes / rbs01 / main / cashshop.php

Spoiler

<div class="card">
    <div class="thumb">
        <img src="<?php echo $this->themePath('img/cashshop/001.jpg')?>" alt="">
        <span class="label label-success">$10.20</span>
    </div>
    <div class="caption">
        <h4 class="caption-title"><a href="#">Item Name</a></h4>
        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
    </div>
</div>

<div class="card">
    <div class="thumb">
        <img src="<?php echo $this->themePath('img/cashshop/002.jpg')?>" alt="">
        <span class="label label-warning">$20.00</span>
    </div>
    <div class="caption">
        <h4 class="caption-title"><a href="#">Item Name</a></h4>
        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
    </div>
</div>

<div class="card">
    <div class="thumb">
        <img src="<?php echo $this->themePath('img/cashshop/003.jpg')?>" alt="">
        <span class="label label-danger">$21.50</span>
    </div>
    <div class="caption">
        <h4 class="caption-title"><a href="#">Item Name</a></h4>
        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
    </div>
</div>

....

 


  • Submitter
  • Submitted
    02/02/2020
  • Category
  • Video
     
  • Content Author
    Strow (PHP) and Lvy (Design)

 

Edited by Strow
  • 4 weeks later...
  • 5 months later...
  • 1 month later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...