rade023
Member-
Posts
15 -
Joined
-
Last visited
-
Days Won
1
rade023 last won the day on September 4 2024
rade023 had the most liked content!
About rade023

Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
rade023's Achievements
Junior Member (1/3)
2
Reputation
-
rade023 started following How to change language flags on v8? , Nikofee WHMCS Theme , Killa WHMCS Template and 2 others
-
Hello, I would like to introduce you to my new template Demo Preview If you have any idea or find some bugs (that is still beta so please report to me thanks 😇)
- 2 replies
-
- whmcs
- whmcs theme
-
(and 4 more)
Tagged with:
-
Thanks, I tried to keep everything by default, and someone who understands can add if and else functions to productpage.tpl, so that in some way you can create a special product page layout for each product. 😁
-
Hello there, I want present you my new template. the theme is actually redesigned from the twenty-one theme, with some additions, when you add a product you can set on the homepage which product on the slider and which product in the section to show, also each product has its own page where it lists all the packages that that product contains. (I didn't want to add other things because people have different opinions, so whoever buys the theme has free will to add what he wants) There is also a light / dark switcher on the theme. What do you think about this template? https://whmcs2.rade023.com/ https://youtu.be/ZfA3GkD457A?si=Ei6YF8xT3TQcnU00
-
Hello guys, I present to you a template that was made for a company. Automatic product reading and implementation of images and icons An automatic avatar that takes the initials from your First and Last Name Custom icons for modal language Icons for configure options Icons for minecraft that you add to the short description Let me mention that the template does not contain any custom modules, everything is made via hooks. What you guys think about this?
-
- 4 replies
-
0
-
- whmcs template
- whmcs
-
(and 3 more)
Tagged with:
-
Hello guys, One question about flags in modal box. How to list all flags in that modal <a href="#" class="item{if $language == $locale.language} active{/if}" data-value="{$locale.language}"> {$locale.localisedName} </a>
-
New WHMCS Template for selling finally all pages and whole system over! Check preview pictures there Discord: rade023#6487 if you have any suggestions write me what else to insert
-
UPDATE 😁 I finally have time to release the whole version of the site, unfortunately the site is not finished yet
-
Yea, template for all client now i have new design soon incoming If you have any queestion add me on discord rade023#6487
-
If posible create counter for clients , all tickets , server (i mean when i connect server on whmcs) , all orders. I want create statistics on my homepage.
-
After a long time I refreshed the template Adding more animation , fixing some css bugs , refreshing all game pages , vps and web and more just go to link and you will see 😉 You can check here link for demo. Clientarea access: E-mail: demo@rade023.com Password: demo do you have any suggestions for what else to add? or eject. it means a lot to me 🤩
-
Hello Gus, I have one question I want to put the categories on the home page. Now I have seen you hook that I took. The question is whether it is possible that from that category he takes the first lowest price from that product. includes/hook/Products_Tables.php <?php // use Illuminate\Database\Capsule\Manager as Capsule; if (!defined("WHMCS")) die("This file cannot be accessed directly"); function hook_getProductGroups($vars) { $getProductGroups = Capsule::table('tblproductgroups') ->where('tblproductgroups.hidden', '0') ->select('id', 'name') ->orderBy('order', 'asc') ->get(); $encodedata = json_encode($getProductGroups); $decodedata = json_decode($encodedata, true); return array("productgroups" => $decodedata); } add_hook("ClientAreaPageHome", 1, "hook_getProductGroups"); homepage.tpl {foreach $productgroups as $pgroup} <div class="col-md-4"> <div class="panel panel-default"> <div class="panel-heading">{$pgroup.name}</div> <div class="panel-body"> <!-- Something like this {$pgroup.monthly}<span>/month --> </div> <div class="panel-footer"> <a href="cart.php?gid={$pgroup.id}" class="btn btn-primary">order</a> </div> </div> </div> {/foreach} i know there are probably made themes but i really can't find what i want
-
@AALayer you can order this only.If you interesting contacting me DM or E-mail
-
-
Hello , i'm sorry if i got the topic wrong 🤔 i'm new and don't mind if i got the post wrong I present to you my new project
