forum.coppermine-gallery.net

Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: Joachim Müller on January 18, 2005, 08:40:01 am

Title: "Mystical links"
Post by: Joachim Müller on January 18, 2005, 08:40:01 am
And here are some "mystical" Links, don't know if they works correct in all situations?

keywordmgr.php,v 1.5 2004/12/12 10:24:05 gaugau

line #129 & #162
header("Location: ?page=display");

line #65
$word .= '<td class="tableb"><a href="?page=delete&remov='.$single_word......

line #84
<form name="keywordForm" action="?page=changeword" method="post">

Posting this as follow-up to Andi's original post to be able to mark the other items in the original thread as solved.
Anybody care to look into this?

Joachim
Title: Re: "Mystical links"
Post by: Andi on January 22, 2005, 07:18:35 pm
Hello :)

i've change this lines to:

line #129 & #162
header("Location: keywordmgr.php?page=display");

line #65
$word .= '<td class="tableb"><a href="keywordmgr.php?page=delete&remov='.$single_word......

line #84
<form name="keywordForm" action="keywordmgr.php?page=changeword" method="post">

And it works ;)

ps. i must do this for the vkpMx/pragmaMx-Port
Title: Re: "Mystical links"
Post by: Tranz on March 05, 2005, 08:49:29 pm
It doesn't seem to make a difference on a stand-alone installation to add the filename. However, if it helps the port, that's cool.

Only thing is when I try to delete with and without the suggested changes, the delete function doesn't always work. It worked once. The rest of the time, nothing happens.
Title: Re: "Mystical links"
Post by: donnoman on March 05, 2005, 09:12:49 pm
I tested with the latest devel with Andi's fixes added, I wasn't able to reproduce what Thu was getting.

Seemed to work as expected for me.

Thu can you retest and If there's no issue commit?
Title: Re: "Mystical links"
Post by: Tranz on March 08, 2005, 12:23:09 am
The change didn't make a difference on my installation. So I have committed it since it helps the ported version. Whatever the issue I have is elsewhere.
Title: Re: "Mystical links"
Post by: Andi on March 08, 2005, 05:21:31 pm
Quote
So I have committed it since it helps the ported version.

Thank you !! :)
Title: Re: "Mystical links"
Post by: Tranz on March 08, 2005, 05:55:55 pm
You're welcome. :)