|
Cookbook /
InfoBoxSummary: How to create Bubblehelp infoboxes, as seen in knoppix.org
Version:
Prerequisites: Requires at least PmWiki version: 2 beta 23; last tested on PmWiki version: 2 beta 23
Status:
Maintainer: V.Krishn
Categories: Administration, Layout
QuestionHow can we create Bubblehelp infoboxes, as seen in knoppix.org? AnswerDownload the file: Please read the README file which has install instructions in detail. Minor Update: I missed the following in README file: You need to add the following lines in your .tmpl file. Just below the <body> tag place these lines: <!-- IBHeaderFmt --> $IBHeaderFmt V Krishn March 24, 2005, at 05:16 PM Test View Site:Security Issues
/* ********************************************************************
** CAUTION / WARNING
** Use of InfoBox posses a security problem.
** Use of this code lets you insert arbitary JavaScript Code.
**
** REMEMBER TO INSERT the CODE below in your config.php file.
** Just copy and paste.
** Make appropriate settings with the default password = infoboxpass
** Read the main documentation on Passwords.
** ========== Security Code for InfoBox receipe ===========
if (substr($pagename, -8) == "InfoTips") {
$DefaultPasswords['edit'] = crypt('infoboxpass');
$DefaultPasswords['attr'] = crypt('infoboxpass');
}
** ========================================================
* ********************************************************************/
For more details Read the README file carefully.
Notes and Comments
Bugs
See AlsoContributors
|