Zikula: A Flexible Open Source Content Management System
home | forum | contact us

Dizkus

Bottom
Php code to display a html page as a module?
  • Posted: 07.05.2006, 07:22
     
    abouha
    rank:
    Registered User Registered User
    registered:
     May 2006
    Status:
    offline
    last visit:
    07.05.06
    Posts:
    1
    icon_confused hey everyone,
    there use to be a sciptcode as doc. in the download area (script contribution from Serbian friends), it is easy and very helpfull to include a HTML page to be displayed as a module.
    Any idea where to find it? or anybody knows the code?
    I'll be very gratefull for your help guys!

    thank you
  • Posted: 07.05.2006, 08:32
     
    mhalbrook
    rank:
    Legend Legend
    registered:
     December 1969
    Status:
    online
    Posts:
    6540
    Don't know about that, but there are several other options, such as DynaMOD from http://www.markwest.me.uk the Sections module, to an extent, a module called htmlpages (Which is used for some of the content on PostNuke.com), Pagesetter from http://www.elfisk.dk
  • Posted: 07.05.2006, 13:51
     
    Simon
    rank:
    Steering Committee Steering Committee
    registered:
     December 2002
    Status:
    offline
    last visit:
    02.12.08
    Posts:
    13418
    You're better off with the options Mike mentioned above. If you absolutely must use that file, then the source is:

    Code

    <?php
    include 'includes/pnAPI.php';
    pnInit();
    include 'header.php';
    ?>
    HTML Here...

    <?php
    include 'footer.php';
    ?>


    --
    Regards,
    Simon

    itbegins.co.uk - Zikula Consulting

    Please read the Support Guide
  • Posted: 11.05.2006, 20:17
     
    jmcivor
    rank:
    Helper Helper
    registered:
     February 2004
    Status:
    offline
    last visit:
    16.10.08
    Posts:
    217
    poswrap? from what i understand its not exactly fort knox, but does the job nicely

    --
    Currently installed : PN762

    jmcivor.com
    jlm@jmcivor.com

Extensions Moderation

Main Menu

Extensions Database

Documentation

Development

Login

Donate to Zikula