Additions:
Latest Version: 0.5 (2010.04)
Download: http://code.google.com/p/klenwell/downloads/detail?name=wikka_recaptcha_comments-v0.5.tgz
Download: http://code.google.com/p/klenwell/downloads/detail?name=wikka_recaptcha_comments-v0.5.tgz
Deletions:
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',
# 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:
'theme' => 'klenwell',
Additions:
This package does not alter any of the core WikkaWiki code. The files are all included in the download package.
Deletions:
Additions:
=====WikkaWiki ReCaptcha Comment Form=====
Deletions:
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>
'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>
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.
Additions:
jQuery Library (in template)
[[http://code.google.com/apis/ajaxlibs/ Google Ajax Libraries]]
[[http://code.google.com/apis/ajaxlibs/ Google Ajax Libraries]]