| 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 | |
|---|
| 23 | touchan: Iâm trying to translate your recent comments plugin into Japanese, and make langauge failes (po/mo failes) for it. |
|---|
| 24 | And this is a tiny favor. Could you put |
|---|
| 25 | |
|---|
| 26 | ãload_plugin_textdomain(âget-recent-commentsâ) |
|---|
| 27 | |
|---|
| 28 | on your next release? |
|---|
| 29 | |
|---|
| 30 | Matt: 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 | |
|---|
| 46 | Fair 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 | |
|---|
| 70 | Johan: 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 | |
|---|
| 73 | Daniel: The plugin seems to work fine but I try to make it appear in a page instead of in the sidebar |
|---|
| 74 | |
|---|
| 75 | liseur: 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 | |
|---|
| 91 | oliver: 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 | |
|---|
| 93 | Ville SÀÀvuori | Edit This |
|---|
| 94 | |
|---|
| 95 | Hi! This is a great plugin. |
|---|
| 96 | Just 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 |
|---|
| 98 | As a quick workaround, I found out that for some reason, this works: |
|---|
| 99 | %comment_author: %post_title%comment_excerpt |
|---|
| 100 | Dang. 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> |
|---|
| 102 | and |
|---|
| 103 | <li>%comment_author: <a href="%comment_link" title="%comment_excerpt">%post_title</a><span style="display: none;">%comment_excerpt</span></li> |
|---|
| 104 | |
|---|
| 105 | Abel Cheung - utf8 |
|---|
| 106 | Tommaso Tessarolo - seltsames char problem |
|---|
| 107 | 2ndboy - 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 | |
|---|
| 112 | julius http://julescubtree.dyn-o-saur.com/blog openid |
|---|
| 113 | |
|---|
| 114 | Marcel van Leeuwen http://www.amvanleeuwen.nl/ Only the line breaks disappeared. Now the text is show in one long line⊠|
|---|
| 115 | |
|---|
| 116 | Jessica http://www.schattendings.de/ disclose secret support http://bluesome.net/post/2006/01/01/121/ |
|---|
| 117 | |
|---|
| 118 | Ceglie 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 | |
|---|