Author |
Message |
cmge
Nuke Cadet


Joined: Jul 31, 2004
Posts: 6
|
Posted:
Mon Aug 02, 2004 12:18 pm |
  |
hi
ive been reading through some of the posts on the msgboard and something are still confusing me regarding the transfer of existing phpbb forums into phpnuke (forums)... i have tried the transfer.php thats posted on the site and it seem to have worked transferring all the data from my existing phpbb forum to my phpnuke..
here are my questions:
1- ill log into my old phpbb forum and i can access the admin panel.. when when i log in phpnuke as admin and try to access the admin panel of the forum i get the error "user does not exist".. how can i access the admin panel in phpnuke instead of loggin in my old phpbb seperately?
2- does BBtoNuke work better than the transfer script or should i suse both?
on a slightly different question.. this one is about the blocks in my site..
http://www.thevideogameshow.net
now when u click on News, Contact and Links button... the blocks Search, Games and Web Search appears on the right... but when u click on Reviews, Articles, Staff and Info the blocks (Search, Games, Web Serach) dont appear on the right... how can i fix this
any help would be greatly appreciated... thanks in advance |
|
|
   |
 |
Hostile
Nuke Soldier


Joined: Jul 31, 2004
Posts: 24
|
Posted:
Mon Aug 02, 2004 1:04 pm |
  |
I used the transfer.php script and the only problem I have is that my personal account is not working, it was copied correctly from the BB db to the Nuke db but all my posts in the forums are now marked as guest and my account is not accessible nor listed in either Nuke or BB. |
|
|
   |
 |
cmge
Nuke Cadet


Joined: Jul 31, 2004
Posts: 6
|
Posted:
Mon Aug 02, 2004 2:12 pm |
  |
yeah that seems to have happened to me as well.. is there any fix for this?... |
|
|
   |
 |
dotcomUNDERGROUND
Lieutenant


Joined: Jul 18, 2003
Posts: 180
|
Posted:
Mon Aug 02, 2004 2:17 pm |
  |
|
    |
 |
Hostile
Nuke Soldier


Joined: Jul 31, 2004
Posts: 24
|
Posted:
Mon Aug 02, 2004 5:36 pm |
  |
cmge wrote: |
yeah that seems to have happened to me as well.. is there any fix for this?... |
I'm still waiting on one, I started a thread here. |
|
|
   |
 |
cmge
Nuke Cadet


Joined: Jul 31, 2004
Posts: 6
|
Posted:
Mon Aug 02, 2004 10:24 pm |
  |
dotcomUNDERGROUND wrote: |
Code: |
if (!eregi("modules.php", $_SERVER['PHP_SELF'])) {
die ("You can't access this file directly...");
}
$index = 1;
require_once("mainfile.php");
|
$index = 1;
means right blocks are shown and 0 means not shown |
much appreciated... ^_^ |
|
|
   |
 |
Hostile
Nuke Soldier


Joined: Jul 31, 2004
Posts: 24
|
Posted:
Tue Aug 03, 2004 3:32 am |
  |
dotcomUNDERGROUND wrote: |
Code: |
if (!eregi("modules.php", $_SERVER['PHP_SELF'])) {
die ("You can't access this file directly...");
}
$index = 1;
require_once("mainfile.php");
|
$index = 1;
means right blocks are shown and 0 means not shown |
What does that fix? |
|
|
   |
 |
|