How to get typo3 menus in my own page

Discussion in 'Integration' started by srihari, Nov 6, 2004.

  1. srihari

    srihari Guest

    Hello Alex,

    I am trying to get the menus of my typo3 project in my own page which I had created as a .PHP file. Please give me a a solution.
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    I'm sorry but it will not work. There is no solution - aMember pages cannot be included into any other script.
  3. etterra

    etterra New Member

    Joined:
    Jul 7, 2005
    Messages:
    11
    I have an idea how this could be done...

    in typo3 it is possible with a special template to extract the menu itself. This is like a template that contains only the markers for the menu.

    Next you create a cron job that creates a html-cached version of the menu once a day. This is then a static html file.

    Now my idea is to simply include this html file into the amember template.

    @alex: do you think this would work? I have done this already in other templates that don't allow the usage of external php code.

    etterra
  4. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    Yes, this could work, but may be little tricky to do.

Share This Page