Kayako Logo
Developers & Code Interested in customizing your Kayako products? Discuss modifications and develop your own mods with the community.

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  (#1) Old
Master Merlin Offline
New Member
 
Posts: 13
Join Date: May 2008

SupportSuite
Monthly Leased License
Question Kayako LoginBox - 19-05-2008, 01:31 PM

Greetings,
I wonder is it possible to get the code for the Kayako Login Box so that i can add the code to my website and that way intergate it ?

Here is the pic of the login box:


And the pic of what i would like to do:


I would be extemly grateful for this,
Merlin
   
Reply With Quote
  (#2) Old
Andrew Scott Offline
Member
 
Andrew Scott's Avatar
 
Posts: 131
Join Date: Apr 2008
Location: Swindon, UK

SupportSuite
Owned License
19-05-2008, 02:57 PM

Do you want to Install login box to your page. And then you want to show them info that they are logged in. Right?


Andrew Scott
kayako]at[holbi.co.uk
Kayako Development Manager
Holbi Kayako development

   
Reply With Quote
  (#3) Old
Digital Mayhem Offline
Community Moderator
 
Digital Mayhem's Avatar
 
Posts: 842
Join Date: May 2005
Location: Henderson, Nevada

SupportSuite
Owned License

19-05-2008, 05:40 PM

This can be found in


Admin CP > Templates > Manage Templates > General > Navbar


look for the code between the tag BEGIN LOGIN BOX and END LOGIN BOX and then if you want to show them logged in and stuff you can then use the code found between "BEGIN MY ACCOUNT BOX" and "END MY ACCOUNT BOX"


Note: I don't know if those are the exact tags as I removed them completely from mine.


Steve
Digital Mayhem, Inc.
AIM: Steve.Lawrence@Digital-Mayhem.biz
MSN: Steve.Lawrence@Digital-Mayhem.biz
YAHOO: DigitalMayhem_Steve
SKYPE: DigitalMayhem_Steve

I'm Important
   
Reply With Quote
  (#4) Old
Master Merlin Offline
New Member
 
Posts: 13
Join Date: May 2008

SupportSuite
Monthly Leased License
20-05-2008, 02:48 PM

I tried to copy paste the whole code in a webpage indenpendant from kayako and all i got is a website similiar to this:

Quote:
<{if $ismodernbill == false && $ismodernbillv5 == false}><{if $_USER[loggedin] == true}> <{$language[myaccount]}> <{$language[logout]}>
<{$language[loggedinas]}><{$_USER[fullname]}>

<{if $tgroup[loginapi_moduleid] == 1}> <{$language[myaccount]}>
<{$language[changepassword]}>
<{/if}> <{else}> <{$language[login]}> <{if $loginsharemodule != 1}> <{else}><{$language[lostpassword]}> <{/if}>
<{if $loginsharemodule != 1}><{$language[loginusername]}><{else}><{$language[loginemail]}><{/if}>
<{$language[loginpassword]}>
<{$language[loginrememberme]}> checked<{/if}>>


<{/if}> <{if $inctrnav == true}> <{displaytemplate name="tsnavbar"}> <{elseif $inckbnav == true}> <{displaytemplate name="kbnavbar"}> <{elseif $incdlnav == true}> <{displaytemplate name="dlnavbar"}> <{elseif $incnwnav == true}> <{displaytemplate name="nwnavbar"}> <{/if}>
<{if $cansearch == true}> <{$language[search]}>

<{$language[entiresupportsite]}> <{if $kbcansearch == true}> <{$language[knowledgebase]}><{/if}> <{if $dlcansearch == true}> <{$language[downloads]}><{/if}> <{if $trcansearch == true}> <{$language[troubleshooter]}><{/if}>

<{/if}> <{if $innewsnav == true}> <{displaytemplate name="newsnavbar"}> <{elseif $articlenav == true}> <{displaytemplate name="kbarticlenavbar"}> <{elseif $dlitemnav == true}> <{displaytemplate name="dlitemnavbar"}> <{elseif $nwitemnav == true}> <{displaytemplate name="nwitemnavbar"}> <{/if}> <{if $settings[ls_displaystatus] == 1}>
<{/if}><{/if}>
No interface, absolutely nothing .
   
Reply With Quote
  (#5) Old
Master Merlin Offline
New Member
 
Posts: 13
Join Date: May 2008

SupportSuite
Monthly Leased License
20-05-2008, 02:49 PM

Quote:
Originally Posted by Andrew Scott View Post
Do you want to Install login box to your page. And then you want to show them info that they are logged in. Right?
And the answer to this question is: yes.
   
Reply With Quote
  (#6) Old
Andrew Scott Offline
Member
 
Andrew Scott's Avatar
 
Posts: 131
Join Date: Apr 2008
Location: Swindon, UK

SupportSuite
Owned License
20-05-2008, 03:05 PM

the code that you have provided is Smarty template. To install code to your page, I would suggest you to copy source code from the html page,
What other system do you have, I mean the system where you are going to place kayako login box.?


Andrew Scott
kayako]at[holbi.co.uk
Kayako Development Manager
Holbi Kayako development

   
Reply With Quote
  (#7) Old
Master Merlin Offline
New Member
 
Posts: 13
Join Date: May 2008

SupportSuite
Monthly Leased License
20-05-2008, 03:11 PM

Nuke Evolution.
   
Reply With Quote
  (#8) Old
Master Merlin Offline
New Member
 
Posts: 13
Join Date: May 2008

SupportSuite
Monthly Leased License
20-05-2008, 08:48 PM

Quote:
Originally Posted by Andrew Scott View Post
the code that you have provided is Smarty template. To install code to your page, I would suggest you to copy source code from the html page,
What other system do you have, I mean the system where you are going to place kayako login box.?
Can this be explained a bit please .
   
Reply With Quote
  (#9) Old
Andrew Scott Offline
Member
 
Andrew Scott's Avatar
 
Posts: 131
Join Date: Apr 2008
Location: Swindon, UK

SupportSuite
Owned License
21-05-2008, 08:53 AM

Hi Master Merlin.

The code that you provided is Smarty template, that means, that Smarty template has special symbols, and when you load page, special class parses the template and replaces symbols(variables) with html code.
So to integrate login box to your page:
You can use wrapper (I dont know if your system supports wrappers)
You can integrate Kayako's template to your page, but this is complex task
Or you can try to insert HTML code from Kayako source code and link it to Kayako (but I'm not sure if it will work). Just open Kayako page on Mozilla and click ctrl+u and you will see the source code of the page.
You need the info between
<!-- BEGIN LOGIN BOX --> and <!-- END LOGIN BOX -->

Please contact me via PM, if you need any further help

Andrew, Holbi


Andrew Scott
kayako]at[holbi.co.uk
Kayako Development Manager
Holbi Kayako development


Last edited by Andrew Scott : 21-05-2008 at 08:55 AM.
   
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Feedback about Kayako Xaman Comments, Questions & Feedback 10 03-04-2008 06:04 AM
Kayako WHMCS LoginShare Module Explovision Offers 15 04-12-2007 01:31 PM
Huge Logic Bug/Hole on Piping and User Management on Kayako??? iHubNet E-mail Piping Issues 5 12-04-2007 05:11 PM



Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0

Kayako provides online help desk software and support solutions; enabling companies to improve their support and reduce costs.

Our three main products include: SupportSuite, eSupport and LiveResponse



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46