[dokuwiki] Re: Embedded HTML Plugin

Tony Steward wrote:
Sorry Try these links
http://www.locks.stewardclan.net/lockswiki/Capture1.JPG
http://www.locks.stewardclan.net/lockswiki/Capture2.JPG

I didnt get case correct

Tony Steward

While the admin module looks correct, the plugin isn't functioning yet. Have you triggered the action module?

     <?php $temp=array(); trigger_event('HTMLOK_ACCESS_EVENT', $temp); ?>

This code has to go on main.php immediately above or below the body tag. It will also work if it is placed at the top of main.php but the recommended position is something like this:

<?php $temp=array(); trigger_event('HTMLOK_ACCESS_EVENT', $temp); ?>
<body>
<?php /*old includehook*/ @include(dirname(__FILE__).'/topheader.html')?>
<div class="dokuwiki">

--

_____________________
Myron Turner
http://www.room535.org
http://www.bstatzero.org
http://www.mturner.org/XML_PullParser/


--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: