| Author |
Message |
Camber New Member


Joined: Apr 02, 2006 Posts: 13
|
Posted:
Mon May 05, 2008 8:57 am |
|
I'm working on a modification that details user posts in the forums by month similar to the front page of a Yahoo group that shows posting activity over the life of the group. Everything is working well but the popup for the post details has the website header and, footer and right side blocks in it. I am using a template for the popup and including page_header.php and page_tail.php. In a standalone install of phpbb the popup is clean.
Does anyone have ideas on how to format a phpbb popup in nuke so that it doesn't have the header, footer and side blocks? Thank you in advance for any help you may provide. |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 7236 Location: Arizona
|
Posted:
Fri May 09, 2008 5:01 pm |
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 4553 Location: Poland
|
Posted:
Sat May 10, 2008 1:53 am |
|
Can you post a link to a text file which has the code you are using?
I have a feeling one or more files you are 'including' may then be including other files which is giving you the extra data you do not want.
Worst case scenario is, you might have to create duplicates of page_header.php etc but remove the extra code you dont need.
I had to this with my modified News module when creating a modal pop-up to reomve the additional header/footer and side block calls as I only want the actual news post data. |
|
|
|
 |
|
|
|
|