1 (edited by 2012-10-23 16:11:18)

Topic: CAPTCHA Issue

So I've been staring at lines of codes for over 3 hours now and for whatever reason, the CAPTCHA function SEVERELY messes up my layout that is all Tables based.  I'm at a loss of what to do.  I'm pretty sure I see it in a table code for showing the CAPTCHA images, but I have no idea where to go to fix this.

2 (edited by 2012-10-23 10:01:52)

Re: CAPTCHA Issue

I think this is a bug in CuteNews and not faulty HTML on the user's side, it just doesn't mess anything up on websites that aren't built with tables, which is why this wasn't found earlier.

Locate the file ./skins/base_skin/captcha_comments.tpl in your CuteNews folder and remove the first line:

</tr>


That should solve your issue. https://cutephp.com/forum/style_emoticons/default/smile.gif

Re: CAPTCHA Issue

Omigosh!!  Thank you so much for the help.  I was driving myself mad with it and could not find where it was.  You saved me!!!

Re: CAPTCHA Issue

Indeed, thank you very much.

5 (edited by 2012-11-22 07:34:29)

Re: CAPTCHA Issue

I have a question on how to start the PHP code. I´m using UTF-8 version 9.1.0
Now the top of the news page start this way:
<?php session_start(); ?>

I´m trying to implement Captcha and I have to have this on top:
<?php
require_once('./captcha/php-captcha.inc.php');
?>
I replaced the code and now my page doesn't work, I don´t know anything about PHP code, maybe I have to use both codes.
Can someone show me how to make this work?

Thanks!

Re: CAPTCHA Issue

This worked for me too! Thank you very much for pointing this out!!  https://cutephp.com/forum/style_emoticons/default/laugh.gif  https://cutephp.com/forum/style_emoticons/default/cool.gif