| Author |
Message |
porcupinepc Involved


Joined: Sep 20, 2003 Posts: 261 Location: Schumacher, Ontario CANADA
|
Posted:
Sat May 15, 2004 8:23 pm |
|
I am running PHP-Nuke 7.3 on my site:
Now, here is what i would like to do. I would like to keep the mainpage as you see it except that i would like ALL my forums to appear on the main page instead of clicking on forums all the time.
Can this be done?
Joe |
|
|
 |
 |
GanjaUK Life Cycles Becoming CPU Cycles

Joined: Feb 14, 2004 Posts: 633 Location: England
|
Posted:
Sun May 16, 2004 3:17 am |
|
If you go to modules in admin. You can click Put in Home link next to the module you wish to appear in home. |
|
|
|
 |
porcupinepc Involved


Joined: Sep 20, 2003 Posts: 261 Location: Schumacher, Ontario CANADA
|
Posted:
Sun May 16, 2004 5:36 am |
|
Super thanks.
Do you know of a mod that would allow me to keep more than 1 module "in hom" and also a mod that allows the blocks to be displayed on the left & right hand side while the forums are displayed "in home" ?
Joe |
|
|
 |
 |
GanjaUK Life Cycles Becoming CPU Cycles

Joined: Feb 14, 2004 Posts: 633 Location: England
|
Posted:
Sun May 16, 2004 10:24 am |
|
No problem.
You could have both sides of block showing with the forum. If you open: /modules/forums/index.php
Find:
| Code: |
//
// Start session management
//
|
Just before that, add:
|
|
|
|
 |
porcupinepc Involved


Joined: Sep 20, 2003 Posts: 261 Location: Schumacher, Ontario CANADA
|
Posted:
Sun May 16, 2004 11:38 am |
|
thanks GanjaUK
My site is now the way i wanted it. Much appreciated
Joe
|
|
|
 |
 |
GanjaUK Life Cycles Becoming CPU Cycles

Joined: Feb 14, 2004 Posts: 633 Location: England
|
Posted:
Sun May 16, 2004 12:29 pm |
|
I forgot to mention, you need to add to more than just index.php if you want both sides of blocks on all parts of the forum.
example: viewforum.php, viewtopic.php, profile.php etc
Just add it after the includes. |
|
|
|
 |
porcupinepc Involved


Joined: Sep 20, 2003 Posts: 261 Location: Schumacher, Ontario CANADA
|
Posted:
Sun May 16, 2004 3:36 pm |
|
|
 |
 |
GanjaUK Life Cycles Becoming CPU Cycles

Joined: Feb 14, 2004 Posts: 633 Location: England
|
Posted:
Sun May 16, 2004 3:46 pm |
|
| Code: |
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
include("includes/bbcode.php");
|
For example. |
|
|
|
 |
porcupinepc Involved


Joined: Sep 20, 2003 Posts: 261 Location: Schumacher, Ontario CANADA
|
Posted:
Sun May 16, 2004 4:11 pm |
|
thanks again GanjaUK
I believe i got the files edited correctly
Joe
|
|
|
 |
 |
|
|
|
|