Revision [1338]

Last edited on 2010-04-29 22:26:03 by KlenwellAdmin
Additions:
Latest Version: 0.5 (2010.04)
Download: http://code.google.com/p/klenwell/downloads/detail?name=wikka_recaptcha_comments-v0.5.tgz
Deletions:
Download: TBA


Revision [1337]

Edited on 2010-04-29 22:07:23 by KlenwellAdmin
Additions:
Then update your ""<tt>wikka.config.php</tt>"" file to include your ReCaptcha keys:
# recaptcha: get keys at http://recaptcha.net/api/getkey?app=php
'use_recaptcha' => TRUE,
'recaptcha_domain' => 'TBA',
'rc_public_key' => 'TBA',
'rc_private_key' => 'TBA',
Also, you will need either to set your theme to klenwell:
'theme' => 'klenwell',
Deletions:
Then, in ""<tt>wikka.config.php</tt>"", set your theme to klenwell:
'theme' => 'klenwell',


Revision [1336]

Edited on 2010-04-29 21:44:29 by KlenwellAdmin
Additions:
This package does not alter any of the core WikkaWiki code. The files are all included in the download package.
Deletions:
The files are all included in the download package.


Revision [1335]

Edited on 2010-04-29 21:36:45 by KlenwellAdmin
Additions:
=====WikkaWiki ReCaptcha Comment Form=====
Deletions:
=====ReCaptcha Comment Form=====


Revision [1334]

Edited on 2010-04-29 21:36:07 by KlenwellAdmin
Additions:
Then, in ""<tt>wikka.config.php</tt>"", set your theme to klenwell:
'theme' => 'klenwell',
or make jQuery available in the header of your template. The easiest way is to use the Google AJAX Libraries like so:
<!-- google jquery -->
<script src="http://www.google.com/jsapi"></script>
<script>
google.load("jquery", "1.4.2");
google.load("jqueryui", "1.8.1");
</script>


Revision [1333]

Edited on 2010-04-29 21:32:30 by KlenwellAdmin
Additions:
There are still considerable improvements that could be made to bring the comments form into the Web 2.0 era. This enhancement was added simply to make it usable again for me.


Revision [1332]

Edited on 2010-04-29 21:31:05 by KlenwellAdmin
Additions:
jQuery Library (in template)
[[http://code.google.com/apis/ajaxlibs/ Google Ajax Libraries]]


Revision [1331]

The oldest known version of this page was created on 2010-04-29 21:25:17 by KlenwellAdmin
Valid XHTML 1.0 TransitionalValid CSSWikkaWiki