Plugin: Sexy Comments v1.4 Released!
Contents:
Introduction
This has been a long time coming and I am happy to announce the release of Sexy Comments v1.4! With this version comes a lot of changes...so be sure to read the installation section! Along with simple optimizations and general restructure, the following features are now available:
Feature List
- Ajax comment preview (new feature)
- Author post highlighting
- Avatars
- Either display/hide avatars
- Select your avatar service of choice (Gravatar and MyBlogLog options are available)
- Specify maximum avatar dimension (Gravatar Only)
- Customize default/trackback avatars
- Comment Reply-To (new feature)
- Comment Themes (new feature)
- CSS overriding
- "Number of Comments" message customization
- jQuery inclusion toggling
Installation & Upgrading
- Download Sexy Comments v1.4 from the WordPress plugin directory
- Unzip that little sucker
- Place sexy-comments folder in your wp-content/plugins directory (it should look like this: wp-content/plugins/sexy-comments/
- Log in to your WordPress plugin admin page and activate the plugin.
- In the plugin admin page, click the SexyComments sub-menu.
- Customize the settings until you have something that works for you.
- Locate your theme's template file that displays comments (typically comments.php). Remove the comment output loop and replace with:
PHP:
-
<?php sexycomments::show($comments); ?>
-
- If you plan to use the Ajax features or the Reply-To features, you will need to do two things.
- Enable jQuery and jQuery Form Extension via the Plugin > SexyComments administration page.
- Locate the template file that contains the comment submission form (typically comments.php near the bottom) and replace that chunk of code with:
PHP:
-
<?php sexycomments::form(); ?>
-
NOTE: Be sure not to touch the section that generates the form for adding comments! This plugin does not re-create the comment creation form.
- Lastly, consider disabling the plugin CSS and taking the example CSS provided and customize it to suit your theme's color scheme.
- You should be all set, now! w00t w00t! Go make a MyBlogLog or Gravatar account if you don't already have one and upload an avatar. Gravatar tends to be pretty flakey so I'd suggest using MyBlogLog.
FAQs
- Q: What is this "comment loop" you speak of?
A: Ah, yes. That thing. Well, its anatomy looks similar to this (there will be some variation from theme to theme):
PHP:-
<?php if ($comments) : ?>
-
<!-- some HTML is typically here -->
-
-
<?php foreach ($comments as $comment) : ?>
-
<!-- the output HTML of each individual comment -->
-
-
<?php endforeach; /* end for each comment */ ?>
-
<!--...more HTML -->
-
<?php else : // this is displayed if there are no comments so far ?>
-
<?php if ('open' == $post->comment_status) : ?>
-
<!-- typically a blank area or a place with a comment -->
-
<?php else : // comments are closed ?>
-
<!-- closed comments section -->
-
<?php endif; ?>
-
<?php endif; ?>
-
- Q: Ok...so I just upgraded to a new version and there is nothing in the SexyComments admin page...WTF?
A: Yeah. Sorry about that. In this version, the directory structure has changed drastically and Sexy Comments should no longer live in wp-content/plugins/sexycomments.php OR wp-content/plugins/sexycomments/sexycomments.php, but instead it should be in wp-content/plugins/sexy-comments/. Make sure that the plugin is in the correct location of your plugins directory.
- Q: What happened to sexycomments_print($comments)? I used to use that to get my comments to display...will it still work?
A: Along with a directory structure overhaul, this version had a large code overhaul as well. The old function (sexycomments_print) is deprecated but will still work for the time being. I greatly urge you to move over to the new function call sexycomments::show($comments) as that is the new *impoved* function.
Discuss This Article
|
|
198 Responses to “Plugin: Sexy Comments v1.4 Released!”
-
BeachBum
Posted: Aug 3rd, 2007 at 9:29 am1 -
Lon
Posted: Aug 3rd, 2007 at 8:29 pmReply to this comment.I had the plugin working great until i updated today. now i get a message that says The SexyComments Theme used to render comments does not exist or it has not yet been initialized.
however, there`s nothing in the drop down menu for the theme.
2 -
Lon
Posted: Aug 3rd, 2007 at 9:10 pmReply to this comment.actually, i deleted the old folder, and uploaded it with the sexy-comments folder and i still have the same issue. i see everything else in the plugin page except the first drop down… thanks for the quick response btw. any help would be superb.
4 -
Lon
Posted: Aug 4th, 2007 at 5:17 amReply to this comment.just to update so you can debug. I’ve got the right folder. I believe i had it before, i was using 1.2 just fine. I believe when i did the first the upgrade the first time, i saw a note in the plugin admin page that said that it had initialized. but obviously according to the my comment pages, it’s not.
I’ve tried deactivating, and re-installing the upgrade. still the same issue. and i’ve tried downgrading and re-upgrading, and i still get nothing under the drop down menu for choosing the ‘comment display theme’. I’ve tried editing folder permissions, disabling other plugins, still no luck.
someone else on the wordpress forums seems to be having the exact same issue as well, so it’s not just an isolated incident with me. http://wordpress.org/support/topic/128685?replies=4
anyhow, how that helps us all. peace.
5 -
Tom
Posted: Aug 5th, 2007 at 6:11 amReply to this comment.Hello Matt,
I'm running into the following three difficulties:1) The avatars will only show the default.
I'm registered at mybloglog.com. My avatar is uploaded, accepted, and shows up on mybloglog. On my site, the default avatar image properties shows: http://pub.mybloglog.com/coiserv.php?href=http://www.RealLiberalChristianChurch.org&n=
On this site (borkweb.com), the avatar images show http://pub.mybloglog.com/coiserv.php?href=http://www.borkweb.com&n=
When I post this comment to your site, I will be interested to see whether my avatar shows up properly. If it doesn't, I would assume the problem is with some setting at mybloglog. If it shows up all right, then the problem is on my end with my blog, correct?2) The Ajax features didn't function.
The link showed up all right for Comment Reply-To; however, clicking on the link did nothing. I tried it in Firefox, Opera, and IE. It was the same in all three.
The button showed up for Comment Preview, but clicking on it did nothing.
I disabled the Ajax features so as not to frustrate any visitors to my site.3) Regardless of the default image I try to use, it still shows the same image.
I didn't have this happen before the upgrade.
I've left the avatars enabled, because I considered that there might be a delay at mybloglog in rendering them.
If I can't get them to work, I'll be disabling them of course, which will defeat the whole purpose of using the plugin.
You may see the avatar that renders here.
Your assistance in this will be appreciated.
Thank you.6 -
wot
Posted: Aug 5th, 2007 at 1:47 pmReply to this comment.am I dumb or what? what the HECK is:
“Remove the comment output loop and replace with”
??????????????
aight, is it:?
yeah I did it but it messed everywhere on my website and it won’t show up… can you clear your installation guide?7 -
Lon
Posted: Aug 5th, 2007 at 6:49 pmReply to this comment.sorry to be taking up so much of your comment space, but just to update… i had the wrong link last time with the person who had an identical error as me.
http://wordpress.org/support/topic/128567?replies=5
also i’ve recently upgraded to wordpress 2.2.2 and disabled all other plugins and still experience the same lack of a drop down menu in the sexycomments plugin admin page.
I think i might need to disable this for now until the issue is resolved. thanks for your efforts in looking into this in advance! peace.
8 -
Terence
Posted: Aug 5th, 2007 at 8:45 pmReply to this comment.Does my mybloglog.com use your email as the key to ya avatar like gravatar??? Seems like mine is not working…
9 -
Terence
Posted: Aug 5th, 2007 at 10:09 pmReply to this comment.After some research myself, it does. But i think there is some error in your code for email. It should be
$avatar = “http://pub.mybloglog.com/coiserv.php?href=” . $url . “& n=”. $name
And for $name part is not defined. It should be your screen name use for mybloglog. Now the question is how you capture that?
10 -
Terence
Posted: Aug 5th, 2007 at 10:32 pmReply to this comment.Sorry to comment again. But i make a discovery and it works!
$avatar = “http://pub.mybloglog.com/coiserv.php?href=mailto:” . $email . “& n=”. $email
For those ppl who wanna use email as reference. Cheers.
11 -
Ulf
Posted: Aug 6th, 2007 at 6:48 amReply to this comment.Thanks for the great plugin
14 -
Terence
Posted: Aug 6th, 2007 at 9:54 pmReply to this comment.Hey, I notice now there is a bug on your site same as mine when using IE 7. You can see the bio column but not the comment column. I mean the comment text, comment count etc in the comment column. This happen in the previous version too. This only affect the in the page template. So what i do is i added this tag inside and it works. It solve the problem but i doubt is the right way.
15 -
Terence
Posted: Aug 6th, 2007 at 9:58 pmReply to this comment.I mean the php comments_template(); tag in the page template. Sorry I do not know to write tag inside your comments as it will disappear. I added div class=”entry” to resolve that problem of mine but i doubt it is the most accurate way. Anyway it is a great plugin. I really appreciate ya work =)
16 -
Tom Usher
Posted: Aug 7th, 2007 at 6:16 amReply to this comment.@Tom & Terence
Thank you both. I’ve fixed the avatar display bug for MyBlogLog and will be pushing a new version later today that should solve that problem! w00t!Hello again, Matt,
Thank you for fixing the avatars.
I see that the "Reply to this comment" and "Preview" features are working on your site. They don't work on mine. I've left them enabled so you may see that the link and button both show up fine. Any ideas?17 -
Tom Usher
Posted: Aug 7th, 2007 at 12:13 pmReply to this comment.Hi Matt,
That subdirectory was missing. Fortunately, I have a mirror on a personal server I was using for testing. As soon as I uploaded the subdirectory, the comments started working as advertised. Thank you. Good job!
19 -
Tom Usher
Posted: Aug 8th, 2007 at 3:41 pmReply to this comment.Hi Matt,
The pingback/trackback gif wasn't rendering at http://www.realliberalchristianchurch.org/wordpress/?p=434#comment-8. The URL for the image is: http://www.realliberalchristianchurch.org/wordpress/wp-content/plugins/sexycomments/images/trackback.gif
You will notice that the path contains "sexycomments" without the new hyphen. I hyphenated it in sexycomments.php, but that didn't help. I turned off and emptied my browser cache just in case, but that wasn't it either.
My workaround was to create a sexycomments (non-hyphenated) subdirectory next to the sexy-comments (hyphenated) subdirectory and copy over the image subdirectory from sexy-comments to sexycomments. That worked fine.
Hope this helps you with your next release.20 -
Tom Usher
Posted: Aug 8th, 2007 at 4:06 pmReply to this comment.Hi Matt,
The options page says, " Default: http://www.realliberalchristianchurch.org/wordpress/wp-content/plugins/sexycomments/images/default.gif" and "Default: http://www.realliberalchristianchurch.org/wordpress/wp-content/plugins/sexycomments/images/trackback.gif"; however, the textbox does allow one to hyphenate sexycomments, which causes the gifs to show properly from the default subdirectory.
It was that language ("Default: http://www.realliberalchristianchurch.org/wordpress/wp-content/plugins/sexycomments/images/trackback.gif") that threw me off originally. I just went with it before I noticed you had done the hyphenating.
Again, I hope this helps you.21 -
Ilmsoft
Posted: Aug 13th, 2007 at 4:48 amReply to this comment.Hi
I am just testing how this is showen….
22 -
manny
Posted: Aug 14th, 2007 at 5:23 amReply to this comment.wanna test this out. My avatar shows up on my sandbox blog but not my ‘main’ blog but the code in the comment.php file is exactly the same the same. (using MyBlogLog cause Gravatar didn’t seem to play nice) Let’s see what happens here…
23 -
John
Posted: Aug 15th, 2007 at 6:00 amReply to this comment.Hi Matt,
That subdirectory was missing. Fortunately, I have a mirror on a personal server I was using for testing. As soon as I uploaded the subdirectory, the comments started working as advertised. Thank you. Good job!Hi Matt,
That subdirectory was missing. Fortunately, I have a mirror on a personal server I was using for testing. As soon as I uploaded the subdirectory, the comments started working as advertised. Thank you. Good job!Hi Matt,
That subdirectory was missing. Fortunately, I have a mirror on a personal server I was using for testing. As soon as I uploaded the subdirectory, the comments started working as advertised. Thank you. Good job!24 -
Lon
Posted: Aug 16th, 2007 at 2:16 pmReply to this comment.I love the plugin, but I can’t seem to get v1.4 to work, due to the reasons i’ve listed before. I’ve downgraded back to 1.2 and everything works fine. I was wondering if there was an even more optimal version before 1.4 was released that I could download…? 1.3x? much appreciated. and thanks for all the hard work.
25 -
Sylvain
Posted: Aug 17th, 2007 at 2:04 amReply to this comment.Hi, it’s just for testing this plugin ;)
26 -
eylultoprak
Posted: Aug 17th, 2007 at 3:24 pmReply to this comment.testtt
27 -
123
Posted: Aug 18th, 2007 at 10:33 amReply to this comment.Is this sexy?
28 -
Jeff
Posted: Aug 18th, 2007 at 1:42 pmReply to this comment.Is this truly sexy?
29 -
Robert Headley
Posted: Aug 19th, 2007 at 8:41 amReply to this comment.This is in fact, pretty sexy, I was wondering how it would get my avatar, and it just picked up the one I use for mybloglog!
30 -
Sean
Posted: Aug 21st, 2007 at 3:13 pmReply to this comment.Thanks for adding MyBlogLog avatars!! Gravatar doesn’t seem to work any more…
31 -
MrGermain
Posted: Aug 24th, 2007 at 1:25 amReply to this comment.My avatar is not displayed when leaving a comment as editor on my blog… So I test here if it works.
Anyone can help?32 -
Siegfried
Posted: Aug 24th, 2007 at 2:17 amReply to this comment.It’s a great plugin but I’m a little disapointed with the fact that we can see in clear the mail of the user that post the comment. Is there any way to got information from mybloglog by another way (like login?).
Another thing, how can we fix the size of the avatar pics for having exactly the same width in any case (with mybloglog, without picture, without mybloglog account?).
And a big thanks for this great plug-in!
33 -
Teste
Posted: Aug 24th, 2007 at 11:50 amReply to this comment.Sweet upgrade. My main blog is blogger, but I started a wordpress blog to learn the ropes. I’m going to have to try this out. Thanks!
BeachBum34 -
pingback:
Posted: Aug 30th, 2007 at 10:47 amAhijado’s blog » Blog Archive » WordPress - Nuevos plugins… Reply to this comment.[...] Sexy Comments. Muestra los comentarios con los avatares de Gravatar. He tenido que hacer algunas modificaciones para hacer que funcione en la disposición de WordPress Multisite que tengo. [...]
35 -
dantel
Posted: Sep 3rd, 2007 at 6:47 amReply to this comment.Just wish to test it…
36 -
Nick
Posted: Sep 3rd, 2007 at 7:35 pmReply to this comment.Sweet upgrade. My main blog is blogger, but I started a wordpress blog to learn the ropes. I’m going to have to try this out. Thanks!
BeachBumTesting, testing… this is awesome!
37 -
littleubuntu
Posted: Sep 6th, 2007 at 6:16 amReply to this comment.using the mushblue-10 theme.. and trying to use sexy comments a few questions:
will sexy comments work with spam karma 2, and where the hell is the comment loop.. i am looking at the comments.php and there is a butt load of php for the comments.
thanks
38 -
Ashley
Posted: Sep 11th, 2007 at 6:59 pmReply to this comment.I’m working on a friend’s site right now and most of SexyComments works, until I try to preview the comment. I am able to see my Gravatar and such, but in the comment body, I get this error:
Warning: preg_replace() [function.preg-replace]: Empty regular expression in /home/.teapot/truhania/gohanxtrunks.net/wp-includes/formatting.php on line 654
I’m not sure what would have screwed that up.
39 -
Anderssauro
Posted: Sep 14th, 2007 at 2:47 pmReply to this comment.I’m working on a friend’s site right now and most of SexyComments works, until I try to preview the comment. I am able to see my Gravatar and such, but in the comment body, I get this error:
Warning: preg_replace() [function.preg-replace]: Empty regular expression in /home/.teapot/truhania/gohanxtrunks.net/wp-includes/formatting.php on line 654
I’m not sure what would have screwed that up.test
40 -
Anderssauro
Posted: Sep 15th, 2007 at 7:50 pm41 -
r906
Posted: Sep 16th, 2007 at 10:52 am42 -
Ashley
Posted: Sep 18th, 2007 at 12:02 pmReply to this comment.I’m working on a friend’s site right now and most of SexyComments works, until I try to preview the comment. I am able to see my Gravatar and such, but in the comment body, I get this error:
Warning: preg_replace() [function.preg-replace]: Empty regular expression in /home/.teapot/truhania/gohanxtrunks.net/wp-includes/formatting.php on line 654
I’m not sure what would have screwed that up.I also get this error when I enable comment preview and click on the preview button; everything works fine but the error replaces the actual text of the comment. How can we fix it?
43 -
hhhhhh
Posted: Sep 19th, 2007 at 1:17 amReply to this comment.öööööööööööööö
44 -
Tariq Bamadhaj
Posted: Sep 21st, 2007 at 9:54 amReply to this comment.Will this work with Threaded Comments?
45 -
Abhishek
Posted: Sep 22nd, 2007 at 11:28 amReply to this comment.blah blah
46 -
test man
Posted: Sep 25th, 2007 at 12:26 pmReply to this comment.this is a test
47 -
test
Posted: Sep 28th, 2007 at 7:08 amReply to this comment.It should really show who you quoted, no?
I’m working on a friend’s site right now and most of SexyComments works, until I try to preview the comment. I am able to see my Gravatar and such, but in the comment body, I get this error:
Warning: preg_replace() [function.preg-replace]: Empty regular expression in /home/.teapot/truhania/gohanxtrunks.net/wp-includes/formatting.php on line 654
I’m not sure what would have screwed that up.I also get this error when I enable comment preview and click on the preview button; everything works fine but the error replaces the actual text of the comment. How can we fix it?
48 -
mmm seksi
Posted: Sep 28th, 2007 at 9:12 amReply to this comment.hah! coolness :)
49 -
Pashka R.
Posted: Oct 2nd, 2007 at 8:10 amReply to this comment.Going to use this plugin…. so its just a test :)
50 -
Zhu
Posted: Oct 4th, 2007 at 8:18 pmReply to this comment.Hi there !
Thanks for this great plugin : this is what I’ve been looking for a while !
However, just one thing. I can’t seem to be able to install it ! Yeah, you can laugh at me no problem ;-)
I located the beginning and the end of the comment loop thanks to your FAQ, but if I delete it and replaced it by your php as said, I get an error message. Obviously, there’s something I do wrong here…
Would you lend me a hand ?
51 -
Zhu
Posted: Oct 4th, 2007 at 8:27 pmReply to this comment.Oh, I actually made it ! My best advice for newbies like me : use Word and highlight piece of you php to make it ! lol
52 -
pingback:
Posted: Oct 5th, 2007 at 10:42 amMini Site Update @ REM State Reply to this comment.[...] an RSS widget up for showing my latest In Series checkins, as well as to do the hacks needed to get Sexy Comments fully installed. Hooray for [...]
53 -
Digigirl
Posted: Oct 12th, 2007 at 8:49 amReply to this comment.Hey, thanks for the awesome plugin! Works very well and was much easier to install than some.
FYI though - you’ve got a conflict with the Wordpress OpenID Plugin. I don’t think anybody’s using it on my site, so I’m going to disable that so I can use yours, but you might want to look into it for your next update. Here’s the error I got:
Warning: main(Auth/OpenID.php) [function.main]: failed to open stream: No such file or directory in /home/hostgigi/public_html/wp-content/plugins/simple-openid-plugin/Auth/OpenID/Consumer.php on line 167
Fatal error: main() [function.require]: Failed opening required ‘Auth/OpenID.php’ (include_path=’/home/hostgigi/public_html/wp-content/plugins/simple-openid-plugin;.:/usr/lib/php:/usr/local/lib/php’) in /home/hostgigi/public_html/wp-content/plugins/simple-openid-plugin/Auth/OpenID/Consumer.php on line 167
54 -
pingback:
Posted: Oct 14th, 2007 at 3:51 amWordpress Plugin.. Reply to this comment.[...] avatarı görünüyor. Ayrıca bir-iki ufak güzelleştirme de yapıyor bu plugin yorumlarınıza. Sexy Comments Wordpress Plugin sitesi üzerinden dosyayı [...]
55 -
Max
Posted: Oct 14th, 2007 at 5:23 amReply to this comment.Very nice plugin, thank you.
56 -
Guillermo
Posted: Oct 15th, 2007 at 10:09 pmReply to this comment.Cool plugin!
57 -
Henrik Sundholm
Posted: Oct 20th, 2007 at 8:32 amReply to this comment.As with all these plug ins, they simply removes my comment form altogether. By now, I’m simply going to have to accept that avatars are an impossible treat ;)
58 -
Chad
Posted: Oct 22nd, 2007 at 3:35 pmReply to this comment.Hello having a little problem with this plug in using gravatar and none of the comments with gravatars are showing up with the image ? but it’s working here?
59 -
Test
Posted: Oct 23rd, 2007 at 2:01 pmReply to this comment.I’m testing this shiz.
60 -
CircleReader
Posted: Oct 24th, 2007 at 3:49 pmReply to this comment.Vat do you tink, eh?
61 -
Robert Irizarry
Posted: Oct 24th, 2007 at 5:19 pmReply to this comment.Will this work with Threaded Comments?
I’m wondering the same thing. Any word on whether this is compatible with Brian’s Threaded Comments?
62 -
rtr
Posted: Oct 24th, 2007 at 6:01 pm63 -
div
Posted: Oct 25th, 2007 at 9:43 amReply to this comment.Hello having a little problem with this plug in using gravatar and none of the comments with gravatars are showing up with the image ? but it’s working here?
In the code the avatars are linked to …./sexycomments/….
but your folder might have the name …/sexy-comments/…that was my mistake ;)
64 -
katie
Posted: Oct 26th, 2007 at 1:18 amReply to this comment.nice :]
65 -
abovethelies
Posted: Oct 27th, 2007 at 2:27 pmReply to this comment.Hello having a little problem with this plug in using gravatar and none of the comments with gravatars are showing up with the image ? but it’s working here?
Use MyBlogLog because Gravatar goes down very very often. In fact, I wouldn’t doubt it if that is your problem.
66 -
Andrea
Posted: Oct 28th, 2007 at 11:09 amReply to this comment.Hi,
I can’t get this plugin to work. When I try to activate it I get the following fatal error: “Parse error: syntax error, unexpected $end in *\wp-content\plugins\sexy-comments\sexycomments.php on line 822″. Line 822 corresponds to end of file. I tried also older versions of this plugin with no success.
I am using the new wordpress 2.3.1, may this be the culprit?Thanks in advance!
67 -
kuting
Posted: Oct 28th, 2007 at 11:14 amReply to this comment.im using k2 c3 for wp2.3.1, i cant seem to find the chunk of loop you’re talking about. help pls
68 -
Tom
Posted: Oct 31st, 2007 at 4:34 amReply to this comment.Looks really sexy indeed, I’ll give it a try… :-D
69 -
lancelot
Posted: Nov 1st, 2007 at 1:02 amReply to this comment.Hello, i dont fully understand where i add your code so it can be displayed in the theme i use. Can i email you somehow, to give you my comments.php and add it? If yes, please do email me:)
70 -
mark
Posted: Nov 1st, 2007 at 11:03 am71 -
Nanda
Posted: Nov 2nd, 2007 at 3:36 amReply to this comment.I have posted a comment before but somehow it didn’t get added. Anyway, I wonder how you make the “reply to this comment” thing work because you have to enable jQuery in the administration panel but there’s no way to turn them on. Could anyone please help?
72 -
James
Posted: Nov 3rd, 2007 at 5:57 pmReply to this comment.Sweet upgrade. My main blog is blogger, but I started a wordpress blog to learn the ropes. I’m going to have to try this out. Thanks!
BeachBumTest…
73 -
testing
Posted: Nov 6th, 2007 at 7:33 amReply to this comment.just to update so you can debug. I’ve got the right folder. I believe i had it before, i was using 1.2 just fine. I believe when i did the first the upgrade the first time, i saw a note in the plugin admin page that said that it had initialized. but obviously according to the my comment pages, it’s not.
I’ve tried deactivating, and re-installing the upgrade. still the same issue. and i’ve tried downgrading and re-upgrading, and i still get nothing under the drop down menu for choosing the ‘comment display theme’. I’ve tried editing folder permissions, disabling other plugins, still no luck.
someone else on the wordpress forums seems to be having the exact same issue as well, so it’s not just an isolated incident with me. http://wordpress.org/support/topic/128685?replies=4
anyhow, how that helps us all. peace.nice
nice
Sweet upgrade. My main blog is blogger, but I started a wordpress blog to learn the ropes. I’m going to have to try this out. Thanks!
BeachBumTest…
74 -
Chrissy
Posted: Nov 6th, 2007 at 5:12 pmReply to this comment.What is this?
75 -
Chrissy
Posted: Nov 6th, 2007 at 5:14 pmReply to this comment.What is this? How is everybody this week i guess! OMG i’m so SAD!!
76 -
Spiewgels
Posted: Nov 7th, 2007 at 6:26 amReply to this comment.Hey there, I really appreciate you putting in the time for the plugin: I’m having several issues that are probably easy to fix
I’ve manage to replace to comment output loop just fine.
When it comes to enabling jquery and the form extension, I don’t even see those options, though i see these terms in the code…
When you say “Locate the template file that contains the comment submission form” and replace with , does this mean from the to the end of itMy avatar for bloglog isn’t showing and someone above said this: “In the code the avatars are linked to …./sexycomments/….
but your folder might have the name …/sexy-comments/…”
So do I need to go change the code?Any help that anyone can give me will be very much appreciated and thanks!
77 -
Spiewgels
Posted: Nov 7th, 2007 at 6:31 amReply to this comment.I had to repeat part of my question…the rest should be above
sorry, guess i didn’t realize what i could put in the textbox…
When you say “Locate the template file that contains the comment submission form” and replace with php sexycomments::form(); , does this mean beginning from the form action tag to the end of it?
78 -
Cory
Posted: Nov 7th, 2007 at 8:23 amReply to this comment.I have a question, i dont see where in sexy comments, I or my users can choose their avatars? Maybe im vastly overlooking something but would greatly appreciate it if anyone could point this out for me.
79 -
pingback:
Posted: Nov 12th, 2007 at 5:18 amTop Wordpress plugins 2007 | blog.merge.nl Reply to this comment.[...] Sexy comments Als je je commentaar een beetje wil pimpen met gravatars, ajax enzovoorts. [...]
80 -
Veresh
Posted: Nov 18th, 2007 at 6:16 pmReply to this comment.Hey there, I really appreciate you putting in the time for the plugin: I’m having several issues that are probably easy to fix
I’ve manage to replace to comment output loop just fine.
When it comes to enabling jquery and the form extension, I don’t even see those options, though i see these terms in the code…
When you say “Locate the template file that contains the comment submission form” and replace with , does this mean from the to the end of it
My avatar for bloglog isn’t showing and someone above said this: “In the code the avatars are linked to …./sexycomments/….
but your folder might have the name …/sexy-comments/…”
So do I need to go change the code?
Any help that anyone can give me will be very much appreciated and thanks!Just a Test
81 -
Veresh
Posted: Nov 18th, 2007 at 6:17 pmReply to this comment.[…] Sexy comments Als je je commentaar een beetje wil pimpen met gravatars, ajax enzovoorts. […]
another test
82 -
katurday
Posted: Nov 19th, 2007 at 12:03 amReply to this comment.Might have to try this out!
83 -
pingback:
Posted: Nov 19th, 2007 at 3:17 amA Blog Into a Social Network For Free Using Wordpress Part 1 » Matts Nutts SEO and Blogging Reply to this comment.[...] there are numerous plugins out there for adding images to commentators like gravatars and sexy comments but for a social blog you want members to add an image to their profile. Anyone can have a profile [...]
84 -
Test
Posted: Nov 20th, 2007 at 8:07 pmHey there, I really appreciate you putting in the time for the plugin: I’m having several issues that are probably easy to fix
I’ve manage to replace to comment output loop just fine.
When it comes to enabling jquery and the form extension, I don’t even see those options, though i see these terms in the code…
When you say “Locate the template file that contains the comment submission form” and replace with , does this mean from the to the end of it
My avatar for bloglog isn’t showing and someone above said this: “In the code the avatars are linked to …./sexycomments/….
but your folder might have the name …/sexy-comments/…”
So do I need to go change the code?
Any help that anyone can gi


Sweet upgrade. My main blog is blogger, but I started a wordpress blog to learn the ropes. I’m going to have to try this out. Thanks!
BeachBum