| Author |
Message |
digitalissa |
|
Post subject: prob with wowtheme3 displaying blocks on right side
Posted: Dec 25, 2006 - 07:57 AM
|
|
Joined: Dec 25, 2006
Posts: 16
Status: Offline
|
|
| Ok I'm using phpnuke 8 and wowtheme3, I can get blocks to show on LEFT side..and CENTER but not RIGHT. Any idea how I can fix this please? and ty in advance for your help. |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: prob with wowtheme3 displaying blocks on right side
Posted: Dec 25, 2006 - 02:54 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
AT hasn't been updated for 8.0 yet but to fix it just do this
Edit 'modules/AutoTheme/includes/php-nuke/atAPI.php' and replace the atIsHomePage() function with:
function atIsHomePage()
{
if ($GLOBALS['home_page'] == 1 || empty($_SERVER['QUERY_STRING'])) {
return true;
}
else {
return false;
}
} |
|
|
| |
|
|
|
 |
digitalissa |
|
Post subject: RE: prob with wowtheme3 displaying blocks on right side
Posted: Dec 26, 2006 - 12:12 AM
|
|
Joined: Dec 25, 2006
Posts: 16
Status: Offline
|
|
Well that made the blocks on the left appear only when I'm at the home page - and made my middle blocks appear to be all black.
Will the new at fix all of this?
thank you for responding btw  |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: prob with wowtheme3 displaying blocks on right side
Posted: Dec 26, 2006 - 01:46 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
| Can you post a link to the site? I want to see what it is doing. |
|
|
| |
|
|
|
 |
digitalissa |
|
Post subject: RE: prob with wowtheme3 displaying blocks on right side
Posted: Dec 26, 2006 - 04:50 AM
|
|
Joined: Dec 25, 2006
Posts: 16
Status: Offline
|
|
Something else I noticed...I put boxes/mods in the middle area of the site and the content will show for them but not the frame/box stuff that is supposed to be around them  |
|
|
| |
|
|
|
 |
digitalissa |
|
Post subject: RE: prob with wowtheme3 displaying blocks on right side
Posted: Dec 26, 2006 - 04:52 AM
|
|
Joined: Dec 25, 2006
Posts: 16
Status: Offline
|
|
http://www.convictionclan.com/
sorry forgot url too, I removed the coding you suggested I put in btw, I didn't like the black boxes there |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: prob with wowtheme3 displaying blocks on right side
Posted: Dec 26, 2006 - 03:45 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
You should use the Submit News area of PHPNuke and not Messages.
Messages are part of admin messages while news is for the home page. |
|
|
| |
|
|
|
 |
digitalissa |
|
Post subject: RE: prob with wowtheme3 displaying blocks on right side
Posted: Dec 26, 2006 - 09:20 PM
|
|
Joined: Dec 25, 2006
Posts: 16
Status: Offline
|
|
I really appreciate your patience and help Everything is working great but I'm still getting black boxes in the center when I apply the side boxes Any idea how to make them go away? I'm currently getting them on main page where news is displayed but I also notice them in the admin area where I'm setting stuff up, it looks like it's just not showing the background or the background is set to black or something. |
|
|
| |
|
|
|
 |
digitalissa |
|
Post subject: RE: prob with wowtheme3 displaying blocks on right side
Posted: Dec 26, 2006 - 09:24 PM
|
|
Joined: Dec 25, 2006
Posts: 16
Status: Offline
|
|
Also I'm noticing when I'm in admin the side boxes disappear, I'm not sure if this is intented or not? They vanish for forums too  |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: prob with wowtheme3 displaying blocks on right side
Posted: Dec 26, 2006 - 10:51 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Can you create me an admin account so I can look at the settings?
PM me the login info here. |
|
|
| |
|
|
|
 |
digitalissa |
|
Post subject: RE: prob with wowtheme3 displaying blocks on right side
Posted: Dec 26, 2006 - 10:56 PM
|
|
Joined: Dec 25, 2006
Posts: 16
Status: Offline
|
|
|
|
|
 |
mars |
|
Post subject: RE: prob with wowtheme3 displaying blocks on right side
Posted: Dec 26, 2006 - 11:20 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Ok I took a look, only thing I could see was an errant color setting in the theme config. Where are you seeing blank blocks?
I looked at the site in Firefox and IE and didn't see anything blank? |
|
|
| |
|
|
|
 |
digitalissa |
|
Post subject: RE: prob with wowtheme3 displaying blocks on right side
Posted: Dec 26, 2006 - 11:22 PM
|
|
Joined: Dec 25, 2006
Posts: 16
Status: Offline
|
|
| in admin - some admin is ok but when you first come in instead of the parchment texture you see black and when you put the who's online box (for one example) or the big news story up you get other black boxes |
|
|
| |
|
|
|
 |
digitalissa |
|
Post subject: RE: prob with wowtheme3 displaying blocks on right side
Posted: Dec 26, 2006 - 11:24 PM
|
|
Joined: Dec 25, 2006
Posts: 16
Status: Offline
|
|
| hmm I went to check it again and it's appearing to be all fixed - I guess it was all tied to the errant color setting? |
|
|
| |
|
|
|
 |
digitalissa |
|
Post subject: RE: prob with wowtheme3 displaying blocks on right side
Posted: Dec 26, 2006 - 11:26 PM
|
|
Joined: Dec 25, 2006
Posts: 16
Status: Offline
|
|
sorry for triple post ;p but it appears to be perfect now other than the right side bars disappearing under certain menus - but that's fine with me tbh and might be as it was intended to me, thank you for all your time and work  |
|
|
| |
|
|
|
 |
|
|