
FatihYldrm
Member-
Posts
41 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Hotfixes
Everything posted by FatihYldrm
-
How can I make a widget on the page like below. If you share examples of source code examples how to do it, I'm glad to share.
-
Yes I am trying to make old theme from version 7.I did not say I want to do the same thing but.What code can I show the received domains when the domain is listed?
-
It is hard to make it with my new codes that make the tempo, I do not know how I can do it.
-
I do not think I'm doing anything wrong.I want to do something like this I'm looking for someone who can help.
-
I apologize because I did not want to say that. My English is not good and I do a google translation and I am doing wrong translations. - - - Updated - - - I personally did not want this help from you. - - - Updated - - - I am using Whmcs 6 and I have purchased the update and the theme is not working properly, I need to restore it, I can not do anything I did not know how to encode it.
-
Thank you very much @brian! friend who gives me priority in theme arrangement. 1-) How do I add a transfer button to a receiving area? 2-) How can I list the received or not received domain name in the same place? Sample image I want to do. My codes: <div id="DomainSearchResults" class="hidden"> <div id="searchDomainInfo" class="domain-checker-result-headline"> <p id="primaryLookupSearching" class="domain-lookup-loader domain-lookup-primary-loader domain-searching"><i class="fa fa-spinner fa-spin"></i> {lang key='orderForm.searching'}...</p> <div id="primaryLookupResult" class="domain-lookup-result hidden"> <p class="domain-invalid domain-checker-invalid">{lang key='orderForm.domainLetterOrNumber'}<span class="domain-length-restrictions">{lang key='orderForm.domainLengthRequirements'}</span></p> <p class="domain-unavailable domain-checker-unavailable">{lang key='orderForm.domainIsUnavailable'}</p> <p class="domain-available domain-checker-available">{$LANG.domainavailable1} <strong></strong> {$LANG.domainavailable2}</p> <a class="domain-contact-support btn btn-primary">{$LANG.domainContactUs}</a> <p class="domain-price"> <span class="price"></span> <button class="btn btn-primary btn-add-to-cart" data-whois="0" data-domain=""> <span class="to-add">{$LANG.addtocart}</span> <span class="added"><i class="glyphicon glyphicon-shopping-cart"></i> {lang key='checkout'}</span> <span class="unavailable">{$LANG.domaincheckertaken}</span> </button> </p> </div> </div> {if $spotlightTlds} <div id="spotlightTlds" class="spotlight-tlds clearfix"> <div class="spotlight-tlds-container"> {foreach $spotlightTlds as $key => $data} <div class="spotlight-tld-container spotlight-tld-container-{$spotlightTlds|count}"> <div id="spotlight{$data.tldNoDots}" class="spotlight-tld"> {if $data.group} <div class="spotlight-tld-{$data.group}">{$data.groupDisplayName}</div> {/if} {$data.tld} <span class="domain-lookup-loader domain-lookup-spotlight-loader"> <i class="fa fa-spinner fa-spin"></i> </span> <div class="domain-lookup-result"> <button type="button" class="btn unavailable hidden" disabled="disabled"> {lang key='domainunavailable'} </button> <button type="button" class="btn invalid hidden" disabled="disabled"> {lang key='domainunavailable'} </button> <span class="available price hidden">{$data.register}</span> <button type="button" class="btn hidden btn-add-to-cart" data-whois="0" data-domain=""> <span class="to-add">{lang key='orderForm.add'}</span> <span class="added"><i class="glyphicon glyphicon-shopping-cart"></i> {lang key='checkout'}</span> <span class="unavailable">{$LANG.domaincheckertaken}</span> </button> <button type="button" class="btn btn-primary domain-contact-support hidden">Contact Support to Purchase</button> </div> </div> </div> {/foreach} </div> </div> {/if} <div class="suggested-domains{if !$showSuggestionsContainer} hidden{/if}"> <div class="panel-heading"> {lang key='orderForm.suggestedDomains'} </div> <div id="suggestionsLoader" class="panel-body domain-lookup-loader domain-lookup-suggestions-loader"> <i class="fa fa-spinner fa-spin"></i> {lang key='orderForm.generatingSuggestions'} </div> <ul id="domainSuggestions" class="domain-lookup-result list-group hidden"> <li class="domain-suggestion list-group-item hidden"> <span class="domain"></span><span class="extension"></span> <button type="button" class="btn btn-add-to-cart" data-whois="1" data-domain=""> <span class="to-add">{$LANG.addtocart}</span> <span class="added"><i class="glyphicon glyphicon-shopping-cart"></i> {lang key='checkout'}</span> <span class="unavailable">{$LANG.domaincheckertaken}</span> </button> <button type="button" class="btn btn-primary domain-contact-support hidden">Contact Support to Purchase</button> <span class="price"></span> <span class="promo hidden"> <span class="sales-group-hot hidden">{lang key='domainCheckerSalesGroup.hot'}</span> <span class="sales-group-new hidden">{lang key='domainCheckerSalesGroup.new'}</span> <span class="sales-group-sale hidden">{lang key='domainCheckerSalesGroup.sale'}</span> </span> </li> </ul> <div class="panel-footer more-suggestions hidden text-center"> <a id="moreSuggestions" href="#" onclick="loadMoreSuggestions();return false;">{lang key='domainsmoresuggestions'}</a> <span id="noMoreSuggestions" class="no-more small hidden">{lang key='domaincheckernomoresuggestions'}</span> </div> <div class="text-center text-muted domain-suggestions-warning"> <p>{lang key='domainssuggestionswarnings'}</p> </div> </div> </div>
-
Datatable Pagination and İnfo Substitution
FatihYldrm replied to FatihYldrm's topic in Developer Corner
I solved the problem I deleted the following code includes/tablelist.tpl : "dom": '<"listtable"fit>pl', -
-
The above code on Supportticketlist.tpl page works fine but it can not assign automatic still on viewticket.tpl page.
-
Can not I do this grouping in the clientareainovices.tpl file?
-
Eg can not I use such coding on the billing page? {if $service.group eq $smarty.get.group or !$smarty.get.group} /* TABLE CODE */ {if}
-
But I have to assign class value automatically
-
Hello, I want to sort the invoice types on separate pages how do I do it? Paid unPaid Changed Reimbursed
-
-
This code works on supoortticketlist.tpl page but not on viewticket.tpl page. <span class="label status {if is_null($ticket.statusColor)}status-{$ticket.statusClass}"{else}status-custom" style="border-color: {$ticket.statusColor}; color: {$ticket.statusColor}"{/if}>{$ticket.status|strip_tags}</span>
-
The encoding I'm looking for is below but it does not appear in the viewticket.tpl file? <span class="label status {if is_null($ticket.statusColor)}status-{$ticket.statusClass}"{else}status-custom" style="border-color: {$ticket.statusColor}; color: {$ticket.statusColor}"{/if}>{$ticket.status|strip_tags}</span>
-
On the Bills page , I want to show modal popup when I click on the invoice , How can i do it hug me if you help me.
-
Removed the coloring thank you now just need the code to color
-
-
How can I help you?
-
The problem is that there is only text part there. My Code <div class="col-md-3"> <div class="well well-sm"> <span class="lead">{$LANG.supportticketsstatus}</span> <div>{$status}</div> </div> </div>
-
Hello, viewticket.php On the page How do I change ribbon according to background color?
-
Showing from specific url path, I made the sidebar myself 'uri' => '/clientarea.php?action=productdetails&id=' . $_GET['id'] . '#tabPortForward',
-
Hello, I want to make my own sidebar. How can I give an automatic hover when the pages change? I want to auto-generate the following class = "active" page change.I'm happy if you help me. <ul> <li class="active"> <a href="/secure/affiliate"><i class="fa fa-cloud item-icon"></i>Ortaklık Ana Sayfa</a></li> <li> <a href="#"><i class="fa fa-ticket item-icon"></i>İndirim Kuponları</a></li> </ul>
-
Hello, I made the theme licensing method, but would it cause trouble if I encrypt the .tpl file?