View Single Post
  #9 (permalink)  
Old 12-25-2002, 08:53 PM
mikem mikem is offline
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
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
Reply With Quote