Jump to content

FluxCP Theme: RBS Reseller01 - EN Version


Strow

Recommended Posts


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   4
  • Joined:  12/04/13
  • Last Seen:  

RBS Reseller01 - EN Version


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

Demo(PT-BR Version) http://ragnarokbrasilservice.online/flux/resellerEN/

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)

 

Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  197
  • Reputation:   13
  • Joined:  05/14/12
  • Last Seen:  

awesome released ?

  • Love 1
Link to comment
Share on other sites

  • 5 months later...

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   4
  • Joined:  12/04/13
  • Last Seen:  

Thanks @pr3p! ?

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   2
  • Joined:  08/28/20
  • Last Seen:  

FIXED nice guy.

Edited by Shark28
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   4
  • Joined:  12/04/13
  • Last Seen:  

@Shark28
Sorry for the delay in your support. ?
I have already sent you the request on facebook. ?

Link to comment
Share on other sites

×
×
  • Create New...