Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Kayako develops robust helpdesk software, live chat and real-time visitor monitoring software.
Kayako is trusted by more than 30,000 organizations, including a number of Fortune 500 companies and government institutions.
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
Nick Offline
New Member
 
Posts: 29
Join Date: Oct 2004
Location: Central New York
Adding pages to Kayako? - 28-06-2009, 08:17 AM

Hello,

I'm looking for information on how to add pages to Kayako. I'm not talking full modules -- all I need are simple pages with forms on them for things like cancellations, upgrades, etc.

I'd also need the forms to check to ensure that the user is logged in, and a way to define the logged in email address in the form somehow.

Any ideas?


Nick Hudson
   
Reply With Quote
  (#2) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 7,354
Join Date: Jan 2006
Location: England, UK
28-06-2009, 09:37 AM

This may be of use: How to create a new .php page with the standard headers and footers


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#3) Old
Nick Offline
New Member
 
Posts: 29
Join Date: Oct 2004
Location: Central New York
28-06-2009, 10:17 AM

Thanks for that, but any clue on how to only show the page if the user is logged in - and a variable that defines their email address in my code?


Nick Hudson
   
Reply With Quote
  (#4) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 5,224
Join Date: Aug 2006
Location: Mumbai, India
29-06-2009, 11:54 AM

Try adding the PHP code on that page:

Code:
if (!empty($_SWIFT["user"]["userid"])) {
Your content goes here
}



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/ - NEW SKIN ADDED!!
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#5) Old
Nick Offline
New Member
 
Posts: 29
Join Date: Oct 2004
Location: Central New York
29-06-2009, 11:59 AM

Quote:
Originally Posted by supportskins View Post
Try adding the PHP code on that page:

Code:
if (!empty($_SWIFT["user"]["userid"])) {
Your content goes here
}
Thanks for that - but what would the variable be for defining the email address that is logged in? I am using this method to create some forms for my clients like upgrades, downgrades, cancels - and I want them to be authenticated and have it send from the email that is authenticated - so that I can be sure that the request was authorized.


Nick Hudson
   
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

BB 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
adding links in the header / footer of kayako supportSuite rajumail How do I? 4 14-12-2009 01:21 PM
Paid Kayako WHMCS LoginShare module v0.0.2 Explovision LoginShare Modules 39 30-11-2009 07:46 PM
Paid Kayako integration into eCommerce systems (connection between Kayako and eCommerce) Andrew Scott Modifications & Extensions 0 12-01-2009 12:50 PM
Is adding Kayako to a site using iframes allowed? jonathanbloom SupportSuite, eSupport and LiveResponse 10 25-08-2008 02:02 PM



Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2


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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78