PDA


View Full Version : Display a forum as a Custom Page Content


mr2jswe
03-06-2005, 06:43 PM
When I use the forumdisplay command, i also get the site-logo and navbar displayed. In short I get it twice.

It really sounds like a dumb question, and Ive wrecked my brain trying to figure this one out, but Im at a loss. :o

I just want this to show (without logo and navbar) as a Custom Page Content:
My site (http://storsloken.se/forums/forumdisplay.php?f=1)

It sounds real easy.. :confused:

tomshawk
03-06-2005, 07:12 PM
Interesting

Not sure why you would want to, but

You can open the forumdisplay template and remove
$header
$navbar

That will get rid of the header and navbar

the problem is, this will be the same for all forumdisplay pages

Let us know the utimate goal with this

mr2jswe
03-06-2005, 07:23 PM
Thank you tomshawk! :)
With your suggestion I could save it as forumdisplay2 and put it in the Custom Page Content. (I didnt know I could edit logo and navbar inside forumdisplay.)

The reason Im trying to do this is that I want to have some of my other modules on the side of the forum. Not just the forum.

The modules that come with CMPS are good for a lot of things, but as Ive understood it none of them support the plain showing of a forum.. :confused:

mr2jswe
03-06-2005, 07:46 PM
Hmm Ive created a forumdisplay2 template, without the $header and $navbar.

How do I call it to show a certain forum id in the Custom Page Content?

I mixed things up. I know how to call it from forumdisplay.php but not as a template.