Menu

#28 Forum bug -> wrong links

open
nobody
None
5
2001-01-24
2001-01-24
chipmong
No

I installed the Forum modul of phpgroupware. Pretty soon it was clear that all the files which are in the admin folder of the forum are pointed (their links) to the main directory of the forum.

You can follow that, when you go to your administrative panel and try to create a new Forum. Look at the links, they have a wrong target link.

I changed all the links at the following files:

admin/category.php
admin/deletecategory.php
admin/deleteforum.php
admin/forum/.php
admin/index.php

from:
$phpgw->link("category.php")

to:
$phpgw->link("admin/category.php")

Now, it´s working.

Yours
Alwin

Discussion


Log in to post a comment.