Strow Posted February 25, 2020 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 15 Reputation: 4 Joined: 12/04/13 Last Seen: Yesterday at 03:53 AM Share Posted February 25, 2020 View File 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 Strow Submitted 02/02/2020 Category Fully Coded Themes Video Content Author Strow (PHP) and Lvy (Design) Link to comment Share on other sites More sharing options...
pr3p Posted March 22, 2020 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 197 Reputation: 13 Joined: 05/14/12 Last Seen: October 29, 2024 Share Posted March 22, 2020 awesome released 1 Link to comment Share on other sites More sharing options...
Strow Posted September 5, 2020 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 15 Reputation: 4 Joined: 12/04/13 Last Seen: Yesterday at 03:53 AM Author Share Posted September 5, 2020 Thanks @pr3p! Link to comment Share on other sites More sharing options...
Shark28 Posted October 11, 2020 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 19 Reputation: 3 Joined: 08/28/20 Last Seen: December 19, 2024 Share Posted October 11, 2020 (edited) FIXED nice guy. Edited October 14, 2020 by Shark28 Link to comment Share on other sites More sharing options...
Strow Posted October 14, 2020 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 15 Reputation: 4 Joined: 12/04/13 Last Seen: Yesterday at 03:53 AM Author Share Posted October 14, 2020 @Shark28 Sorry for the delay in your support. I have already sent you the request on facebook. Link to comment Share on other sites More sharing options...
Recommended Posts