You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 145 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Fix for broken links in Forum Admin [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
mikem
Theme Guru
Theme Guru


Joined: Jan 13, 2003
Posts: 1582

Location: Corn fields of Indiana

PostPosted: Wed Feb 05, 2003 6:36 am Reply with quoteBack to top

Link problem exists for the Categoriy links as well as the Forum links under Forum administration, Management. When you click on a Forum or Category to view it.

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


change
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"))



also change
Code:
               'U_VIEWFORUM' => append_sid("viewforum&" . POST_FORUM_URL . "=$forum_id"),

to
Code:
               'U_VIEWFORUM' => ("../../../modules.php?name=Forums&file=viewforum&f=$forum_id"),


if you are nto comfortable changing the code yourself, here is a replacement file with the fix already applied.
Use it to replace your
modules/Forums/admin/admin_forums.php
[FIX HERE]

mikem
Find all posts by mikemView user's profileSend private message
chatserv
General
General


Joined: Jan 12, 2003
Posts: 3128

Location: Puerto Rico

PostPosted: Wed Feb 05, 2003 6:44 am Reply with quoteBack to top

Good call mikem, does this apply to beta 7?

_________________
Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
Find all posts by chatservView user's profileSend private messageVisit poster's website
mikem
Theme Guru
Theme Guru


Joined: Jan 13, 2003
Posts: 1582

Location: Corn fields of Indiana

PostPosted: Wed Feb 05, 2003 7:28 am Reply with quoteBack to top

chatserv wrote:
Good call mikem, does this apply to beta 7?


Oh yeah..applies to ALL versions of phpBB running within Nuke as a module.

mikem
Find all posts by mikemView user's profileSend private message
chatserv
General
General


Joined: Jan 12, 2003
Posts: 3128

Location: Puerto Rico

PostPosted: Wed Feb 05, 2003 8:17 am Reply with quoteBack to top

Applied, good job Wink

_________________
Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
Find all posts by chatservView user's profileSend private messageVisit poster's website
Smazsyr
Guest






PostPosted: Sun Feb 09, 2003 5:49 pm Reply with quoteBack to top

Does this fix need updating, by any chance, if a user has applied the Google Tap hack?

Reason being, is that I have applied the Gogle hack, and this fix, but still get this sort of URL in my Forum Administration when, for example, trying to click on one of my categories or forums:

http://www.scienceblog.com/65b7/modules/Forums/admin/modules.php?name=Forums&file=./../viewforum&f=1&sid=8a6ede00e70c824b09f3d51a4d0c1dd9

And this is a non-existent page. Just at first blush, something about that ./../ looks odd.
Find all posts by Anonymous
mikem
Theme Guru
Theme Guru


Joined: Jan 13, 2003
Posts: 1582

Location: Corn fields of Indiana

PostPosted: Sun Feb 09, 2003 6:28 pm Reply with quoteBack to top

My fix above fixes your problem if applied correctly.

I don't know if it afects the Google thingy. Confused
Does the Google thing have a file included called admin_forums.php?
Or maybe the Google thing affects it in some way?

mikem
Find all posts by mikemView user's profileSend private message
JallaBalla
Captain
Captain


Joined: May 01, 2003
Posts: 310

Location: Oslo, Norway

PostPosted: Thu May 01, 2003 2:07 pm Reply with quoteBack to top

When i click "Preview Forum" I still get:
Fatal error: Call to undefined function: opentable() in /home/www/www.enemyoffline.com/html/mainfile.php on line 236

(I downloaded the file above and replaved it)

_________________
JallaBalla
...a Paying customer of PHP-Nuke
8.0 / 2.20
Find all posts by JallaBallaView user's profileSend private messageICQ Number
JallaBalla
Captain
Captain


Joined: May 01, 2003
Posts: 310

Location: Oslo, Norway

PostPosted: Fri May 02, 2003 1:49 am Reply with quoteBack to top

Now I have downloaded the secure3 and replaced all files and it works. TY ALL!

_________________
JallaBalla
...a Paying customer of PHP-Nuke
8.0 / 2.20
Find all posts by JallaBallaView user's profileSend private messageICQ Number
leaky
Sergeant
Sergeant


Joined: Jun 15, 2003
Posts: 129

Location: New York

PostPosted: Sun Jun 15, 2003 7:53 pm Reply with quoteBack to top

OK i have done what was said above although I am still getting the error when i click preview forums. The post of this one mentioned.

secure3
What is it?
What does it do?
Where can I get it?
Please!
Find all posts by leakyView user's profileSend private messageSend e-mailVisit poster's websiteAIM Address
chatserv
General
General


Joined: Jan 12, 2003
Posts: 3128

Location: Puerto Rico

PostPosted: Sun Jun 15, 2003 8:00 pm Reply with quoteBack to top

Grab sec-fix 3 from our downloads

_________________
Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
Find all posts by chatservView user's profileSend private messageVisit poster's website
leaky
Sergeant
Sergeant


Joined: Jun 15, 2003
Posts: 129

Location: New York

PostPosted: Sun Jun 15, 2003 8:02 pm Reply with quoteBack to top

Great Thank you! For future reference its kinda hard to find. Google Search found it http://nukecops.com/downloads-file-71-details-PHP-Nuke_6.5_Bug-Sec_Patch_3.html
Find all posts by leakyView user's profileSend private messageSend e-mailVisit poster's websiteAIM Address
chatserv
General
General


Joined: Jan 12, 2003
Posts: 3128

Location: Puerto Rico

PostPosted: Sun Jun 15, 2003 8:16 pm Reply with quoteBack to top

I should have pointed you to the fixes category i guess.

_________________
Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
Find all posts by chatservView user's profileSend private messageVisit poster's website
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.525 Seconds - 336 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::