Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 57
1 members and 56 guests
int5nwernetmarx
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > NM Staff > Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
Forum Administration.
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 13
Join Date: Nov 2002
Forum Administration. - 12-22-2002, 12:42 PM

When i go into the Admin Panel then click on Management, then click on a forum i get this page can not be found. The link is trying to take me here: http://www.mysite.com/modules/Forums.../viewforum&f=5

Any idea on what could be causing this problem?
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
12-22-2002, 03:51 PM

Make sure you uploaded the Forum Admin files that came with the port.

html/admin/links
html/admin/modules
html/admin/case

there is one fiel in each of those directories in the pack theat need uploaded to overwrite your exisiting ones on your FTP server.

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 13
Join Date: Nov 2002
12-22-2002, 07:40 PM

I did, and to make sure i did, i just reuploaded them overwriting the orig.. still same thing.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
12-22-2002, 09:44 PM

ok, my mistake, Looks like this is a bug in all templates..it may be related to linking on the phpBB port side..We are looking into it and going to notify Tom about it to see if he is aware of it.

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Junior Member
 
Status: Offline
Posts: 13
Join Date: Nov 2002
12-22-2002, 11:50 PM

sounds good to me. I'll let you smart people work on this.
let me know if there is a fix for it or when one becomes avalible. Thanks alot. --craka
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
Member
 
Status: Offline
Posts: 359
Join Date: Nov 2002
Location: Michigan, USA
12-23-2002, 09:05 AM

i dont seem to have that problem on my site, unless im misunderstanding the ordeal here. it takes me directly to the Forum admin. but i may have done some editing along the way to make that work, im at a loss of memory at the moment :P
  Send a message via AIM to ReNeGaDe  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#7 (permalink))
Junior Member
 
Status: Offline
Posts: 13
Join Date: Nov 2002
12-23-2002, 10:53 AM

I've done nothing as far as editing goes. Perhaps i should have posted sooner about this because i have noticed it for a month or so but did nothing. Didnt bother me... hell still doesnt. But its best that things work they way they are suppost to. The guys(girls?) here have done a fluckin grade A job on the phpbb board for nuke so far. Bugs are just a part of the job i guess. :?
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#8 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
12-23-2002, 12:12 PM

Quote:
Originally Posted by ReNeGaDe
i dont seem to have that problem on my site, unless im misunderstanding the ordeal here. it takes me directly to the Forum admin. but i may have done some editing along the way to make that work, im at a loss of memory at the moment :P
Actually I think the link he's talking about is when you go to your Forum Admin, on the left under Forums, is Management. Where you add edit create whatever all your forums. Well, once on that page, the links to click on the actual forums you have created are broken. They should be opening a window in a separate browser displaying the index page of your Forums. But it's not.

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#9 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
12-25-2002, 07:53 PM

Quote:
Originally Posted by Craka
I've done nothing as far as editing goes. Perhaps i should have posted sooner about this because i have noticed it for a month or so but did nothing. Didnt bother me... hell still doesnt. But its best that things work they way they are suppost to. The guys(girls?) here have done a fluckin grade A job on the phpbb board for nuke so far. Bugs are just a part of the job i guess. :?
OK I have fixed this problem..It also exists for the Categoriy links as well as the Forum links under Forum administration, Management.

Do the following in your
modules/Forums/admin/admin_forums.php

change line 917 from
Code:
			'U_VIEWCAT' => append_sid($phpbb_root_path."index.$phpEx?" . POST_CAT_URL . "=$cat_id"))
to
Code:
			'U_VIEWCAT' => ("../../../modules.php?name=Forums&file=index&c=$cat_id"))
and change line 934 from
Code:
					'U_VIEWFORUM' => append_sid("viewforum&" . POST_FORUM_URL . "=$forum_id"),
to
Code:
					'U_VIEWFORUM' => ("../../../modules.php?name=Forums&file=viewforum&f=$forum_id"),
that should fix both the links under Forum admin Management now...shew :?

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#10 (permalink))
Senior Member
 
Status: Offline
Posts: 619
Join Date: Oct 2002
Location: Alabama, USA
12-25-2002, 10:28 PM

Wow, that's great mikem, thanks for the fix! I havn't attempted to any fixes on the forum side yet so this'll get me in there.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error accessing Forum administration after NSN installation raiisak Nuke 7.x - General 3 06-12-2005 03:38 PM
Problem after upgrade to BBtoNuke213 [Forum administration] machou Nuke 7.x - General 4 04-07-2005 06:04 PM
Access Denied on USER and FORUM module administration NoFear Nuke 7.x - General 6 12-01-2004 06:07 PM
Messages Administration Bo Nuke 7.x - General 3 07-02-2004 12:38 PM
Error on Administration Menu Lyly Purged Topics 1 05-11-2003 04:09 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31