onemansgoal
Member
Posted 2 years ago #
I am a complete coding newbie and can't seem to get the "sexy comments" plugin to work. Any help would be great.
These are the installation instructions that I can't seem to get. What does a comment loop look like? I don't know where to put this code!
Locate the template file(s) in your theme that loops over and displays comments. Remove that comment output loop and replace with:
<?php sexycomments_print($comments); ?>
css can be found here http://pastebin.com/f48769b9f
or the comment code here http://pastebin.com/fbeda1e5
onemansgoal
Member
Posted 2 years ago #
Took me forever to figure it out, edit the comments.php and delete everything under
<!-- You can start editing here. -->
and replace it with just
<?php sexycomments_print($comments); ?>
Now that it works does anyone know where to paste the css code to personalize it?
In the style.css file - since that your CSS file :)
ecouvillon
Member
Posted 2 years ago #
Ok, I deleted everything under <!-- You can start editing here. -->. Then the next line of the instructions say
If you plan to use the Ajax features or the Reply-To features, you will need to do two things. 1. Enable jQuery and jQuery Form Extension via the Plugin > SexyComments administration page. 2. Locate the template file that contains the comment submission form (typically comments.php near the bottom) and replace that chunk of code with:
<?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.
Ok, so I delte it but I have to be sure not to delete it? ACK! Would someone be so good as to give me a "DELETE THIS ___ and replace it with THIS ____" so that I can't screw this up? THANK YOU!!!
bilalhenri
Member
Posted 2 years ago #
kakonokoe
Member
Posted 2 years ago #