Fork me on GitHub

Glossary/Dictionary Problem  Bottom

  • I tried to install the Encyclopedia1.0.71x and the Semantics, as a module, but neither of them have a index.php.

    should these be setup like a module or what
    What am I doing wrong.
  • CrazyBill

    I tried to install the Encyclopedia1.0.71x and the Semantics, as a module, but neither of them have a index.php.

    should these be setup like a module or what
    What am I doing wrong.


    CrazyBill,

    Older modules use the entry point modules.php

    e.g. modules.php?op=modload&name=FAQ&file=index

    This loads index.php from the FAQ module.

    Any module written to the current architecture uses index.php as the entry point (modules written to the Module Development Guide).

    e.g. index.php?module=Semantics&func=main
    This loads the main function from the Semantics module and uses files pnuser.php and pnuserapi.php to provide the user functionality.

    Hopefully this helps you get started with the modules.

    -Mark
  • 0 users

This list is based on users active over the last 60 minutes.