Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: "Mystical links"  (Read 6070 times)

0 Members and 1 Guest are viewing this topic.

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
"Mystical links"
« 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
« Last Edit: March 08, 2005, 12:23:41 am by TranzNDance »
Logged

Andi

  • VIP
  • Coppermine regular visitor
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 85
  • Join the Future
    • www.pragmamx.org
Re: "Mystical links"
« Reply #1 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
Logged
hope, I could help you... :)

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: "Mystical links"
« Reply #2 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.
Logged

donnoman

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1615
  • From donovanbray.com
    • Donovan Bray
Re: "Mystical links"
« Reply #3 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?
Logged

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: "Mystical links"
« Reply #4 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.
Logged

Andi

  • VIP
  • Coppermine regular visitor
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 85
  • Join the Future
    • www.pragmamx.org
Re: "Mystical links"
« Reply #5 on: March 08, 2005, 05:21:31 pm »

Quote
So I have committed it since it helps the ported version.

Thank you !! :)
Logged
hope, I could help you... :)

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: "Mystical links"
« Reply #6 on: March 08, 2005, 05:55:55 pm »

You're welcome. :)
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 19 queries.