root/afridex/plugins/get-recent-comments 2/todo @ 22

Revision 21, 5.7 kB (checked in by admin, 18 years ago)
Line 
1# 2.0 panos: Is it possible to enable smilies in recent_comments?
2
3
4### Maniac: I needed comments and pings displayed in one list combined
5
6###produzentin: ich wollte mal vorsichtig nachfragen, ob es eine version geben
7###wird, in der man trackbacks und comments zusammen abfragen und unter ein
8###ÃŒberschrift darstellen kann (siehe comment 213). oder geht das jetzt schon?
9
10# 2.0 Keith: One enhancement would be to provide %comment_age as well, so that you could show a comment as “14 minutes ago” or something, but that gets complicated when handling multiple languages. Oh, wait, I just saw there’s a human_time_diff() function in WordPress that handles the language issue, so %comment_age is easy to add.
11
12<a href="http://www.cricket.mailliw.com" rel="external nofollow">Will</a>: Is it possible to call the plugin and provide the parameters directly, over-riding the “Options” page?
13
14###DONE Zonekiller: I’d like to insert “comment_time” after comment_author” to abtain something like this:
15###Recent Comments
16###zonekiller: 18:00
17###samred: 17:50
18###jack234: 15:50
19
20###eyolf: Is there a way to customize the output so that all comments to the same
21###post are grouped together under one heading
22
23touchan: I’m trying to translate your recent comments plugin into Japanese, and make langauge failes (po/mo failes) for it.
24And this is a tiny favor. Could you put
25
26 load_plugin_textdomain(’get-recent-comments’)
27
28on your next release?
29
30Matt: Since the tagboard plugin sets up the tagboard as a static page, I was wondering whether it would be possible for your recent comments plugin to have an option exclude not only certain categories, but certain static pages.
31
32# done in 1.5.4
33#beej: I just noticed that if the commenter does not supply a url, the link
34#points to the current post the viewer is on. Is there a way for the link to
35#point to the post the comment was made?
36#
37#carl: I have the commenters name link to their url. But if they did not supply
38#a url (or i deleted it) it links to my home page. Is there a way to make no
39#link appear if their isn o link?
40#
41#
42#FilSchiesty: I think that if a comment author does not type a url in the form,
43#then it should not link back to my website, it should just be author name
44#without the link.
45
46Fair Tax: This worked wonderfully. THANK YOU. Looked for a PayPal lnk to send you a tip, but couldn’t find one. Feel free to e-mail me, though.  Joshua
47
48 Chele in [dot] LA: was wondering can a favatar be used instead of a gravatar..
49
50### 2006-12-03 done:
51###Brandon Stone: Plugin laeuft langsam, wegen DESTINCT
52###King of Fools: dito - vorschlag fuer workaround
53###CountZero: dito - dito
54
55# 2.0 Imran: I was just wondering if there is a way of integrating Dunstan’s Time Since Plugin in this

56
57
58
59
60# Eingbaut in 1.5.2
61#Slim: Exclude author’s comments YES or NO
62#Exclude these authors, to prevent certain comments to be showing on the main page
63#This is Zimbabwe: we’d like to exclude links to all our comments, and prioritise those left by visitors
64#
65
66### War kein bug ### Tobi: %post_title funktioniert leider nicht. Es wird nur der Autor und der gekÃŒrzte Kommentar ausgegeben.
67
68# herrmueller: widget
69
70Johan: But how do I change the chop-off-dots? Typographically anal, I’d like them to be a proper ellipsis [
, 
] instead of three dots [
].
71
72
73Daniel: The plugin seems to work fine but I try to make it appear in a page instead of in the sidebar
74
75liseur: if it can be possible to display the most recent posts in a static page, not in the sidebar.
76
77
78# done in 1.5
79#ejm Says:
80#September 25th, 2006 at 19:21 e
81#Excuse me for replying to myself. I believe that I found the answer at php.net. I changed trim(htmlspecialchars(stripslashes($post[’Title’]))), in get-recent-comments.php to the following:
82#————————————–
83#$output = str_replace(”%post_title”,
84#html_entity_decode($post[’Title’]), $output);
85#
86#mobius: html tags in posts are not rendered as html, so you wind up getting what you see above instead of italicized type
87
88
89
90
91oliver: I wonder if there is an easy way to show additional recent comment results in categories or monthly archives, filtered by that category or month. May be this could be a feature for the next plugin version?
92
93Ville SÀÀvuori | Edit This
94
95Hi! This is a great plugin.
96Just upgraded to version 1.2 and found a little bug. (Or maybe a feature?) The %comment_excerpt does not work expectedly when placed in the title-attribute of the link. The following, for example, outputs full (not shortened) comment:
97%comment_author: %post_title
98As a quick workaround, I found out that for some reason, this works:
99%comment_author: %post_title%comment_excerpt
100Dang. HTML-tags were ripped of. Maybe this will show up:
101<li>%comment_author: <a href="%comment_link" title="%comment_excerpt">%post_title</a></li>
102and
103<li>%comment_author: <a href="%comment_link" title="%comment_excerpt">%post_title</a><span style="display: none;">%comment_excerpt</span></li>
104
105Abel Cheung - utf8
106Tommaso Tessarolo - seltsames char problem
1072ndboy - utf8
108
109# Johanna http://comicsworthreading.com/ nr of comments in order by post wrong
110# Frédéric http://skyfall.free.fr/ nr of comments in order by post wrong
111
112julius http://julescubtree.dyn-o-saur.com/blog openid
113
114Marcel van Leeuwen http://www.amvanleeuwen.nl/ Only the line breaks disappeared. Now the text is show in one long line

115
116Jessica http://www.schattendings.de/ disclose secret support http://bluesome.net/post/2006/01/01/121/
117
118Ceglie Messapica http://www.ceglieplurale.it/ FeedWordPress wrong link for comments and authors
119
120 prinzzess http://www.prinzzess.biz/ DE uebersetzung
121
122# Mirra: DB to slow
123
124# Andi http://gantenbein.ws/ Tiger Admin
125
126# Henry (nolink) custom smileys plugin
127
128# Pixelation Says:  http://pixcapacitor.com/ Anonymous
129
130
Note: See TracBrowser for help on using the browser.