| Author |
Message |
mikem
Theme Guru


Joined: Jan 13, 2003
Posts: 1582
Location: Corn fields of Indiana
|
Posted:
Wed Feb 05, 2003 6:36 am |
  |
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 |
|
|
   |
 |
chatserv
General


Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
|
Posted:
Wed Feb 05, 2003 6:44 am |
  |
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 |
|
    |
 |
mikem
Theme Guru


Joined: Jan 13, 2003
Posts: 1582
Location: Corn fields of Indiana
|
Posted:
Wed Feb 05, 2003 7:28 am |
  |
| 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 |
|
|
   |
 |
chatserv
General


Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
|
Posted:
Wed Feb 05, 2003 8:17 am |
  |
Applied, good job  |
_________________ 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 |
|
    |
 |
Smazsyr
Guest

|
Posted:
Sun Feb 09, 2003 5:49 pm |
  |
|
 |
 |
mikem
Theme Guru


Joined: Jan 13, 2003
Posts: 1582
Location: Corn fields of Indiana
|
Posted:
Sun Feb 09, 2003 6:28 pm |
  |
My fix above fixes your problem if applied correctly.
I don't know if it afects the Google thingy.
Does the Google thing have a file included called admin_forums.php?
Or maybe the Google thing affects it in some way?
mikem |
|
|
   |
 |
JallaBalla
Captain


Joined: May 01, 2003
Posts: 310
Location: Oslo, Norway
|
Posted:
Thu May 01, 2003 2:07 pm |
  |
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 |
|
    |
 |
JallaBalla
Captain


Joined: May 01, 2003
Posts: 310
Location: Oslo, Norway
|
Posted:
Fri May 02, 2003 1:49 am |
  |
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 |
|
    |
 |
leaky
Sergeant


Joined: Jun 15, 2003
Posts: 129
Location: New York
|
Posted:
Sun Jun 15, 2003 7:53 pm |
  |
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! |
|
|
      |
 |
chatserv
General


Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
|
Posted:
Sun Jun 15, 2003 8:00 pm |
  |
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 |
|
    |
 |
leaky
Sergeant


Joined: Jun 15, 2003
Posts: 129
Location: New York
|
Posted:
Sun Jun 15, 2003 8:02 pm |
  |
|
      |
 |
chatserv
General


Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
|
Posted:
Sun Jun 15, 2003 8:16 pm |
  |
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 |
|
    |
 |
|
|