| Author |
Message |
Skeeter |
|
Post subject: Extra right-side blocks distorting main page structure
Posted: Sep 29, 2006 - 04:56 PM
|
|
Joined: Sep 28, 2006
Posts: 3
Status: Offline
|
|
I recently purchased for phpNuke ... looks great - thank you !
a problem I cant find a workaround for - would like your suggestion
The Home page structure seems a little unstable ... this is my site
http://www.fusionground.net/main/index.php
Now click on the "Read More"option on the news item ... an extra Right Side set of blocks appears disrupting the home page graphics moving some across to the left making room for this additional set of right side blocks .. not a good look when it happens.
Shouldnt those blocks appear in the the far right side where the other right side blocks are ?
(Edit : I changed the Subject line to make it more relevant for others who are searching for a solution for the same problem) |
Last edited by Skeeter on Sep 30, 2006 - 09:14 AM; edited 1 time in total
|
| |
|
|
|
 |
mars |
|
Post subject: RE: phpNuke Wowalliance Theme
Posted: Sep 29, 2006 - 08:55 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3972
Status: Offline
|
|
This is one of my pet peeves with PHPNuke, no way to turn them off.
To disable those annoying related blocks, edit modules/news/article.php and edit these 3 lines
themesidebox($boxtitle, $boxstuff);
themesidebox($ratetitle, $ratecontent);
themesidebox($optiontitle, $optionbox);
Put a /* in front of each and a */ behind each
For example
/* themesidebox($boxtitle, $boxstuff); */ |
|
|
| |
|
|
|
 |
Skeeter |
|
Post subject: RE: phpNuke Wowalliance Theme
Posted: Sep 30, 2006 - 02:03 AM
|
|
Joined: Sep 28, 2006
Posts: 3
Status: Offline
|
|
Thank you - I'm glad you have learnt to keep your pets under control and therefore able to help me keep mine tamed also.
Without those annoying blocks there is still a very slight frame shift - but that is now minimal and therefore quite acceptable ... thank you for your help. |
|
|
| |
|
|
|
 |
Skeeter |
|
Post subject: RE: phpNuke Wowalliance Theme
Posted: Sep 30, 2006 - 09:12 AM
|
|
Joined: Sep 28, 2006
Posts: 3
Status: Offline
|
|
Just in case some else finds this and experiences the same problem ... I also decided to comment out ...
/*
if (($active == 1) AND ($position == "r") AND (!is_user($user))) {
loginbox();
}
*/
This created a login block if an anonymous user clicked on the offending link. |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: phpNuke Wowalliance Theme
Posted: Sep 30, 2006 - 04:58 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3972
Status: Offline
|
|
Gah missed that one, thanks for posting back.  |
|
|
| |
|
|
|
 |
|
|