Author |
Message |
quickthrottle
Regular
![Regular Regular](modules/Forums/images/ranks/2stars.gif)
![](modules/Forums/images/avatars/46ad73274425a5cc4c02c.gif)
Joined: Mar 18, 2006
Posts: 60
|
Posted:
Thu Apr 06, 2006 6:00 pm |
|
I found a new theme for my site and i have changed some of the graphics and have it looking the way i want it.
The only trouble is, It will not show the right side blocks.
The name of the theme is Gridlock.
it is at www.clubhouseforum.com
I have tried about 4 different fixes that i have found here but they don't seem to change nothing. Am i changing the right file? |
_________________ A real friend is not someone that will come bail you out of jail.
A real friend would be there with you asking How we gona get out? |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
Sells PC To Pay For Divorce
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined:
Posts: 5661
|
Posted:
Thu Apr 06, 2006 7:43 pm |
|
what fixes did you tried?
also this one ?
In your theme.php find:
if ($index == 1) {
and change to:
if (defined('INDEX_FILE')) { |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
quickthrottle
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Apr 07, 2006 3:54 am |
|
Yes, did that one.
and the answer is NO I'm changing the wrong file.
for some reason ( probably me ) I was trying to change it with the index.html file.
It's working now,
Thanks hitwalker, |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Apr 07, 2006 6:45 am |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
grimpuppy
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Apr 15, 2006
Posts: 3
|
Posted:
Mon Apr 17, 2006 6:10 am |
|
hitwalker wrote: | what fixes did you tried?
also this one ?
In your theme.php find:
if ($index == 1) {
and change to:
if (defined('INDEX_FILE')) { |
Thanks! Worked for me! |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
guidyy
Worker
![Worker Worker](modules/Forums/images/ranks/3stars.gif)
![](modules/Forums/images/avatars/Charlie_Brown/Charlie_Brown_-_The_Model.gif)
Joined: Nov 22, 2004
Posts: 208
Location: Italy
|
Posted:
Mon Apr 17, 2006 6:56 am |
|
I'd put this as Sticky...
It seems to be a major problem for a lot of people....
Guido |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Apr 17, 2006 6:59 am |
|
Sticky?
Well its in ravens FAQ also....
Thing is...people dont read...![Sad](modules/Forums/images/smiles/icon_sad.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
guidyy
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Apr 17, 2006 7:19 am |
|
I know it's on the FAQ: here, nukecops, and probably in another dozen of phpnuke related websites If I do not recall wrong is also in the doc of the 3.1/3.2 patched distro.
But people go straight to the forums and do not ![RTM](modules/Forums/images/smiles/icon_read.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Apr 17, 2006 7:21 am |
|
your absolutely right...
But if a sticky would help.. ![Question](modules/Forums/images/smiles/icon_question.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Guardian2003
Site Admin
![](modules/Forums/images/avatars/125904890252d880f79f312.png)
Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam
|
Posted:
Mon Apr 17, 2006 8:54 am |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
aztig
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: May 01, 2006
Posts: 7
|
Posted:
Mon May 01, 2006 4:33 am |
|
Whew! been looking for this fix for ages ,
<------ a total noob ![Sad](modules/Forums/images/smiles/icon_sad.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
eodhappyman
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jun 02, 2006
Posts: 6
|
Posted:
Fri Jun 02, 2006 5:07 pm |
|
In the modules/yourmodule/index.php folder you can also enter Code:/**********************************/
/* Configuration */
/* */
/* You can change this: */
/* $index = 0; (right side off) */
/**********************************/
$index = 1;
/**********************************/
|
And it WORKS! (well atleast for me |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Jun 02, 2006 5:10 pm |
|
ill bet you just got out of bed... ![killing me](modules/Forums/images/smiles/killingme.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
eodhappyman
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Jun 02, 2006 9:54 pm |
|
Dang your good ![Laughing](modules/Forums/images/smiles/icon_lol.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Bluezzz
Involved
![Involved Involved](modules/Forums/images/ranks/4stars.gif)
![](modules/Forums/images/avatars/18475d12420d903fc5c23.jpg)
Joined: Feb 08, 2005
Posts: 290
Location: USA
|
Posted:
Mon Aug 28, 2006 3:43 pm |
|
OH man ... I LOVE IT when the answer's right ON TOP! LOL Hugzzz |
_________________ Bluezzz
~ Stop & smell the roses, while you can! ~ |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Bluezzz
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 28, 2006 3:59 pm |
|
Oh pooh, I got a parsing error when changing the
In your theme.php find:
if ($index == 1) {
and change to:
if (defined('INDEX_FILE')) {
<B>Parse error: syntax error, unexpected $end in /*****/*****/*****/themes/Aeolus/theme.php on line 279</B>
As for the other suggestion I can't find any index.php file in the example path of
*modules/yourmodule/index.php*
I have a modules folder ... but there's no php file in that. Can someone point me in the right direction for the right index.php to change please and thanks!? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 28, 2006 4:03 pm |
|
well...nobody said to touch your modules or whatever..
the topis was about...
Quote: | I found a new theme for my site and i have changed some of the graphics and have it looking the way i want it.
The only trouble is, It will not show the right side blocks. |
the right blocks were...
to solve that was..
In your theme.php find:
if ($index == 1) {
and change to:
if (defined('INDEX_FILE')) {
so go to your index.php of your theme ! |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Bluezzz
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 28, 2006 4:15 pm |
|
I did that, and I posted the resulting parsing error. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 28, 2006 4:17 pm |
|
then check your edit again...
you did something wrong.... ![Wink](modules/Forums/images/smiles/icon_wink.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Bluezzz
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 28, 2006 4:29 pm |
|
What I was referring to regarding modules reference was also above, here's the quoted comment ...
In the modules/yourmodule/index.php folder you can also enter
/**********************************/
/* Configuration */
/* */
/* You can change this: */
/* $index = 0; (right side off) */
/**********************************/
$index = 1;
/**********************************/
I don't know what .php file that is relating to in order to go there and make said change ... I don't have any such path for one thing so I can't find the .php file he/she's referring to.
I will double check my edit as you suggested but perhaps someone can clarify the part above ... where exactly is this .php file this person is referring to? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 28, 2006 4:32 pm |
|
there can be 2 reasons why the right blocks dont show..
thats this : $index = 1;
if you change that to $index = 0;
then your right blocks dont show...
but has nothing to do with the theme problem or yours. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Bluezzz
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 28, 2006 4:40 pm |
|
Thank you again hitwalker ... it was an error on my part, seems I got it in there right now! |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 28, 2006 4:42 pm |
|
nice..
good luck.. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Guardian2003
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 28, 2006 10:05 pm |
|
Just for clarification in case anyone is confused....
Making the change in the theme.php will turn on right blocks on or off for the whole site.
Making the change in a specific modules index.php will turn right blocks on/off just for that module provided they are turned on in the theme.php. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
wazza180
Hangin' Around
![](modules/Forums/images/avatars/7cb8f9b345c5c85035b71.jpg)
Joined: Jan 08, 2007
Posts: 35
Location: Australia
|
Posted:
Sun Feb 04, 2007 7:46 am |
|
hitwalker wrote: | what fixes did you tried?
also this one ?
In your theme.php find:
if ($index == 1) {
and change to:
if (defined('INDEX_FILE')) { |
Thanks hitwalker! Exactly what I have been looking for ![Wink](modules/Forums/images/smiles/icon_wink.gif) |
_________________ G'Day
Wazza |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|