| Author |
Message |
zonerpizza
Nuke Cadet


Joined: Jun 11, 2003
Posts: 5
|
Posted:
Fri Jul 11, 2003 11:41 am |
  |
hmm, the theme i'm trying to modify has happy right blocks only in home. is there a way to make it so that it's all the way on the other side of the page, not halfway and have it visible for every page? what file would i have to change to get this to work? |
|
|
   |
 |
nathanraymond
Premium


Joined: Jan 17, 2003
Posts: 121
Location: Rhode Island
|
Posted:
Fri Jul 11, 2003 1:01 pm |
  |
what are you talking about? example? |
|
|
    |
 |
duelcoot
Nuke Soldier


Joined: Jun 23, 2003
Posts: 20
|
Posted:
Fri Jul 11, 2003 1:11 pm |
  |
yea this is happining to me also
www.gsebase.net
click on a page and my right blocks disapear |
|
|
   |
 |
nathanraymond
Premium


Joined: Jan 17, 2003
Posts: 121
Location: Rhode Island
|
Posted:
Fri Jul 11, 2003 1:18 pm |
  |
I think I understand but I will try...
in the module index.php make the correction
Quote:
// If you would like to Display the Right Side Bar $index = 1;
// Or if you would not want to Display the Right Side Bar it must be $index = 0;
if (!isset($mainfile)) { include("mainfile.php"); }
$index = 1;
include("header.php");
OpenTable();
is that what you mean? |
|
|
    |
 |
zonerpizza
Nuke Cadet


Joined: Jun 11, 2003
Posts: 5
|
Posted:
Fri Jul 11, 2003 7:19 pm |
  |
hmm, i'll try to be more clear. thanks for your help.
okay, the theme that i'm using has this sort of fixed width issue, it's only 800px give or take wide. how would i make it so that it extends to the other side of the page ?
also, the right blocks only appear in home, for example, if i went to content, all my left blocks would still be there, but content would be stretched over to where the right blocks would be. is there a method of making the right blocks always there? |
|
|
   |
 |
nathanraymond
Premium


Joined: Jan 17, 2003
Posts: 121
Location: Rhode Island
|
Posted:
Sat Jul 12, 2003 11:56 am |
  |
ok so thats two questions:
1
the theme that i'm using has this sort of fixed width issue, it's only 800px give or take wide. how would i make it so that it extends to the other side of the page ?
so you would like to change the width?
I think you have to change the settings in
center_right.html Manages the outlay of the page.
center_left.htmlManages the layout of the page.
2 go to each module and correct in the index
If you would like to Display the Right Side Bar $index = 1;
does this help? |
_________________ www.nrmfk.com |
|
    |
 |
zonerpizza
Nuke Cadet


Joined: Jun 11, 2003
Posts: 5
|
Posted:
Sun Jul 13, 2003 1:40 pm |
  |
well, correcting each index for each of the modules... i'm trying to make the theme display both left and right blocks... does this make sense? |
|
|
   |
 |
nathanraymond
Premium


Joined: Jan 17, 2003
Posts: 121
Location: Rhode Island
|
Posted:
Thu Jul 17, 2003 10:16 am |
  |
I am not sure I am following you.
If you want to have the right blocks showing then you have to adjust/change the file (modules/????module name???/index.php
there in the index file that would allow you to display both left and right blocks.
nathan |
_________________ www.nrmfk.com |
|
    |
 |
|
|