feri
Member
saya kira udah pernah . pantes aja dari tadi kagak nyambungkalau ada akses ke whmcs.com coba ditanyakan saja agar lebih jelas scriptnya. Saya juga belum pernah custom scriptnya.
saya kira udah pernah . pantes aja dari tadi kagak nyambungkalau ada akses ke whmcs.com coba ditanyakan saja agar lebih jelas scriptnya. Saya juga belum pernah custom scriptnya.
kalau mau tambahin script html bisa seperti mau nambahin YM dan widget lainnya. Tapi kalau mau ubah bagian headernya harus dihubungkan ke file cssnya.saya kira udah pernah . pantes aja dari tadi kagak nyambung
iya saya sudah menambahkan livechat.. cuman edit menunya yang masih bingung .. baca penjelasan di whmcs nya masih bingungkalau mau tambahin script html bisa seperti mau nambahin YM dan widget lainnya. Tapi kalau mau ubah bagian headernya harus dihubungkan ke file cssnya.
pakai fitur translate google aja biar gampang baca tutorial lengkapnya. Soalnya ini sangat sulit karena harus merubah tampilan menu agar sama seperti website utama kan ? Saya pahamnya cuman yang tambahin script html aja masiya saya sudah menambahkan livechat.. cuman edit menunya yang masih bingung .. baca penjelasan di whmcs nya masih bingung
bukannya saya kagak ngerti bahasa inggrisnyapakai fitur translate google aja biar gampang baca tutorial lengkapnya. Soalnya ini sangat sulit karena harus merubah tampilan menu agar sama seperti website utama kan ? Saya pahamnya cuman yang tambahin script html aja mas
WHMCS 6
"The look and feel of the navigation bar can be customised via the header.tpl and navbar.tpl (located in /includes/) template files. "
baca cheatsheet nya
http://docs.whmcs.com/Client_Area_Sidebars_Cheatsheet
http://docs.whmcs.com/Client_Area_Navigation_Menus_Cheatsheet
langsung praktekan
{foreach $navbar as $item}
<li menuItemName="{$item->getName()}"{if $item->hasChildren()} class="dropdown"{elseif $item->getClass()} class="{$item->getClass()}"{/if} id="{$item->getId()}">
<a {if $item->hasChildren()}class="dropdown-toggle" data-toggle="dropdown" href="#"{else}href="{$item->getUri()}"{/if}>
{if $item->hasIcon()}<i class="{$item->getIcon()}"></i> {/if}
{$item->getLabel()}
{if $item->hasBadge()} <span class="badge">{$item->getBadge()}</span>{/if}
{if $item->hasChildren()} <b class="caret"></b>{/if}
</a>
{if $item->hasChildren()}
<ul class="dropdown-menu">
{foreach $item->getChildren() as $childItem}
<li menuItemName="{$childItem->getName()}"{if $childItem->getClass()} class="{$childItem->getClass()}"{/if} id="{$childItem->getId()}">
<a href="{$childItem->getUri()}">
{if $childItem->hasIcon()}<i class="{$childItem->getIcon()}"></i> {/if}
{$childItem->getLabel()}
{if $childItem->hasBadge()} <span class="badge">{$childItem->getBadge()}</span>{/if}
</a>
</li>
{/foreach}
</ul>
{/if}
</li>
{/foreach}
<!-- Bootstrap -->
<link href="{$BASE_PATH_CSS}/bootstrap.min.css" rel="stylesheet">
<link href="{$BASE_PATH_CSS}/font-awesome.min.css" rel="stylesheet">
<!-- Styling -->
<link href="{$WEB_ROOT}/templates/{$template}/css/overrides.css" rel="stylesheet">
<link href="{$WEB_ROOT}/templates/{$template}/css/styles.css" rel="stylesheet">
<!-- jQuery -->
<script src="{$BASE_PATH_JS}/jquery.min.js"></script>
<!-- Custom Styling -->
<link rel="stylesheet" href="{$WEB_ROOT}/templates/{$template}/css/custom.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
"Alternatively, you can manipulate the display text via a hook as follows:"semoga![]()