Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: moving the message 'OK' button  (Read 3099 times)

0 Members and 1 Guest are viewing this topic.

Muurvaren

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 37
    • Muurvaren, digitale fotografie
moving the message 'OK' button
« on: March 30, 2007, 05:17:18 pm »

After the installation of Captcha (Visual Confirmation) for adding comments, I noticed that the OK button is at a rather strange position. Maybe is was already there, maybe not. Anyhow, the link below shows this huge problem ;-)

http://www.muurvaren.nl/displayimage.php?album=5&pos=0&lang=english_gb

I want the OK-button at the right of the confirmation image, or below the confirmation text-box.
After (re)installing the Web Developer Toolbar I changed many settings in the CSS-file, but not with the result I’ am after.

Who knows how to fix this? Thnx in advance!

Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: moving the message 'OK' button
« Reply #1 on: March 30, 2007, 05:43:38 pm »

You should change {gallery-root}/plugins/captcha/codebase.php

look for $newcpch variable and change it the way you want
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Muurvaren

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 37
    • Muurvaren, digitale fotografie
Re: moving the message 'OK' button
« Reply #2 on: March 30, 2007, 05:59:11 pm »

You should change {gallery-root}/plugins/captcha/codebase.php
look for $newcpch variable and change it the way you want

No the codebase.php doesn’t exist in my case.
So as the $newcpch

I searched the captcha.class.php on $newcpch, no Luck. I searched all the php files on $newcpch, no luck either...

Some more ideas?

Logged

Muurvaren

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 37
    • Muurvaren, digitale fotografie
Re: moving the message 'OK' button
« Reply #3 on: March 30, 2007, 06:06:08 pm »

No the codebase.php doesn’t exist in my case.
So as the $newcpch

I searched the captcha.class.php on $newcpch, no Luck. I searched all the php files on $newcpch, no luck either...

Found the codebase.php (plugins/sef_urls/) but not the $newcpch.

Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: moving the message 'OK' button
« Reply #4 on: March 30, 2007, 06:11:50 pm »

Sorry It was my mistake , So you didn't use plugin version
then it should be more easier !

Edit themes/yourtheme/theme.php
and change position of {CONFIRM}

something like this :
Code: [Select]
<tr>
  <td class="tableb_compact" colspan="2">
    &nbsp;
  </td>
  <td class="tableb_compact" colspan="2">
    <input type="text" name="confirmCode" size="5" class="textinput"> <img src="captcha.php" align="middle">&nbsp;{CONFIRM}
  </td>
</tr>
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Muurvaren

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 37
    • Muurvaren, digitale fotografie
Re: moving the message 'OK' button
« Reply #5 on: March 30, 2007, 06:37:24 pm »

Sorry It was my mistake , So you didn't use plugin version
then it should be more easier !

Edit themes/yourtheme/theme.php
and change position of {CONFIRM}

something like this :
Code: [Select]
<tr>
  <td class="tableb_compact" colspan="2">
    &nbsp;
  </td>
  <td class="tableb_compact" colspan="2">
    <input type="text" name="confirmCode" size="5" class="textinput"> <img src="captcha.php" align="middle">&nbsp;{CONFIRM}
  </td>
</tr>

There is something happening, but not quit yet... ;)

http://www.muurvaren.nl/displayimage.php?album=3&pos=1

I tried several settings by changing the numbers, no good.

Logged

Muurvaren

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 37
    • Muurvaren, digitale fotografie
Re: moving the message 'OK' button
« Reply #6 on: March 30, 2007, 07:16:23 pm »

Sorry It was my mistake , So you didn't use plugin version
then it should be more easier !

Looking into it know (multiline_comments?). OK installed it, looks promising but then there are other problems to resolve. To keep this tread clean I stick for know to the non-plug-in version. So the problem still exist...

Logged
Pages: [1]   Go Up
 

Page created in 0.038 seconds with 21 queries.