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
jj1987 Offline
New Member
 
Posts: 17
Join Date: Feb 2008
Include php in kayako knowledgebase? - 06-03-2008, 07:17 PM

Is it possible to inlcude php in kayako helpdesk articles?

I'd like to do the following to make the site easier to move "just in case" we ever move th site to a new address I don't have to re-edit every article.

Code:
require ('siteconfig.php');
<a href="http://<?=$siteaddress; ?>/video/tutorial_configuring_apple_mail.php">
My config file looks like this
Code:
$siteaddress = "www.waveinternetsupport.com";
   
Reply With Quote
  (#2) Old
craigbrass Offline
Senior Member
 
Posts: 5,551
Join Date: Jun 2005
Location: Cumbria, UK
07-03-2008, 07:05 AM

PHP isn't parsed in knowledge base articles.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
Reply

Tags
include, knowledgebase, php

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

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
GoPHP5 BigTom3007 Comments, Questions & Feedback 10 15-05-2008 08:10 AM
dynamic php includes in smarty templates ebyte.com SupportSuite, eSupport and LiveResponse 3 04-06-2007 08:22 PM
Can't include php URLS WebGuyz SupportSuite, eSupport and LiveResponse 1 07-08-2006 04:27 AM
Displaying Kayako contents with PHP numaria SupportSuite, eSupport and LiveResponse 0 09-05-2006 04:39 PM
Kayako support tool, PHP and PHPSuExec 21csolutions SupportSuite, eSupport and LiveResponse 2 06-05-2006 08:28 AM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


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