Strow Posted February 25, 2020 Posted February 25, 2020 (edited) View File 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 Strow Submitted 02/02/2020 Category Fully Coded Themes Video Content Author Strow (PHP) and Lvy (Design) Edited April 9 by Strow
Shark28 Posted October 11, 2020 Posted October 11, 2020 (edited) FIXED nice guy. Edited October 14, 2020 by Shark28
Strow Posted October 14, 2020 Author Posted October 14, 2020 @Shark28 Sorry for the delay in your support. I have already sent you the request on facebook.
Recommended Posts