Author |
Message |
Eduardo
Worker


Joined: Jul 20, 2004
Posts: 189
Location: Italy
|
Posted:
Sat Oct 20, 2007 4:25 am |
|
I need to activate the right blocks in the KISGB guestbook.
Please can you help me.
Regards. |
|
|
|
 |
jakec
Site Admin

Joined: Feb 06, 2006
Posts: 3048
Location: United Kingdom
|
Posted:
Sat Oct 20, 2007 5:02 am |
|
Do you have any other blocks set to the right at the moment? |
|
|
|
 |
Eduardo

|
Posted:
Sat Oct 20, 2007 6:26 am |
|
|
|
 |
Eduardo

|
Posted:
Sat Oct 20, 2007 6:32 am |
|
|
|
 |
jakec

|
Posted:
Sat Oct 20, 2007 9:20 am |
|
So when you go to the KISGB guestbook the right side blocks disappear? |
|
|
|
 |
jakec

|
Posted:
Sat Oct 20, 2007 9:26 am |
|
|
|
 |
Eduardo

|
Posted:
Sat Oct 20, 2007 12:42 pm |
|
Not run.
Raven is able to make that modification.
In his installation all is with the right blocks. |
|
|
|
 |
Gremmie
Former Moderator in Good Standing

Joined: Apr 06, 2006
Posts: 2415
Location: Iowa, USA
|
Posted:
Sat Oct 20, 2007 12:46 pm |
|
I believe the new way to make right blocks appear is to
define('INDEX_FILE', true);
Put that in the index.php file of the module.
$index = 1;
was the pre-patch way of doing things (older themes still use it though). |
_________________ Only registered users can see links on this board! Get registered or login! - An Event Calendar for PHP-Nuke
Only registered users can see links on this board! Get registered or login! - A Google Maps Nuke Module |
|
|
 |
Eduardo

|
Posted:
Sun Oct 21, 2007 12:42 am |
|
In the script there are 3 files with:
$index = 1;
They are:
config.php
preview.php
user.prefs.php |
|
|
|
 |
Gremmie

|
Posted:
Sun Oct 21, 2007 10:16 am |
|
In those 3 files, put
define('INDEX_FILE', true);
right below those $index = 1; lines. |
|
|
|
 |
Eduardo

|
Posted:
Sun Oct 21, 2007 12:37 pm |
|
BRAVO !!!!
The script run also with the right blocks.
Thank you very much. |
|
|
|
 |
jakec

|
Posted:
Sun Oct 21, 2007 12:58 pm |
|
Good point Gremmie, thanks for correcting me.
Eduardo, glad you got it working.
 |
|
|
|
 |
Eduardo

|
Posted:
Sun Oct 21, 2007 1:18 pm |
|
Gremmie wrote: | In those 3 files, put
define('INDEX_FILE', true);
right below those $index = 1; lines. |
I have applied this to CZIframe and also run well.
Thanks. |
|
|
|
 |
|