| Author |
Message |
psychoses Regular


Joined: Jun 19, 2007 Posts: 66
|
Posted:
Tue Jun 19, 2007 7:00 am |
|
Hey :
I was just wondering how to change the forums link in PhpNuke v8.0 to point to my vBulletin "index.php" file coz I'm no coder I'm a n00b so please can any1 tell me how to do it ASAP launching my site soon ... I have 12 themes installed do I have to do it to all my themes ?
Ch33rs
Darth-Raven
PsyChoses |
|
|
|
 |
evaders99 Former Moderator in Good Standing

Joined: Apr 30, 2004 Posts: 3221
|
Posted:
Tue Jun 19, 2007 7:58 am |
|
Depending on where in your site it is, you may need to change the links
- in the theme header, usually theme.php or header.html
- menu sidebar, you can hard-code a link in block-Modules.php |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 9136 Location: Arizona
|
Posted:
Tue Jun 19, 2007 8:02 am |
|
psychoses, actually, this can be done a couple of ways. Since it sounds like all your themes have the embedded nuke Forums (phpBB) links hardcoded in them (that is my assumption), you could try doing this:
1. Open file: modules/Forums/index.php
2. Replace everything in-between the <?php ... ?> tags with something like this:
| Code: |
if ( !defined('MODULE_FILE') ) { die('You can\'t access this file directly...'); }
Header('Location: http://PutYourVBulletinLinkHere');
die()
|
3. Make sure your Forums module is activated (from the administration control panel --> Modules).
That should do it. |
|
|
|
 |
psychoses Regular


Joined: Jun 19, 2007 Posts: 66
|
Posted:
Tue Jun 19, 2007 8:15 am |
|
Well I have E.I theme installed and has a Flash menu can I edit this too ? I used Sommaire ... It's great ... Still can I edit the flash button to link to my vBulletin ? |
|
|
|
 |
psychoses Regular


Joined: Jun 19, 2007 Posts: 66
|
Posted:
Tue Jun 19, 2007 8:29 am |
|
Ok done it thanks montego it was easy ... anyway do I have to apply it to all themes 1 by 1 ? or is there a quicker way ? and does anybody know of a theme Management system like the 1 in Evo-Nuke ?
Ch33rs |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 9136 Location: Arizona
|
Posted:
Tue Jun 19, 2007 9:21 pm |
|
Well, what I suggested should not have required any theme changes at all for the Forums redirect.
I can't comment on anything else that you want to change as I am not sure what you are referring to exactly.
Unfortunately, I am not familiar with "theme Management system like the 1 in Evo-Nuke". |
|
|
|
 |
|
|
|
|