Node Pages Question

BrandonT

Member
Ok, so I want to create a Node Page (my homepage).

The question I have it how can I carry stuff over to the page like member box(guest/member), recent threads, status updates and stuff like that.

Also how should I set up a proper template html were it will display like this:

Main Top (full) Top Sidebard
Main Left | Main Right (halfs) Middle Sidebar
Main Bottom (full) Bottom Sidebar

Help with this is greatly appreciated! (I prefer to not use a portal I want something already built into system)
 
You will need to use php callback to display content such as recent threads, status updates, etc.
You can't do that with simple HTML.

Essentially you're going to need one or more add-ons.
 
Top Bottom