Version Description
- Prevent empty last post from being included. Also included in API
- added Dutch translation (thanks Rene http://wpwebshop.com)
- Also have commentluv on pages
- updated badges to new version (thanks Byteful Traveller)
Download this release
Release Info
Developer | teamplaylotto |
Plugin | CommentLuv |
Version | 2.81.1 |
Comparing to | |
See all releases |
Code changes from version 2.80 to 2.81.1
- commentluv-manager.php +18 -8
- commentluv.php +14 -12
- images/CL88_Black.gif +0 -0
- images/CL88_White.gif +0 -0
- images/CL91_Black.gif +0 -0
- images/CL91_White.gif +0 -0
- images/finalbig.gif +0 -0
- images/link.png +0 -0
- images/link_hover.png +0 -0
- js/commentluv.js +12 -0
- lang/commentluv-nl_NL.mo +0 -0
- lang/commentluv-nl_NL.po +127 -0
- readme.txt +18 -6
- screenshot-2.png +0 -0
- style/cl_style.css +27 -61
commentluv-manager.php
CHANGED
@@ -3,14 +3,21 @@ global $wpdb;
|
|
3 |
if(!$wpdb){
|
4 |
// not run from wordpress
|
5 |
?>
|
6 |
-
<h1>CommentLuv
|
7 |
-
<p>This is the settings page for CommentLuv
|
8 |
<p>You can download the latest version version of CommentLuv at Wordpress.org</p>
|
9 |
<?php exit;
|
10 |
}
|
11 |
?>
|
12 |
<div class="wrap" style="max-width:950px !important;">
|
13 |
-
<h2>CommentLuv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
<div id="poststuff" style="margin-top:10px;">
|
15 |
<div style="float:right"><?php _e('Donate to comluv',$this->plugin_domain);?><br/><script language="JavaScript" src="http://pos.pay.mobilefirst.com/impress/5000026800000165/?site_url=<?php echo urlencode(site_url());?>"></script></div>
|
16 |
<div id="mainblock" style="width:710px">
|
@@ -48,10 +55,10 @@ if(!$wpdb){
|
|
48 |
<tr>
|
49 |
<td><?php _e('Choose badge to display','commentluv')?> </td>
|
50 |
|
51 |
-
<td><label><input type="radio" <?php echo $badge1; ?> name="cl_badge" value="
|
52 |
-
<td><label><input type="radio" <?php echo $badge2; ?> name="cl_badge" value="
|
53 |
-
<td><label><input type="radio" <?php echo $badge3; ?> name="cl_badge" value="
|
54 |
-
<td><label><input type="radio" <?php echo $badge4; ?> name="cl_badge" value="
|
55 |
<td><label><input type="radio" <?php echo $badge5; ?> name="cl_badge" value="nothing.gif"><?php _e('Show nothing',$this->plugin_domain);?></label></td>
|
56 |
</tr></table>
|
57 |
<table class="form-table">
|
@@ -61,7 +68,8 @@ if(!$wpdb){
|
|
61 |
<p><?php _e('If you register your site for free at <a href="http://comluv.com">ComLuv.com</a> you will be able to choose from your 10 last posts when you comment on other CommentLuv blogs. You can even add more urls and default links. .',$this->plugin_domain);?></p>
|
62 |
|
63 |
<h3><?php _e('Technical Settings',$this->plugin_domain);?></h3>
|
64 |
-
<small><?php _e('In most cases you shouldn\'t need to change these settings unless you have a customized comment form',$this->plugin_domain);?></small
|
|
|
65 |
<table class="form-table">
|
66 |
<tbody>
|
67 |
<tr>
|
@@ -85,6 +93,8 @@ if(!$wpdb){
|
|
85 |
|
86 |
|
87 |
</form>
|
|
|
|
|
88 |
<div style=" background-color: #ff0000; width: 200px; text-align: center;"><?php _e('Reset to Default Settings',$this->plugin_domain);?>
|
89 |
<form action="<?php echo $action_url ?>" method="POST">
|
90 |
|
3 |
if(!$wpdb){
|
4 |
// not run from wordpress
|
5 |
?>
|
6 |
+
<h1>CommentLuv <?php echo $this->cl_version/100;?></h1>
|
7 |
+
<p>This is the settings page for CommentLuv <?php echo $this->version;?> and should not be viewed outside of the Wordpress dashboard</p>
|
8 |
<p>You can download the latest version version of CommentLuv at Wordpress.org</p>
|
9 |
<?php exit;
|
10 |
}
|
11 |
?>
|
12 |
<div class="wrap" style="max-width:950px !important;">
|
13 |
+
<h2>CommentLuv <?php echo $this->cl_version/100; ?></h2>
|
14 |
+
<script type="text/javascript">
|
15 |
+
var WPHC_AFF_ID = '14492';
|
16 |
+
var WPHC_WP_VERSION = '<?php global $wp_version; echo $wp_version; ?>';
|
17 |
+
</script>
|
18 |
+
<script type="text/javascript"
|
19 |
+
src="http://cloud.wphelpcenter.com/wp-admin/0001/deliver.js">
|
20 |
+
</script>
|
21 |
<div id="poststuff" style="margin-top:10px;">
|
22 |
<div style="float:right"><?php _e('Donate to comluv',$this->plugin_domain);?><br/><script language="JavaScript" src="http://pos.pay.mobilefirst.com/impress/5000026800000165/?site_url=<?php echo urlencode(site_url());?>"></script></div>
|
23 |
<div id="mainblock" style="width:710px">
|
55 |
<tr>
|
56 |
<td><?php _e('Choose badge to display','commentluv')?> </td>
|
57 |
|
58 |
+
<td><label><input type="radio" <?php echo $badge1; ?> name="cl_badge" value="CL88_Black.gif"><img src="<?php echo $this->plugin_url;?>images/CL88_Black.gif"/></label></td>
|
59 |
+
<td><label><input type="radio" <?php echo $badge2; ?> name="cl_badge" value="CL88_White.gif"><img src="<?php echo $this->plugin_url;?>images/CL88_White.gif"/></label></td>
|
60 |
+
<td><label><input type="radio" <?php echo $badge3; ?> name="cl_badge" value="CL91_Black.gif"><img src="<?php echo $this->plugin_url;?>images/CL91_Black.gif"/></label></td>
|
61 |
+
<td><label><input type="radio" <?php echo $badge4; ?> name="cl_badge" value="CL91_White.gif"><img src="<?php echo $this->plugin_url;?>images/CL91_White.gif"/></label></td>
|
62 |
<td><label><input type="radio" <?php echo $badge5; ?> name="cl_badge" value="nothing.gif"><?php _e('Show nothing',$this->plugin_domain);?></label></td>
|
63 |
</tr></table>
|
64 |
<table class="form-table">
|
68 |
<p><?php _e('If you register your site for free at <a href="http://comluv.com">ComLuv.com</a> you will be able to choose from your 10 last posts when you comment on other CommentLuv blogs. You can even add more urls and default links. .',$this->plugin_domain);?></p>
|
69 |
|
70 |
<h3><?php _e('Technical Settings',$this->plugin_domain);?></h3>
|
71 |
+
<small><?php _e('In most cases you shouldn\'t need to change these settings unless you have a customized comment form',$this->plugin_domain);?></small><br />
|
72 |
+
<small><?php _e('These are the name="" values used in the HTML source for the fields on your comment form.',$this->plugin_domain);?></small>
|
73 |
<table class="form-table">
|
74 |
<tbody>
|
75 |
<tr>
|
93 |
|
94 |
|
95 |
</form>
|
96 |
+
|
97 |
+
|
98 |
<div style=" background-color: #ff0000; width: 200px; text-align: center;"><?php _e('Reset to Default Settings',$this->plugin_domain);?>
|
99 |
<form action="<?php echo $action_url ?>" method="POST">
|
100 |
|
commentluv.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php /* CommentLuv 2.8
|
2 |
Plugin Name: CommentLuv
|
3 |
Plugin URI: http://comluv.com/download/commentluv-wordpress/
|
4 |
Description: Plugin to show a link to the last post from the commenters blog by parsing the feed at their given URL when they leave a comment. Rewards your readers and encourage more comments.
|
5 |
-
Version: 2.
|
6 |
Author: Andy Bailey
|
7 |
Author URI: http://fiddyp.co.uk/
|
8 |
*/
|
@@ -14,7 +14,7 @@ if (! class_exists ( 'commentluv' )) {
|
|
14 |
var $plugin_domain = 'commentluv';
|
15 |
var $plugin_url;
|
16 |
var $db_option = 'commentluv_options';
|
17 |
-
var $cl_version =
|
18 |
var $api_url;
|
19 |
var $test = false;
|
20 |
|
@@ -80,7 +80,8 @@ if (! class_exists ( 'commentluv' )) {
|
|
80 |
function add_removeluv_link($actions){
|
81 |
global $post;
|
82 |
$user_can = current_user_can('edit_post', $post->ID);
|
83 |
-
|
|
|
84 |
if($user_can){
|
85 |
$nonce= wp_create_nonce ('removeluv'.get_comment_ID());
|
86 |
$actions['Remove-luv'] = '<a class="removeluv :'.get_comment_ID().':'.$nonce.'" href="wp-admin/edit-comments.php">Remove Luv</a>';
|
@@ -114,7 +115,7 @@ if (! class_exists ( 'commentluv' )) {
|
|
114 |
// hook the template_redirect for inserting style and javascript (using wp_head would make it too late to add dependencies)
|
115 |
function commentluv_scripts() {
|
116 |
// only load scripts if on a single page
|
117 |
-
if (is_single ()) {
|
118 |
wp_enqueue_script ( 'jquery' );
|
119 |
wp_enqueue_script ( 'hoverIntent', '/' . WPINC . '/js/hoverIntent.js', array ('jquery' ) );
|
120 |
wp_enqueue_script ( 'commentluv', $this->plugin_url . 'js/commentluv.js', array ('jquery' ) );
|
@@ -151,7 +152,7 @@ if (! class_exists ( 'commentluv' )) {
|
|
151 |
// get plugin options
|
152 |
function get_options() {
|
153 |
// default values
|
154 |
-
$options = array ('comment_text' => '[name] recently posted..[lastpost]', 'select_text' => 'choose a different post to show', 'default_on' => 'on', 'heart_tip' => 'on', 'use_template' => '', 'badge' => '
|
155 |
// get saved options unless reset button was pressed
|
156 |
$saved = '';
|
157 |
if (! isset ( $_POST ['reset'] )) {
|
@@ -221,10 +222,10 @@ if (! class_exists ( 'commentluv' )) {
|
|
221 |
// set value to checked if option is on (for showing correct status of checkbox and radio button in settings page)
|
222 |
$default_on = $options ['default_on'] == 'on' ? 'checked' : '';
|
223 |
$heart_tip = $options ['heart_tip'] == 'on' ? 'checked' : '';
|
224 |
-
$badge1 = $options ['badge'] == '
|
225 |
-
$badge2 = $options ['badge'] == '
|
226 |
-
$badge3 = $options ['badge'] == '
|
227 |
-
$badge4 = $options ['badge'] == '
|
228 |
$badge5 = $options ['badge'] == 'nothing.gif' ? 'checked="checked"' : '';
|
229 |
$use_template = $options ['use_template'] == 'on' ? 'checked="checked"' : '';
|
230 |
$badge_text = $options ['badge'] == 'text' ? 'checked="checked"' : '';
|
@@ -311,7 +312,7 @@ if (! class_exists ( 'commentluv' )) {
|
|
311 |
// hook the pre_comment_content to add the link
|
312 |
function cl_post($id,$commentdata) {
|
313 |
$cl_requestid = intval($_POST['request_id']);
|
314 |
-
if($cl_requestid > 1){
|
315 |
// only do stuff if the comment had a successful last blog post
|
316 |
// and if the meta hasn't been added yet.
|
317 |
// (request id will be -1 if error, or no posts returned.)
|
@@ -373,9 +374,10 @@ if (! class_exists ( 'commentluv' )) {
|
|
373 |
$commentcontent .= '<span class="heart_tip_box"><img class="heart_tip" alt="My ComLuv Profile" border="0" width="16" height="14" src="' . $this->plugin_url . 'images/littleheart.gif"/></span>';
|
374 |
}
|
375 |
$commentcontent .= '</span>';
|
|
|
376 |
}
|
377 |
// handle new 2.80+ comments with hidden post data
|
378 |
-
if($data){
|
379 |
// has meta data associated
|
380 |
extract($data,EXTR_OVERWRITE);
|
381 |
//array('cl_memberid'=>$cl_memberid,'cl_requestid'=>$cl_requestid,'cl_choiceid'=>$cl_choiceid,'cl_post_title'=>$cl_post_title,'cl_post_url'=>$cl_post_url,'cl_type'=>$cl_type);
|
1 |
+
<?php /* CommentLuv 2.8.1.1
|
2 |
Plugin Name: CommentLuv
|
3 |
Plugin URI: http://comluv.com/download/commentluv-wordpress/
|
4 |
Description: Plugin to show a link to the last post from the commenters blog by parsing the feed at their given URL when they leave a comment. Rewards your readers and encourage more comments.
|
5 |
+
Version: 2.8.1.1
|
6 |
Author: Andy Bailey
|
7 |
Author URI: http://fiddyp.co.uk/
|
8 |
*/
|
14 |
var $plugin_domain = 'commentluv';
|
15 |
var $plugin_url;
|
16 |
var $db_option = 'commentluv_options';
|
17 |
+
var $cl_version = 281.1;
|
18 |
var $api_url;
|
19 |
var $test = false;
|
20 |
|
80 |
function add_removeluv_link($actions){
|
81 |
global $post;
|
82 |
$user_can = current_user_can('edit_post', $post->ID);
|
83 |
+
$cid = get_comment_ID();
|
84 |
+
if(get_comment_meta($cid,'cl_data') && wp_get_comment_status($cid) == 'approved'){
|
85 |
if($user_can){
|
86 |
$nonce= wp_create_nonce ('removeluv'.get_comment_ID());
|
87 |
$actions['Remove-luv'] = '<a class="removeluv :'.get_comment_ID().':'.$nonce.'" href="wp-admin/edit-comments.php">Remove Luv</a>';
|
115 |
// hook the template_redirect for inserting style and javascript (using wp_head would make it too late to add dependencies)
|
116 |
function commentluv_scripts() {
|
117 |
// only load scripts if on a single page
|
118 |
+
if (is_single () || is_page()) {
|
119 |
wp_enqueue_script ( 'jquery' );
|
120 |
wp_enqueue_script ( 'hoverIntent', '/' . WPINC . '/js/hoverIntent.js', array ('jquery' ) );
|
121 |
wp_enqueue_script ( 'commentluv', $this->plugin_url . 'js/commentluv.js', array ('jquery' ) );
|
152 |
// get plugin options
|
153 |
function get_options() {
|
154 |
// default values
|
155 |
+
$options = array ('comment_text' => '[name] recently posted..[lastpost]', 'select_text' => 'choose a different post to show', 'default_on' => 'on', 'heart_tip' => 'on', 'use_template' => '', 'badge' => 'CL91_White.gif', 'show_text' => 'CommentLuv Enabled', 'author_name' => 'author', 'url_name' => 'url', 'comment_name' => 'comment', 'email_name' => 'email', 'prepend' => '', 'infoback' => 'white' );
|
156 |
// get saved options unless reset button was pressed
|
157 |
$saved = '';
|
158 |
if (! isset ( $_POST ['reset'] )) {
|
222 |
// set value to checked if option is on (for showing correct status of checkbox and radio button in settings page)
|
223 |
$default_on = $options ['default_on'] == 'on' ? 'checked' : '';
|
224 |
$heart_tip = $options ['heart_tip'] == 'on' ? 'checked' : '';
|
225 |
+
$badge1 = $options ['badge'] == 'CL88_Black.gif' ? 'checked="checked"' : '';
|
226 |
+
$badge2 = $options ['badge'] == 'CL88_White.gif' ? 'checked="checked"' : '';
|
227 |
+
$badge3 = $options ['badge'] == 'CL91_Black.gif' ? 'checked="checked"' : '';
|
228 |
+
$badge4 = $options ['badge'] == 'CL91_White.gif' ? 'checked="checked"' : '';
|
229 |
$badge5 = $options ['badge'] == 'nothing.gif' ? 'checked="checked"' : '';
|
230 |
$use_template = $options ['use_template'] == 'on' ? 'checked="checked"' : '';
|
231 |
$badge_text = $options ['badge'] == 'text' ? 'checked="checked"' : '';
|
312 |
// hook the pre_comment_content to add the link
|
313 |
function cl_post($id,$commentdata) {
|
314 |
$cl_requestid = intval($_POST['request_id']);
|
315 |
+
if($cl_requestid > 1 && $_POST['cl_type'] != 'undefined'){
|
316 |
// only do stuff if the comment had a successful last blog post
|
317 |
// and if the meta hasn't been added yet.
|
318 |
// (request id will be -1 if error, or no posts returned.)
|
374 |
$commentcontent .= '<span class="heart_tip_box"><img class="heart_tip" alt="My ComLuv Profile" border="0" width="16" height="14" src="' . $this->plugin_url . 'images/littleheart.gif"/></span>';
|
375 |
}
|
376 |
$commentcontent .= '</span>';
|
377 |
+
$luvedit = TRUE;
|
378 |
}
|
379 |
// handle new 2.80+ comments with hidden post data
|
380 |
+
if($data && !$luvedit){
|
381 |
// has meta data associated
|
382 |
extract($data,EXTR_OVERWRITE);
|
383 |
//array('cl_memberid'=>$cl_memberid,'cl_requestid'=>$cl_requestid,'cl_choiceid'=>$cl_choiceid,'cl_post_title'=>$cl_post_title,'cl_post_url'=>$cl_post_url,'cl_type'=>$cl_type);
|
images/CL88_Black.gif
ADDED
Binary file
|
images/CL88_White.gif
ADDED
Binary file
|
images/CL91_Black.gif
ADDED
Binary file
|
images/CL91_White.gif
ADDED
Binary file
|
images/finalbig.gif
ADDED
Binary file
|
images/link.png
ADDED
Binary file
|
images/link_hover.png
ADDED
Binary file
|
js/commentluv.js
CHANGED
@@ -210,4 +210,16 @@ function clchoose(ptype,purl,pstr,pid,preq){
|
|
210 |
$('input[name="cl_post"]').val('<a href="' + purl + '">' + pstr + '</a>');
|
211 |
}
|
212 |
})(jQuery);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
213 |
}
|
210 |
$('input[name="cl_post"]').val('<a href="' + purl + '">' + pstr + '</a>');
|
211 |
}
|
212 |
})(jQuery);
|
213 |
+
}
|
214 |
+
|
215 |
+
function cl_infolink_click(clickurl){
|
216 |
+
(function($){
|
217 |
+
// set link to open in a new window
|
218 |
+
$('a[href="' + clickurl + '"]').attr("target","_blank");
|
219 |
+
var addit= "?type=click&url=" + clickurl + "&callback=?";
|
220 |
+
var clurl=cl_settings['api_url'] + addit;
|
221 |
+
// call api, don't worry about returned data
|
222 |
+
$.getJSON(clurl);
|
223 |
+
return true;
|
224 |
+
})(jQuery);
|
225 |
}
|
lang/commentluv-nl_NL.mo
ADDED
Binary file
|
lang/commentluv-nl_NL.po
ADDED
@@ -0,0 +1,127 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: CommentLuv 2.7.5\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2009-06-19 10:27-0000\n"
|
6 |
+
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: WordPressPluginGuide.com <info@wppg.me>\n"
|
8 |
+
"Language-Team: @commentluv, Gianni Diurno <admin@comluv.com>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-Language: Dutch\n"
|
13 |
+
"X-Poedit-Country: NETHERLANDS\n"
|
14 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
15 |
+
"X-Poedit-Basepath: .\n"
|
16 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
17 |
+
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
18 |
+
"X-Poedit-SearchPath-0: ..\n"
|
19 |
+
|
20 |
+
#: ../commentluv-manager.php:11
|
21 |
+
msgid "This plugin takes the url from the comment form and tries to parse the feed of the site and display the last entry made. If you have any questions, comments or if you have a good idea that you would like to see in the next version of CommentLuv, please visit http://comluv.com and let me know."
|
22 |
+
msgstr "Deze plugin haalt de url uit het reactieformulier, probeert de feed van de website te ontleden en geeft het laatste bericht weer. Als je nog vragen, opmerkingen of als je een goed idee hebt dat je zou willen zien in de volgende versie van CommentLuv bezoek dan http://comluv.com en laat het me weten."
|
23 |
+
|
24 |
+
#: ../commentluv-manager.php:12
|
25 |
+
msgid "Display Options"
|
26 |
+
msgstr "Weergave Opties"
|
27 |
+
|
28 |
+
#: ../commentluv-manager.php:13
|
29 |
+
msgid "Enter the text you want displayed in the comment"
|
30 |
+
msgstr "Voer de tekst in die je weer wilt geven in het commentaar"
|
31 |
+
|
32 |
+
#: ../commentluv-manager.php:16
|
33 |
+
msgid "Text displayed in the select box"
|
34 |
+
msgstr "Tekst weergegeven in het selectievak"
|
35 |
+
|
36 |
+
#: ../commentluv-manager.php:20
|
37 |
+
msgid "CommentLuv on by default?"
|
38 |
+
msgstr "CommentLuv standaard aan?"
|
39 |
+
|
40 |
+
#: ../commentluv-manager.php:23
|
41 |
+
msgid "Show heart on links?"
|
42 |
+
msgstr "Laat een hartje zien bij links?"
|
43 |
+
|
44 |
+
#: ../commentluv-manager.php:27
|
45 |
+
msgid "Use template insert to show badge and checkbox?"
|
46 |
+
msgstr "Gebruik sjabloon plaatsing om badge en selectiebox te laten zien?"
|
47 |
+
|
48 |
+
#: ../commentluv-manager.php:29
|
49 |
+
msgid "Display Badge"
|
50 |
+
msgstr "Weergeven Badge"
|
51 |
+
|
52 |
+
#: ../commentluv-manager.php:30
|
53 |
+
msgid "Many thanks to <a href=\"http://byteful.com\">Byteful Traveller</a> for creating these images."
|
54 |
+
msgstr "Dank aan <a href=\"http://byteful.com\">Byteful Traveller</a> voor het maken van deze afbeeldingen."
|
55 |
+
|
56 |
+
#: ../commentluv-manager.php:33
|
57 |
+
msgid "Choose badge to display"
|
58 |
+
msgstr "Kies een badge ter weergave"
|
59 |
+
|
60 |
+
#: ../commentluv-manager.php:39
|
61 |
+
msgid "Show nothing"
|
62 |
+
msgstr "Laat niets zien"
|
63 |
+
|
64 |
+
#: ../commentluv-manager.php:42
|
65 |
+
msgid "Show text"
|
66 |
+
msgstr "Laat tekst zien"
|
67 |
+
|
68 |
+
#: ../commentluv-manager.php:42
|
69 |
+
msgid "Prepend html before badge or text (optional)"
|
70 |
+
msgstr "Voeg de html vooraan toe voor de badge of tekst (optioneel)"
|
71 |
+
|
72 |
+
#: ../commentluv-manager.php:44
|
73 |
+
msgid "CommentLuv Member Area"
|
74 |
+
msgstr "CommentLuv Leden Omgeving"
|
75 |
+
|
76 |
+
#: ../commentluv-manager.php:45
|
77 |
+
msgid "If you register your site for free at <a href=\"http://comluv.com\">ComLuv.com</a> you will be able to open up lots of features that are for members only like link tracking so you can see which of the comments you make on CommentLuv blogs are getting the last blog post clicked and the ability to send back more than just blog posts. You can even create your own WP2.7 blog there with commentluv pre-installed!."
|
78 |
+
msgstr "Als je je website gratis registreert op <a href=\"http://comluv.com\">ComLuv.com</a> kun je veel functies activeren welke alleen voor leden bestemd zijn, zoals link tracking waarmee je kunt zien op welke van de commentaren die je op CommentLuv blogs gemaakt hebt geklikt wordt en de mogelijkheid om meer terug te sturen dan alleen blogberichten. Je kan zelfs je eigen blog maken met WP2.7 CommentLuv vooraf geïnstalleerd !"
|
79 |
+
|
80 |
+
#: ../commentluv-manager.php:47
|
81 |
+
msgid "Technical Settings"
|
82 |
+
msgstr "Technische Instellingen"
|
83 |
+
|
84 |
+
#: ../commentluv-manager.php:48
|
85 |
+
msgid "In most cases you shouldn't need to change these settings unless you have a customized comment form"
|
86 |
+
msgstr "In de meeste gevallen hoef je deze instellingen niet te wijzigen tenzij je een aangepast reactieformulier hebt"
|
87 |
+
|
88 |
+
#: ../commentluv-manager.php:52
|
89 |
+
msgid "Authors Name field name"
|
90 |
+
msgstr "Veldnaam Naam Auteur"
|
91 |
+
|
92 |
+
#: ../commentluv-manager.php:56
|
93 |
+
msgid "Email field name"
|
94 |
+
msgstr "Veldnaam Email"
|
95 |
+
|
96 |
+
#: ../commentluv-manager.php:60
|
97 |
+
msgid "Authors URL field name"
|
98 |
+
msgstr "Veldnaam URL Auteur"
|
99 |
+
|
100 |
+
#: ../commentluv-manager.php:64
|
101 |
+
msgid "Comment Text Area name"
|
102 |
+
msgstr "Reactie Tekstruimte naam"
|
103 |
+
|
104 |
+
#: ../commentluv-manager.php:72
|
105 |
+
msgid "Reset to Default Settings"
|
106 |
+
msgstr "Resetten naar de standaardinstellingen"
|
107 |
+
|
108 |
+
#: ../commentluv-manager.php:77
|
109 |
+
msgid "Are you sure you want to reset your settings? Press OK to continue"
|
110 |
+
msgstr "Weet u zeker dat je je instellingen wilt resetten? Druk op OK om verder te gaan"
|
111 |
+
|
112 |
+
#: ../commentluv.php:44
|
113 |
+
msgid "CommentLuv requires Wordpress 2.6.5 or newer."
|
114 |
+
msgstr "CommentLuv vereist Wordpress versie 2.6.5 of nieuwer."
|
115 |
+
|
116 |
+
#: ../commentluv.php:44
|
117 |
+
msgid "Please Update!"
|
118 |
+
msgstr "Gelieve te Updaten!"
|
119 |
+
|
120 |
+
#: ../commentluv.php:75
|
121 |
+
msgid "Settings"
|
122 |
+
msgstr "Instellingen"
|
123 |
+
|
124 |
+
#: ../commentluv.php:169
|
125 |
+
msgid "There were errors with your chosen settings"
|
126 |
+
msgstr "Er waren fouten met je gekozen instellingen"
|
127 |
+
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== CommentLuv ===
|
2 |
-
Contributors: @commentluv (concept & coding)
|
3 |
Donate link:http://comluv.com/about/donate
|
4 |
-
Tags: commentluv, comments, last blog post, linkluv
|
5 |
Requires at least: 2.9.2
|
6 |
-
Tested up to: 3.0
|
7 |
-
Stable tag: 2.
|
8 |
|
9 |
Reward your readers by automatically placing a link to their last blog post at the end of their comment. Encourage a community and discover new posts.
|
10 |
|
@@ -14,9 +14,9 @@ This plugin will visit the site of the comment author while they type their comm
|
|
14 |
|
15 |
It has been found to increase comments and the community spirit for the thousands of blogs that have installed it. With a simple install you will immediately start to find new and interesting blog posts, tweets and diggs from your own blog and community.
|
16 |
|
17 |
-
The plugin requires WP or
|
18 |
|
19 |
-
With a full support site where you can unlock great new features,
|
20 |
|
21 |
You can visit http://comluv.com to find out more about this plugin.
|
22 |
|
@@ -26,6 +26,8 @@ Wordpress : Extract the zip file and just drop the contents in the wp-content/pl
|
|
26 |
|
27 |
WordpressMu : Same as above (do not place in mu-plugins)
|
28 |
|
|
|
|
|
29 |
== Frequently Asked Questions ==
|
30 |
|
31 |
= Does this plugin add any database tables? =
|
@@ -51,6 +53,16 @@ You can submit a support ticket at http://comluv.com
|
|
51 |
4. edit post comments
|
52 |
|
53 |
== ChangeLog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
= 2.80 =
|
56 |
* Wordpress 3.0 Compatible
|
1 |
=== CommentLuv ===
|
2 |
+
Contributors: @commentluv (concept & coding) @hishaman (css additions)
|
3 |
Donate link:http://comluv.com/about/donate
|
4 |
+
Tags: commentluv, comments, last blog post, linkluv, comment luv
|
5 |
Requires at least: 2.9.2
|
6 |
+
Tested up to: 3.0.1
|
7 |
+
Stable tag: 2.8.1.1
|
8 |
|
9 |
Reward your readers by automatically placing a link to their last blog post at the end of their comment. Encourage a community and discover new posts.
|
10 |
|
14 |
|
15 |
It has been found to increase comments and the community spirit for the thousands of blogs that have installed it. With a simple install you will immediately start to find new and interesting blog posts, tweets and diggs from your own blog and community.
|
16 |
|
17 |
+
The plugin requires WP or WP MS version of at least 2.92 and will work with administrators and logged on users provided they have their homepage url set in their profile page in the dashboard of the site.
|
18 |
|
19 |
+
With a full support site where you can unlock great new features, show off your site, upgrade your urls and feed locations, view your stats for comments made and received and much more.
|
20 |
|
21 |
You can visit http://comluv.com to find out more about this plugin.
|
22 |
|
26 |
|
27 |
WordpressMu : Same as above (do not place in mu-plugins)
|
28 |
|
29 |
+
If you're upgrading from an older version, please use the 'reset to default settings' button.
|
30 |
+
|
31 |
== Frequently Asked Questions ==
|
32 |
|
33 |
= Does this plugin add any database tables? =
|
53 |
4. edit post comments
|
54 |
|
55 |
== ChangeLog ==
|
56 |
+
= 2.81.1 =
|
57 |
+
* Prevent empty last post from being included. Also included in API
|
58 |
+
* added Dutch translation (thanks Rene http://wpwebshop.com)
|
59 |
+
* Also have commentluv on pages
|
60 |
+
* updated badges to new version (thanks Byteful Traveller)
|
61 |
+
|
62 |
+
= 2.81 =
|
63 |
+
* New style.css format for info panel (thanks @Hishaman)
|
64 |
+
* Only show remove luv link for approved comments
|
65 |
+
* bug fix : sometimes showed two cluv spans (on beta version comments)
|
66 |
|
67 |
= 2.80 =
|
68 |
* Wordpress 3.0 Compatible
|
screenshot-2.png
CHANGED
Binary file
|
style/cl_style.css
CHANGED
@@ -1,68 +1,34 @@
|
|
1 |
-
#mylastpost {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
-
}
|
4 |
-
#
|
|
|
|
|
5 |
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
#
|
11 |
-
border: 0 !important;
|
12 |
-
padding: 0 !important;
|
13 |
-
}
|
14 |
-
.cluv {
|
15 |
-
border:1px solid #fff;
|
16 |
-
padding: 5px;
|
17 |
-
display: block;
|
18 |
-
font-size: 100% !important;
|
19 |
-
text-transform: none !important;
|
20 |
-
}
|
21 |
-
#lastposts {
|
22 |
-
width: 500px;
|
23 |
-
padding-left: 5px;
|
24 |
-
padding-bottom: 5px;
|
25 |
-
background-color: #fee;
|
26 |
-
font-size: 13px;
|
27 |
-
border: 1px solid #ddd;
|
28 |
-
color: #000;
|
29 |
-
}
|
30 |
|
31 |
-
|
32 |
-
|
33 |
-
line-height: 1.4em;
|
34 |
-
display: block;
|
35 |
-
width: 495px;
|
36 |
-
border-bottom: 1px dashed #bbb;
|
37 |
-
cursor: pointer;
|
38 |
-
}
|
39 |
|
40 |
-
.cl_type_icon {
|
41 |
-
margin-right: 3px;
|
42 |
-
border: 0 !important;
|
43 |
-
padding: 0 !important;
|
44 |
-
}
|
45 |
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
margin-bottom: 0px;
|
50 |
-
margin-right: 0px;
|
51 |
-
padding: 0px !important;
|
52 |
-
background-color: transparent;
|
53 |
-
border: 0 !important;
|
54 |
-
}
|
55 |
|
56 |
-
|
57 |
-
|
58 |
-
border-top-left-radius: 8px;
|
59 |
-
border-top-right-radius: 8px;
|
60 |
-
border-bottom-left-radius: 8px;
|
61 |
-
border-bottom-right-radius: 8px;
|
62 |
-
font-size: 1em;
|
63 |
-
color: #000;
|
64 |
-
}
|
65 |
-
.finalbig img {
|
66 |
-
margin: 3px;
|
67 |
-
}
|
68 |
|
|
|
|
1 |
+
#mylastpost {}
|
2 |
+
#doluv{}
|
3 |
+
#commentluv {clear: both !important; margin-top:10px;}
|
4 |
+
#commentluv img{border: 0 !important;padding: 0 !important;}
|
5 |
+
.cluv {border:1px solid #fff;padding: 5px;display: block;font-size: 100% !important;text-transform: none !important;}
|
6 |
+
#lastposts {width: 500px;padding-left: 5px;padding-bottom: 5px;background-color: #fee;font-size: 13px;border: 1px solid #ddd;color: #000;}
|
7 |
+
.choosepost {background-color: #fff;line-height: 1.4em; display: block;width: 495px;border-bottom: 1px dashed #bbb;cursor: pointer;}
|
8 |
+
.cl_type_icon {margin-right: 3px;border: 0 !important;padding: 0 !important;}
|
9 |
+
.heart_tip {margin-left: 5px;display: inline;margin-bottom: -2px; /* fixed a little here, Hesham */margin-right: 0px;padding: 0px !important;background-color: transparent;border: 0 !important;}
|
10 |
|
11 |
+
.finalbig{margin-top:0px; margin-left:5px; padding:3px; border: 4px solid #dddddd;font-size: 1.2em;color: #000; font-family:"Tahoma",Helvetica,Myriad Pro,sans-serif; }
|
12 |
+
.finalbig img {margin:5px;width:60px;height:60px; border: 4px solid #CCC;}
|
13 |
+
.finalbig li{ list-style: none; margin-left: 10px}
|
14 |
+
.finalbig p { margin: 1px}
|
15 |
|
16 |
+
/* Title */
|
17 |
+
.cl_title {font-size:0.8em; margin-top:3px;font-weight:bold;padding-bottom:5px;}
|
18 |
+
.cl_username {font-size:1.2em;color:#0e9de0;font-weight:bold;}
|
19 |
+
/* Clicks */
|
20 |
+
.cl_clicks {clear: both !important;padding:5px 5px 0px 20px;border-top: 1px #f6f6f6 solid; border-bottom: 1px #f6f6f6 solid; background:transparent url(../images/littleheartplus.gif) no-repeat scroll left 50%; margin-left:5px;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
+
/* This link clicked # Times */
|
23 |
+
.cl_clicks_count {padding: 0px 5px 0px 0px; color:#0e9de0;font-weight:bold;}
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
+
/* My links have appeared on */
|
27 |
+
.cl_links {clear: both !important; padding:5px}
|
28 |
+
.cl_links_list {padding:0px 5px 0px 0px; padding-left:18px; color:#666666;}
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
+
/* Some of my other posts */
|
31 |
+
.cl_posts {clear: both !important; margin-top:10px; padding:5px;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
|
33 |
+
.cl_posts_list a {background:transparent url(../images/link.png) no-repeat scroll left 50%; padding-left:18px; color:#0e9de0; margin-left:0px;}
|
34 |
+
.cl_posts_list a:hover {background:transparent url(../images/link_hover.png) no-repeat scroll left 50%; padding-left:18px;color:#000;margin-left:0px;}
|