Version Description
Download this release
Release Info
Developer | teamplaylotto |
Plugin | CommentLuv |
Version | 2.12 |
Comparing to | |
See all releases |
Code changes from version 2.1 to 2.12
- commentluv.mo +0 -0
- commentluv.php +38 -10
- commentluv.po +44 -32
- nothing.gif +0 -0
- readme.txt +5 -4
commentluv.mo
CHANGED
Binary file
|
commentluv.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Plugin Name: commentluv
|
3 |
Plugin URI: http://www.commentluv.com/download/ajax-commentluv-installation/
|
4 |
Description: Plugin to show a link to the last post from the commenters blog in their comment. Just activate and it's ready. Will parse a feed from most sites that have a feed location specified in its head html. See the <a href="options-general.php?page=commentluv">Settings Page</a> for styling and text output options.
|
5 |
-
Version: 2.
|
6 |
Author: Andy Bailey
|
7 |
Author URI: http://www.fiddyp.co.uk/
|
8 |
|
@@ -10,6 +10,8 @@ Author URI: http://www.fiddyp.co.uk/
|
|
10 |
You can now edit the options from the dashboard
|
11 |
*********************************************************************
|
12 |
updates:
|
|
|
|
|
13 |
2.1 23/9/8 Change to final remote file location and updated readme and download pages
|
14 |
2.0b r13 - 22/9/8 logged on users now can get luv (missed out URL field ID doh!) www.macbrosplace.com
|
15 |
2.0b r12 - 21/9/8 remove onsubmit event from jquery script and leave it to wordpress to insert the value. Have to
|
@@ -109,7 +111,7 @@ register_activation_hook(__FILE__, 'commentluv_activation');
|
|
109 |
// make compatible with Mu
|
110 |
function commentluv_alter_whitelist_options($whitelist) {
|
111 |
if(is_array($whitelist)) {
|
112 |
-
$option_array = array('commentluv' => array('cl_comment_text','cl_default_on','cl_style','cl_author_id','cl_site_id','cl_comment_id','cl_commentform_id','cl_badge','cl_member_id','cl_click_track','cl_author_type','cl_url_type','cl_textarea_type'));
|
113 |
$whitelist = array_merge($whitelist,$option_array);
|
114 |
}
|
115 |
return $whitelist;
|
@@ -204,6 +206,7 @@ function show_cl_options() {
|
|
204 |
add_option('cl_url_type','ID');
|
205 |
add_option('cl_textarea_type','ID');
|
206 |
add_option('cl_click_track','on');
|
|
|
207 |
commentluv_activation();
|
208 |
add_option('cl_version','213');
|
209 |
}
|
@@ -215,7 +218,7 @@ function cl_style_script(){
|
|
215 |
if ($cl_script_added) {
|
216 |
return;
|
217 |
}
|
218 |
-
echo '<!-- Styling and script added by commentluv 2.
|
219 |
echo '<style type="text/css">abbr em{'.get_option('cl_style').'} #lastposts { width: 300px; }</style>';
|
220 |
|
221 |
$cl_commentform_id=get_option('cl_commentform_id');
|
@@ -235,17 +238,23 @@ function cl_style_script(){
|
|
235 |
$cl_member_id=get_option('cl_member_id');
|
236 |
$plugin_dir = basename(dirname(__FILE__));
|
237 |
|
238 |
-
|
|
|
|
|
|
|
|
|
239 |
|
240 |
$script="\njQuery(document).ready(function() {\n".
|
241 |
"jQuery('$cl_commentform_id').after('<span id=\"mylastpost\" style=\"clear: both\"><a href=\"http://www.commentluv.com\">".
|
242 |
-
"
|
243 |
"jQuery('$cl_commentform_id').append('<input type=\"hidden\" id=\"cl_post\" name=\"cl_post\"></input>');\n".
|
244 |
"jQuery('#lastposts').hide();\n";
|
245 |
if(get_option('cl_click_track')=="on"){
|
246 |
$script.="jQuery('abbr em a').click(processclick);\n";
|
247 |
}
|
248 |
$script.="jQuery($comment_selector).focus(cl_dostuff); \n".
|
|
|
|
|
249 |
"jQuery('#lastposts').change(function(){ \n".
|
250 |
"jQuery('option').remove(\":contains('choose a different post to show')\");\n".
|
251 |
"var url = jQuery(this).val();\n".
|
@@ -350,6 +359,22 @@ function cl_style_script(){
|
|
350 |
|
351 |
function cl_options_page(){
|
352 |
commentluv_setup();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
353 |
?>
|
354 |
<div class="wrap">
|
355 |
|
@@ -427,11 +452,13 @@ function cl_options_page(){
|
|
427 |
<tr>
|
428 |
<td><?php _e('Choose badge to display','commentluv')?> </td>
|
429 |
<?php $badge=get_option('cl_badge');?>
|
430 |
-
<td><label><input type="radio" <?php if($badge=="CL91x17-white.gif"){echo "checked ";}?> name="cl_badge" value="CL91x17-white.gif"><img src="<?php
|
431 |
-
<td><label><input type="radio" <?php if($badge=="CL91x17-black.gif"){echo "checked ";}?> name="cl_badge" value="CL91x17-black.gif"><img src="<?php
|
432 |
-
<td><label><input type="radio" <?php if($badge=="ACL88x31-white.gif"){echo "checked ";}?> name="cl_badge" value="ACL88x31-white.gif"><img src="<?php
|
433 |
-
<td><label><input type="radio" <?php if($badge=="ACL88x31-black.gif"){echo "checked ";}?> name="cl_badge" value="ACL88x31-black.gif"><img src="<?php
|
|
|
434 |
</tr>
|
|
|
435 |
</table>
|
436 |
<h3><?php _e('CommentLuv Member ID','commentluv')?></h3>
|
437 |
<p><?php _e('If you register your site for free at','commentluv')?> <a href="http://www.commentluv.com">CommentLuv.com</a> <?php _e('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. Do NOT enter a number if you do not have one','commentluv')?></p>
|
@@ -443,9 +470,10 @@ function cl_options_page(){
|
|
443 |
<td><input type="checkbox" name="cl_click_track" <?php if(get_option('cl_click_track')=="on"){echo "checked";};?> /></td>
|
444 |
</tr>
|
445 |
</table>
|
446 |
-
<input type="hidden" name="page_options" value="cl_comment_text,cl_default_on,cl_style,cl_author_id,cl_site_id,cl_comment_id,cl_commentform_id,cl_badge,cl_member_id,cl_click_track,cl_form_type,cl_author_type,cl_url_type,cl_textarea_type" />
|
447 |
<input type="hidden" name="action" value="update" />
|
448 |
<input type="hidden" name="option_page" value="commentluv" />
|
|
|
449 |
<p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options') ?>" /></p>
|
450 |
</form>
|
451 |
<p>Andy Bailey<br/>
|
2 |
Plugin Name: commentluv
|
3 |
Plugin URI: http://www.commentluv.com/download/ajax-commentluv-installation/
|
4 |
Description: Plugin to show a link to the last post from the commenters blog in their comment. Just activate and it's ready. Will parse a feed from most sites that have a feed location specified in its head html. See the <a href="options-general.php?page=commentluv">Settings Page</a> for styling and text output options.
|
5 |
+
Version: 2.12
|
6 |
Author: Andy Bailey
|
7 |
Author URI: http://www.fiddyp.co.uk/
|
8 |
|
10 |
You can now edit the options from the dashboard
|
11 |
*********************************************************************
|
12 |
updates:
|
13 |
+
2.12 24/9/8 Allow user to choose no image or use text instead. Try to run cl_dostuff if url field already filled (fix for imwithjoe.com)
|
14 |
+
2.11 23/9/8 Use better constant to specify image url in javascript (http://indigospot.com) and moved button to below comment text area
|
15 |
2.1 23/9/8 Change to final remote file location and updated readme and download pages
|
16 |
2.0b r13 - 22/9/8 logged on users now can get luv (missed out URL field ID doh!) www.macbrosplace.com
|
17 |
2.0b r12 - 21/9/8 remove onsubmit event from jquery script and leave it to wordpress to insert the value. Have to
|
111 |
// make compatible with Mu
|
112 |
function commentluv_alter_whitelist_options($whitelist) {
|
113 |
if(is_array($whitelist)) {
|
114 |
+
$option_array = array('commentluv' => array('cl_comment_text','cl_default_on','cl_style','cl_author_id','cl_site_id','cl_comment_id','cl_commentform_id','cl_badge','cl_member_id','cl_click_track','cl_author_type','cl_url_type','cl_textarea_type','cl_reset','cl_showtext'));
|
115 |
$whitelist = array_merge($whitelist,$option_array);
|
116 |
}
|
117 |
return $whitelist;
|
206 |
add_option('cl_url_type','ID');
|
207 |
add_option('cl_textarea_type','ID');
|
208 |
add_option('cl_click_track','on');
|
209 |
+
add_option('cl_showtext','CommentLuv Enabled');
|
210 |
commentluv_activation();
|
211 |
add_option('cl_version','213');
|
212 |
}
|
218 |
if ($cl_script_added) {
|
219 |
return;
|
220 |
}
|
221 |
+
echo '<!-- Styling and script added by commentluv 2.12 http://www.commentluv.com -->';
|
222 |
echo '<style type="text/css">abbr em{'.get_option('cl_style').'} #lastposts { width: 300px; }</style>';
|
223 |
|
224 |
$cl_commentform_id=get_option('cl_commentform_id');
|
238 |
$cl_member_id=get_option('cl_member_id');
|
239 |
$plugin_dir = basename(dirname(__FILE__));
|
240 |
|
241 |
+
if($cl_badge=='text'){
|
242 |
+
$cl_badge_val=get_option('cl_showtext');
|
243 |
+
} else {
|
244 |
+
$cl_badge_val="<img src=\"".WP_PLUGIN_URL."/commentluv/$cl_badge\"/>";
|
245 |
+
}
|
246 |
|
247 |
$script="\njQuery(document).ready(function() {\n".
|
248 |
"jQuery('$cl_commentform_id').after('<span id=\"mylastpost\" style=\"clear: both\"><a href=\"http://www.commentluv.com\">".
|
249 |
+
"$cl_badge_val</a></span>' + '<br/><select name=\"lastposts\" id=\"lastposts\"><option value=0 ></option></select>');\n".
|
250 |
"jQuery('$cl_commentform_id').append('<input type=\"hidden\" id=\"cl_post\" name=\"cl_post\"></input>');\n".
|
251 |
"jQuery('#lastposts').hide();\n";
|
252 |
if(get_option('cl_click_track')=="on"){
|
253 |
$script.="jQuery('abbr em a').click(processclick);\n";
|
254 |
}
|
255 |
$script.="jQuery($comment_selector).focus(cl_dostuff); \n".
|
256 |
+
// quick fix for imwithjoe.com - if url field is full, do the fetch or bind a blur function on url field for after it is filled
|
257 |
+
"if(jQuery($url_selector).val()){ cl_dostuff();} else { jQuery($url_selector).blur(cl_dostuff);}".
|
258 |
"jQuery('#lastposts').change(function(){ \n".
|
259 |
"jQuery('option').remove(\":contains('choose a different post to show')\");\n".
|
260 |
"var url = jQuery(this).val();\n".
|
359 |
|
360 |
function cl_options_page(){
|
361 |
commentluv_setup();
|
362 |
+
if(get_option('cl_reset')=="on"){
|
363 |
+
update_option('cl_comment_text','[name]´s last blog post..[lastpost]');
|
364 |
+
update_option('cl_default_on','TRUE');
|
365 |
+
update_option('cl_style','border:1px solid; display:block; padding:4px;');
|
366 |
+
update_option('cl_author_id','author');
|
367 |
+
update_option('cl_site_id','url');
|
368 |
+
update_option('cl_comment_id','comment');
|
369 |
+
update_option('cl_commentform_id','#commentform');
|
370 |
+
update_option('cl_badge','ACL88x31-white.gif');
|
371 |
+
update_option('cl_author_type','ID');
|
372 |
+
update_option('cl_url_type','ID');
|
373 |
+
update_option('cl_textarea_type','ID');
|
374 |
+
update_option('cl_click_track','on');
|
375 |
+
update_option('cl_showtext','CommentLuv Enabled');
|
376 |
+
update_option('cl_reset','off');
|
377 |
+
}
|
378 |
?>
|
379 |
<div class="wrap">
|
380 |
|
452 |
<tr>
|
453 |
<td><?php _e('Choose badge to display','commentluv')?> </td>
|
454 |
<?php $badge=get_option('cl_badge');?>
|
455 |
+
<td><label><input type="radio" <?php if($badge=="CL91x17-white.gif"){echo "checked ";}?> name="cl_badge" value="CL91x17-white.gif"><img src="<?php echo WP_PLUGIN_URL;?>/commentluv/CL91x17-white.gif"/></label></td>
|
456 |
+
<td><label><input type="radio" <?php if($badge=="CL91x17-black.gif"){echo "checked ";}?> name="cl_badge" value="CL91x17-black.gif"><img src="<?php echo WP_PLUGIN_URL;?>/commentluv/CL91x17-black.gif"/></label></td>
|
457 |
+
<td><label><input type="radio" <?php if($badge=="ACL88x31-white.gif"){echo "checked ";}?> name="cl_badge" value="ACL88x31-white.gif"><img src="<?php echo WP_PLUGIN_URL;?>/commentluv/ACL88x31-white.gif"/></label></td>
|
458 |
+
<td><label><input type="radio" <?php if($badge=="ACL88x31-black.gif"){echo "checked ";}?> name="cl_badge" value="ACL88x31-black.gif"><img src="<?php echo WP_PLUGIN_URL;?>/commentluv/ACL88x31-black.gif"/></label></td>
|
459 |
+
<td><label><input type="radio" <?php if($badge=="nothing.gif"){echo "checked ";}?> name="cl_badge" value="nothing.gif"><?php _e('Show nothing','commentluv')?></label></td>
|
460 |
</tr>
|
461 |
+
<tr><td><label><input type="radio" <?php if($badge=="text"){echo "checked ";}?> name="cl_badge" value="text"><?php _e('Show text','commentluv')?></label> <input class="form-table" type="text" name="cl_showtext" value="<?php echo get_option('cl_showtext');?>"></input></td></tr>
|
462 |
</table>
|
463 |
<h3><?php _e('CommentLuv Member ID','commentluv')?></h3>
|
464 |
<p><?php _e('If you register your site for free at','commentluv')?> <a href="http://www.commentluv.com">CommentLuv.com</a> <?php _e('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. Do NOT enter a number if you do not have one','commentluv')?></p>
|
470 |
<td><input type="checkbox" name="cl_click_track" <?php if(get_option('cl_click_track')=="on"){echo "checked";};?> /></td>
|
471 |
</tr>
|
472 |
</table>
|
473 |
+
<input type="hidden" name="page_options" value="cl_comment_text,cl_default_on,cl_style,cl_author_id,cl_site_id,cl_comment_id,cl_commentform_id,cl_badge,cl_member_id,cl_click_track,cl_form_type,cl_author_type,cl_url_type,cl_textarea_type,cl_reset,cl_showtext" />
|
474 |
<input type="hidden" name="action" value="update" />
|
475 |
<input type="hidden" name="option_page" value="commentluv" />
|
476 |
+
<p><input type="checkbox" name="cl_reset"/><?php _e('Reset to Default Settings','commentluv')?>
|
477 |
<p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options') ?>" /></p>
|
478 |
</form>
|
479 |
<p>Andy Bailey<br/>
|
commentluv.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: CommentLuv 2.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2008-09-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Andy Bailey <andy@teamplaylotto.com>\n"
|
8 |
"Language-Team: <andy@teamplaylotto.com>\n"
|
@@ -15,127 +15,139 @@ msgstr ""
|
|
15 |
"X-Poedit-Basepath: .\n"
|
16 |
"X-Poedit-SearchPath-0: C:\\xampp\\htdocs\\wordpress\\wp-content\\plugins\\commentluv\n"
|
17 |
|
18 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
19 |
msgid "Do Not Show"
|
20 |
msgstr ""
|
21 |
|
22 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
23 |
msgid "Click to choose a different post to show"
|
24 |
msgstr ""
|
25 |
|
26 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
27 |
msgid "CommentLuv Wordpress Plugin"
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
31 |
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"
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
35 |
msgid "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"
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
39 |
msgid "or"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
43 |
msgid "support forum"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
47 |
msgid "and let me know"
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
51 |
msgid "Options"
|
52 |
msgstr ""
|
53 |
|
54 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
55 |
msgid "Enter the text you want displayed in the comment."
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
59 |
msgid "Choose to have CommentLuv on by default?"
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
63 |
msgid "Styling"
|
64 |
msgstr ""
|
65 |
|
66 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
67 |
msgid "Wordpress doesn't allow a class to be applied to a paragraph in the comment area so we have to wrap the last blog post text in nested tags and apply styling to that instead."
|
68 |
msgstr ""
|
69 |
|
70 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
71 |
msgid "Enter css styling to apply to comment"
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
75 |
msgid "inserted as"
|
76 |
msgstr ""
|
77 |
|
78 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
79 |
msgid "Comment Form Identification"
|
80 |
msgstr ""
|
81 |
|
82 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
83 |
msgid "Enter the ID or NAME value for the input fields on your comment form."
|
84 |
msgstr ""
|
85 |
|
86 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
87 |
msgid "Check your comment form fields to see if they use ID= or NAME= and select the appropriate type below"
|
88 |
msgstr ""
|
89 |
|
90 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
91 |
msgid "Visit CommentLuv.com if you need instructions"
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
95 |
msgid "Comment Form ID"
|
96 |
msgstr ""
|
97 |
|
98 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
99 |
msgid "Authors Name field ID"
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
103 |
msgid "Authors URL field ID"
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
107 |
msgid "Comment Text Area ID"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
111 |
msgid "Display Badge"
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
115 |
msgid "Choose badge to display"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
119 |
msgid "CommentLuv Member ID"
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
123 |
msgid "If you register your site for free at"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
127 |
msgid "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. Do NOT enter a number if you do not have one"
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
131 |
msgid "Your CommentLuv.com member ID"
|
132 |
msgstr ""
|
133 |
|
134 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
135 |
msgid "Enable click tracking?"
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:
|
|
|
|
|
|
|
|
|
139 |
msgid "Update Options"
|
140 |
msgstr ""
|
141 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: CommentLuv 2.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2008-09-24 09:50-0000\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Andy Bailey <andy@teamplaylotto.com>\n"
|
8 |
"Language-Team: <andy@teamplaylotto.com>\n"
|
15 |
"X-Poedit-Basepath: .\n"
|
16 |
"X-Poedit-SearchPath-0: C:\\xampp\\htdocs\\wordpress\\wp-content\\plugins\\commentluv\n"
|
17 |
|
18 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:300
|
19 |
msgid "Do Not Show"
|
20 |
msgstr ""
|
21 |
|
22 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:307
|
23 |
msgid "Click to choose a different post to show"
|
24 |
msgstr ""
|
25 |
|
26 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:385
|
27 |
msgid "CommentLuv Wordpress Plugin"
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:386
|
31 |
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"
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:387
|
35 |
msgid "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"
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:387
|
39 |
msgid "or"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:387
|
43 |
msgid "support forum"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:387
|
47 |
msgid "and let me know"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:388
|
51 |
msgid "Options"
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:389
|
55 |
msgid "Enter the text you want displayed in the comment."
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:397
|
59 |
msgid "Choose to have CommentLuv on by default?"
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:404
|
63 |
msgid "Styling"
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:405
|
67 |
msgid "Wordpress doesn't allow a class to be applied to a paragraph in the comment area so we have to wrap the last blog post text in nested tags and apply styling to that instead."
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:406
|
71 |
msgid "Enter css styling to apply to comment"
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:406
|
75 |
msgid "inserted as"
|
76 |
msgstr ""
|
77 |
|
78 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:412
|
79 |
msgid "Comment Form Identification"
|
80 |
msgstr ""
|
81 |
|
82 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:413
|
83 |
msgid "Enter the ID or NAME value for the input fields on your comment form."
|
84 |
msgstr ""
|
85 |
|
86 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:414
|
87 |
msgid "Check your comment form fields to see if they use ID= or NAME= and select the appropriate type below"
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:415
|
91 |
msgid "Visit CommentLuv.com if you need instructions"
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:417
|
95 |
msgid "Comment Form ID"
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:422
|
99 |
msgid "Authors Name field ID"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:430
|
103 |
msgid "Authors URL field ID"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:438
|
107 |
msgid "Comment Text Area ID"
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:446
|
111 |
msgid "Display Badge"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:450
|
115 |
msgid "Choose badge to display"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:456
|
119 |
+
msgid "Show nothing"
|
120 |
+
msgstr ""
|
121 |
+
|
122 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:458
|
123 |
+
msgid "Show text"
|
124 |
+
msgstr ""
|
125 |
+
|
126 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:460
|
127 |
msgid "CommentLuv Member ID"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:461
|
131 |
msgid "If you register your site for free at"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:461
|
135 |
msgid "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. Do NOT enter a number if you do not have one"
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:463
|
139 |
msgid "Your CommentLuv.com member ID"
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:466
|
143 |
msgid "Enable click tracking?"
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:473
|
147 |
+
msgid "Reset to Default Settings"
|
148 |
+
msgstr ""
|
149 |
+
|
150 |
+
#: C:\xampp\htdocs\wordpress\wp-content\plugins\commentluv/commentluv.php:474
|
151 |
msgid "Update Options"
|
152 |
msgstr ""
|
153 |
|
nothing.gif
ADDED
Binary file
|
readme.txt
CHANGED
@@ -3,9 +3,9 @@ Contributors: Andy Bailey
|
|
3 |
Tags: comments, linkluv
|
4 |
Requires at least: 2.5
|
5 |
Tested up to: 2.6.2
|
6 |
-
Stable tag: 2.
|
7 |
|
8 |
-
Appends a titled link using AJAX to the authors last blog post on their comment giving back some luv to the people that join your discussion.
|
9 |
|
10 |
== Description ==
|
11 |
|
@@ -35,7 +35,7 @@ You may want to test it after activation by logging out and adding a comment to
|
|
35 |
You probably have your wordpress set to hold comments in moderation if they contain a link.
|
36 |
Go to your wordpress dashboard and go to Options/discussion and change the comment moderation option to "Hold a comment in the queue if it contains 2 links" (or more)
|
37 |
|
38 |
-
= I can see the settings in the dashboard but there isn't an image below the comment form, why?
|
39 |
|
40 |
Check the settings page has the correct values for your form name and fields. Visit CommentLuv.com or the support forum http://www.fiddyp.co.uk/support and post a query there if you get stuck.
|
41 |
|
@@ -91,6 +91,7 @@ ie.
|
|
91 |
|
92 |
[name]'s last blog post...[lastpost]
|
93 |
|
94 |
-
|
|
|
95 |
|
96 |
abbr em { border:2px solid #ffffff; display:block; padding:4px; background-color: #eeffee; }
|
3 |
Tags: comments, linkluv
|
4 |
Requires at least: 2.5
|
5 |
Tested up to: 2.6.2
|
6 |
+
Stable tag: 2.12
|
7 |
|
8 |
+
Appends a titled link using AJAX to the authors last blog post on their comment giving back some luv to the people that join your discussion. Compatible with logged on users and Wordpress MU. Visit CommentLuv.com for detailed instructions on features.
|
9 |
|
10 |
== Description ==
|
11 |
|
35 |
You probably have your wordpress set to hold comments in moderation if they contain a link.
|
36 |
Go to your wordpress dashboard and go to Options/discussion and change the comment moderation option to "Hold a comment in the queue if it contains 2 links" (or more)
|
37 |
|
38 |
+
= I can see the settings in the dashboard but there isn't an image below the comment form, why?
|
39 |
|
40 |
Check the settings page has the correct values for your form name and fields. Visit CommentLuv.com or the support forum http://www.fiddyp.co.uk/support and post a query there if you get stuck.
|
41 |
|
91 |
|
92 |
[name]'s last blog post...[lastpost]
|
93 |
|
94 |
+
Styling
|
95 |
+
Wordpress doesn't allow a class to be set for a comment paragraph so the text that is added is enclosed in <abbr><em> tags and style applied to that like this in the style settings
|
96 |
|
97 |
abbr em { border:2px solid #ffffff; display:block; padding:4px; background-color: #eeffee; }
|