Version Description
Download this release
Release Info
Developer | teamplaylotto |
Plugin | CommentLuv |
Version | 2.7.63 |
Comparing to | |
See all releases |
Code changes from version 2.7.62 to 2.7.63
- commentluv.php +11 -6
- lang/commentluv-fr_FR.mo +0 -0
- lang/commentluv-fr_FR.po +125 -0
- readme.txt +16 -5
- style/cl_style.css +0 -12
commentluv.php
CHANGED
@@ -2,7 +2,7 @@
|
|
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.7.
|
6 |
Author: Andy Bailey
|
7 |
Author URI: http://fiddyp.co.uk/
|
8 |
*/
|
@@ -243,11 +243,15 @@ if (! class_exists ( 'commentluv' )) {
|
|
243 |
echo "<input type='hidden' id='$cl_author_id' name='$cl_author_id' value='$author' />";
|
244 |
echo "<input type='hidden' id='$cl_site_id' name='$cl_site_id' value='$url' />";
|
245 |
}
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
|
|
|
|
|
|
|
|
251 |
// check if using php call comments.php or not
|
252 |
global $badgeshown;
|
253 |
if ($options ['use_template'] == '' && !$badgeshown) {
|
@@ -422,6 +426,7 @@ if (! class_exists ( 'commentluv' )) {
|
|
422 |
// start commentluv class engines
|
423 |
if (class_exists ( 'commentluv' )) :
|
424 |
$badgeshown=FALSE;
|
|
|
425 |
$commentluv = new commentluv ( );
|
426 |
|
427 |
// confirm warp capability
|
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.7.63
|
6 |
Author: Andy Bailey
|
7 |
Author URI: http://fiddyp.co.uk/
|
8 |
*/
|
243 |
echo "<input type='hidden' id='$cl_author_id' name='$cl_author_id' value='$author' />";
|
244 |
echo "<input type='hidden' id='$cl_site_id' name='$cl_site_id' value='$url' />";
|
245 |
}
|
246 |
+
global $fieldsadded;
|
247 |
+
if(!$fieldsadded){
|
248 |
+
// add hidden fields for holding information about type,choice,html and request for every user
|
249 |
+
echo '<input type="hidden" name="cl_type" />';
|
250 |
+
echo '<input type="hidden" name="choice_id" />';
|
251 |
+
echo '<input type="hidden" name="request_id" />';
|
252 |
+
echo '<input type="hidden" name="cl_post" id="cl_post"/>';
|
253 |
+
$fieldsadded = TRUE;
|
254 |
+
}
|
255 |
// check if using php call comments.php or not
|
256 |
global $badgeshown;
|
257 |
if ($options ['use_template'] == '' && !$badgeshown) {
|
426 |
// start commentluv class engines
|
427 |
if (class_exists ( 'commentluv' )) :
|
428 |
$badgeshown=FALSE;
|
429 |
+
$fieldsadded = FALSE;
|
430 |
$commentluv = new commentluv ( );
|
431 |
|
432 |
// confirm warp capability
|
lang/commentluv-fr_FR.mo
ADDED
Binary file
|
lang/commentluv-fr_FR.po
ADDED
@@ -0,0 +1,125 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: Léo Ludwig <blog@referenceurfreelance.com>\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: English\n"
|
13 |
+
"X-Poedit-Country: UNITED KINGDOM\n"
|
14 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
15 |
+
"X-Poedit-Basepath: .\n"
|
16 |
+
"X-Poedit-SearchPath-0: ..\n"
|
17 |
+
|
18 |
+
#: ../commentluv-manager.php:11
|
19 |
+
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."
|
20 |
+
msgstr "Ce plug-in utilise l'URL du formulaire de commentaires et essais d'analyser le fil RSS du site pour montrer le dernier billet publié. Si vous avez des questions, des commentaires ou des idées d'améliorations que vous aimeriez voir dans l'inverse dans la prochaine version de CommentLuv, n'hésitez pas à me contacter en visitant le site http://comluv.com"
|
21 |
+
|
22 |
+
#: ../commentluv-manager.php:12
|
23 |
+
msgid "Display Options"
|
24 |
+
msgstr "Options d'affichage"
|
25 |
+
|
26 |
+
#: ../commentluv-manager.php:13
|
27 |
+
msgid "Enter the text you want displayed in the comment"
|
28 |
+
msgstr "Saisir le texte que vous souhaitez voir apparaître dans les commentaires "
|
29 |
+
|
30 |
+
#: ../commentluv-manager.php:16
|
31 |
+
msgid "Text displayed in the select box"
|
32 |
+
msgstr "Texte visible dans la boîte de sélection "
|
33 |
+
|
34 |
+
#: ../commentluv-manager.php:20
|
35 |
+
msgid "CommentLuv on by default?"
|
36 |
+
msgstr "CommentLuv activé par défaut ? "
|
37 |
+
|
38 |
+
#: ../commentluv-manager.php:23
|
39 |
+
msgid "Show heart on links?"
|
40 |
+
msgstr "Montrer le coeur sur les liens ? "
|
41 |
+
|
42 |
+
#: ../commentluv-manager.php:27
|
43 |
+
msgid "Use template insert to show badge and checkbox?"
|
44 |
+
msgstr "Utiliser l'affichage par défaut pour montrer l'écusson et la boite de sélection ? "
|
45 |
+
|
46 |
+
#: ../commentluv-manager.php:29
|
47 |
+
msgid "Display Badge"
|
48 |
+
msgstr "Montrer l'écusson"
|
49 |
+
|
50 |
+
#: ../commentluv-manager.php:30
|
51 |
+
msgid "Many thanks to <a href=\"http://byteful.com\">Byteful Traveller</a> for creating these images."
|
52 |
+
msgstr "Remerciements à <a href=\"http://byteful.com\">Byteful Traveller</a> pour avoir créé ces images. "
|
53 |
+
|
54 |
+
#: ../commentluv-manager.php:33
|
55 |
+
msgid "Choose badge to display"
|
56 |
+
msgstr "Choisir l'écusson à montrer"
|
57 |
+
|
58 |
+
#: ../commentluv-manager.php:39
|
59 |
+
msgid "Show nothing"
|
60 |
+
msgstr "Ne rien montrer"
|
61 |
+
|
62 |
+
#: ../commentluv-manager.php:42
|
63 |
+
msgid "Show text"
|
64 |
+
msgstr "Montrer le texte "
|
65 |
+
|
66 |
+
#: ../commentluv-manager.php:42
|
67 |
+
msgid "Prepend html before badge or text (optional)"
|
68 |
+
msgstr "Ajouter l'HTML avant l'écusson ou le texte (optionnel) "
|
69 |
+
|
70 |
+
#: ../commentluv-manager.php:44
|
71 |
+
msgid "CommentLuv Member Area"
|
72 |
+
msgstr "Espace de membres CommentLuv"
|
73 |
+
|
74 |
+
#: ../commentluv-manager.php:45
|
75 |
+
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!."
|
76 |
+
msgstr "Si vous enregistrez votre site gratuitement sur <a href=\"http://comluv.com\">ComLuv.com</a>, vous aurez la possibilité de débloquer des fonctions réservées aux membres comme : le suivi des liens pour voir lesquels de vos commentaires, publiés sur les blogs qui utilisent CommentLuv, reçoivent le plus de clics et la possibilité de renvoyer plus que des billets. Vous pourrez même créer là-bas votre propre blog WP2.7 avec commentluv pré-installé !"
|
77 |
+
|
78 |
+
#: ../commentluv-manager.php:47
|
79 |
+
msgid "Technical Settings"
|
80 |
+
msgstr "Paramètres techniques "
|
81 |
+
|
82 |
+
#: ../commentluv-manager.php:48
|
83 |
+
msgid "In most cases you shouldn't need to change these settings unless you have a customized comment form"
|
84 |
+
msgstr "Dans la plupart des cas vous ne devriez pas avoir à changer ces paramètres saufs si vous utilisez un formulaire de commentaires personnalisé"
|
85 |
+
|
86 |
+
#: ../commentluv-manager.php:52
|
87 |
+
msgid "Authors Name field name"
|
88 |
+
msgstr "Nom du champ : Nom de l'auteur"
|
89 |
+
|
90 |
+
#: ../commentluv-manager.php:56
|
91 |
+
msgid "Email field name"
|
92 |
+
msgstr "Nom du champ : E-mail"
|
93 |
+
|
94 |
+
#: ../commentluv-manager.php:60
|
95 |
+
msgid "Authors URL field name"
|
96 |
+
msgstr "Nom du champ : URL de l'auteur"
|
97 |
+
|
98 |
+
#: ../commentluv-manager.php:64
|
99 |
+
msgid "Comment Text Area name"
|
100 |
+
msgstr "Nom du champ : Commentaires"
|
101 |
+
|
102 |
+
#: ../commentluv-manager.php:72
|
103 |
+
msgid "Reset to Default Settings"
|
104 |
+
msgstr "Réinitialiser les paramètres"
|
105 |
+
|
106 |
+
#: ../commentluv-manager.php:77
|
107 |
+
msgid "Are you sure you want to reset your settings? Press OK to continue"
|
108 |
+
msgstr "Êtes-vous sûrs de vouloir réinitialiser vos paramètres ? Appuyez sur OK pour continuer"
|
109 |
+
|
110 |
+
#: ../commentluv.php:44
|
111 |
+
msgid "CommentLuv requires Wordpress 2.6.5 or newer."
|
112 |
+
msgstr "CommentLuv fonctionne uniquement sur une version de Wordpress supérieur ou égale à 2.6.5"
|
113 |
+
|
114 |
+
#: ../commentluv.php:44
|
115 |
+
msgid "Please Update!"
|
116 |
+
msgstr "Mise à jour nécessaire ! "
|
117 |
+
|
118 |
+
#: ../commentluv.php:75
|
119 |
+
msgid "Settings"
|
120 |
+
msgstr "Paramètres"
|
121 |
+
|
122 |
+
#: ../commentluv.php:169
|
123 |
+
msgid "There were errors with your chosen settings"
|
124 |
+
msgstr "Il y a des erreurs causées par votre choix de paramètres"
|
125 |
+
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ 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.8
|
6 |
-
Tested up to: 2.8.
|
7 |
-
Stable tag: 2.7.
|
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 |
|
@@ -48,6 +48,11 @@ You can submit a support ticket at http://comluv.com
|
|
48 |
|
49 |
== ChangeLog ==
|
50 |
|
|
|
|
|
|
|
|
|
|
|
51 |
= 2.762 =
|
52 |
* Added permalink as refer variable in ajax calls for better stat collecting since WP started to use paginated comments
|
53 |
* Added Chinese translation by Denis http://zuoshen.com/
|
@@ -75,10 +80,12 @@ You can submit a support ticket at http://comluv.com
|
|
75 |
|
76 |
== Configuration ==
|
77 |
|
78 |
-
Display Options :
|
79 |
-
|
80 |
* [name] -> replaced with comment author name
|
|
|
81 |
* [type] -> replaced with blog, twitter or digg depending on what type of link the author chose to include.
|
|
|
82 |
* [lastpost] -> replaced with the titled link.
|
83 |
|
84 |
* Text displayed in the select box -> shows in the pull down box when a user has more than one post to choose from
|
@@ -87,16 +94,20 @@ Enter the text you want displayed in the comment for the link that is added.
|
|
87 |
|
88 |
* Show heart on links -> Shows the heart icon next to links so users can find out more about the comment author
|
89 |
|
90 |
-
* Use
|
91 |
|
92 |
* display badge -> choose from 4 different badges, choose no badge or use your own specified text
|
93 |
|
94 |
* CommentLuv member area -> for future use
|
95 |
|
96 |
Technical Settings:
|
|
|
97 |
* Authors name field name -> The name value of the field used on your comment form for the comment authors name
|
|
|
98 |
* Email field name -> The name value of the field used on your comment form for the comment authors email
|
|
|
99 |
* Authors URL field name -> The name value of the field used on your comment form for the comment authors site URL
|
|
|
100 |
* Comments Text Area Name -> The name value of the field used on your comment form for the comment
|
101 |
|
102 |
* update -> updates the settings
|
3 |
Donate link:http://comluv.com/about/donate
|
4 |
Tags: commentluv, comments, last blog post, linkluv
|
5 |
Requires at least: 2.8
|
6 |
+
Tested up to: 2.8.5
|
7 |
+
Stable tag: 2.7.63
|
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 |
|
48 |
|
49 |
== ChangeLog ==
|
50 |
|
51 |
+
= 2.763 =
|
52 |
+
* Added check for hidden fields display to prevent double instances.
|
53 |
+
* Make css file valid
|
54 |
+
* Added French translation by Leo http://referenceurfreelance.com
|
55 |
+
|
56 |
= 2.762 =
|
57 |
* Added permalink as refer variable in ajax calls for better stat collecting since WP started to use paginated comments
|
58 |
* Added Chinese translation by Denis http://zuoshen.com/
|
80 |
|
81 |
== Configuration ==
|
82 |
|
83 |
+
Display Options : Enter the text you want displayed in the comment for the link that is added.
|
84 |
+
|
85 |
* [name] -> replaced with comment author name
|
86 |
+
|
87 |
* [type] -> replaced with blog, twitter or digg depending on what type of link the author chose to include.
|
88 |
+
|
89 |
* [lastpost] -> replaced with the titled link.
|
90 |
|
91 |
* Text displayed in the select box -> shows in the pull down box when a user has more than one post to choose from
|
94 |
|
95 |
* Show heart on links -> Shows the heart icon next to links so users can find out more about the comment author
|
96 |
|
97 |
+
* Use template insert to show badge and checkbox -> check this box if you want to place the badge and pull down box in a particular place on your page by using the template code.
|
98 |
|
99 |
* display badge -> choose from 4 different badges, choose no badge or use your own specified text
|
100 |
|
101 |
* CommentLuv member area -> for future use
|
102 |
|
103 |
Technical Settings:
|
104 |
+
|
105 |
* Authors name field name -> The name value of the field used on your comment form for the comment authors name
|
106 |
+
|
107 |
* Email field name -> The name value of the field used on your comment form for the comment authors email
|
108 |
+
|
109 |
* Authors URL field name -> The name value of the field used on your comment form for the comment authors site URL
|
110 |
+
|
111 |
* Comments Text Area Name -> The name value of the field used on your comment form for the comment
|
112 |
|
113 |
* update -> updates the settings
|
style/cl_style.css
CHANGED
@@ -55,21 +55,9 @@ border: 0 !important;
|
|
55 |
|
56 |
.finalbig{
|
57 |
padding: 3px;
|
58 |
-
-moz-border-radius-topleft: 8px;
|
59 |
-
-khtml-border-top-left-radius: 8px;
|
60 |
-
-webkit-border-top-left-radius: 8px;
|
61 |
border-top-left-radius: 8px;
|
62 |
-
-moz-border-radius-topright: 8px;
|
63 |
-
-khtml-border-top-right-radius: 8px;
|
64 |
-
-webkit-border-top-right-radius: 8px;
|
65 |
border-top-right-radius: 8px;
|
66 |
-
-moz-border-radius-bottomleft: 8px;
|
67 |
-
-khtml-border-bottom-left-radius: 8px;
|
68 |
-
-webkit-border-bottom-left-radius: 8px;
|
69 |
border-bottom-left-radius: 8px;
|
70 |
-
-moz-border-radius-bottomright: 8px;
|
71 |
-
-khtml-border-bottom-right-radius: 8px;
|
72 |
-
-webkit-border-bottom-right-radius: 8px;
|
73 |
border-bottom-right-radius: 8px;
|
74 |
font-size: 1em;
|
75 |
color: #000;
|
55 |
|
56 |
.finalbig{
|
57 |
padding: 3px;
|
|
|
|
|
|
|
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;
|