- Moderated by:
- Support
-
- rank:
-
Freshman
- registered:
- March 2004
- Status:
- offline
- last visit:
- 23.03.04
- Posts:
- 2
but for the life of me I cant figure it out.
I am using all the XTE themes and they are working fine, except I have one small problem. I am using block control and removing all the right side blocks (in PNphpBB2 module block control). For every included theme (Seabreeze, PostNuke Silver and Blue and PNdefault) when I do this the forums go to the end of the page(all the way to the right), as in use the space where the right blocks use to be, all work fine except the XTE PostNuke theme, it will not go to the far right of page.
Yes I am a noob, but I really tried to figure this out before posting here. Can somebody lead me in the right direction to fix this?
I have a screenshot available here http://jettclan.net/MISC/problem.JPG -
- rank:
-
Professional
- registered:
- April 2002
- Status:
- offline
- last visit:
- 24.11.08
- Posts:
- 716
I guess (haven't checked it) the this theme doesn't check for right blocks to be there, but leaves space under any circumstances- You might compare the master.htm of this theme against another one.
Jörg -
- rank:
-
Moderator
- registered:
- March 2002
- Status:
- offline
- last visit:
- 26.08.08
- Posts:
- 7720
You probably find that this theme has a fixed width table that displays even if there is no rightblock content. Something like. Two ways to approach this.
1) Move the width into the block template itself and remove the width from the master template
2) Add some logic so we display the cells only of there is content.
e.g.
I'll check this out in the theme and see if I can sort this out in time for XTE RC3.
The advantage of templates is that you have the HTML in an easily editable form. If in doubt take a look at the HTML.
-Mark
