[quote name='schmuck' date='Mar 23 2003, 02:35 AM']
borfast, on Mar 22 2003, 05:14 PM, said:
The problem for MT is that it can't smoothly integrate Gallery nor phpBB2. What I mean is that it is very difficult to configure to a way which you can have a static top and left menu that wrap the Gallery or phpBB2. It's rather easy to do this in either phpNuke or Postnuke, since there are modules already available.
Not true, technically.
Check out reelidentities.org for my gallery integration.
Here's how I did it.
I use modules for my header and footer in Movable type, then call them using MTInclude.
Create 2 New Index Templates, I call mine "header for gallery" and "footer for gallery".
In the header index template put your header info (or in my case <$MTInclude module="header"$>) then output this as '/path/to/gallery/html_wrap/wrapper.header
Then, in the footer put your footer info (or in my case <$MTInclude module="footer"$>) then output this as '/path/to/gallery/html_wrap/wrapper.footer
As simple as that. (It really is simple... dispite what that must look like to a MT newbie heheh)