PDA

View Full Version : Create forum index? (API)


zardos
11-17-2006, 11:40 PM
Hi, i have created a custom page on my server named. forumindex.php
and a template for this page. What code do i have to insert in forumindex.php and what variable in the template, If i want the list off all my forums to appear?

I have manage to add Date and navbar and a few other things but not the forum index / Forum root.

Ntfu2
11-18-2006, 01:42 AM
Try $forumbits

if that doesnt work. try adding


eval('$forumbits1= "' . fetch_template('FORUMHOME') . '";');


to your .php file, then adding $forumbits1 into the template

zardos
11-18-2006, 10:23 AM
Humm, altenative 2 seames to worke a bit, but i done not add the list of my forums :/

.is there maybe a list somewhere with all the code / variables for the different "modules"?

Ntfu2
11-18-2006, 04:28 PM
im not sure what you mean by modules, or it only worked a bit.

Do you have a demo where we can go look at it to see what didnt load?