Can’t get Subscribe-to-comments plugin to work
-
I just installed this plugin from https://txfx.net/2005/03/28/wp-subscribe-to-comments-20-alpha-2/, the guy who is now taking on the development of it. You can view the code for it here: https://www.pastebin.com/265242
================
Side note: I don’t understand what lines 114-116 are telling me. Do I insert lines 113 to 124? And if so, why in the loop? and not in my comments.php?
[end side note]
================I’m running WP 1.5 and having trouble getting the checkbox to not only look right, but also to be placed where I tell it. Included in the instructions is this:
Optional: if your WordPress 1.5 theme doesn’t have the comments_form hook, or if you would like to manually determine where in your comments form the subscribe checkbox appears, enter this where you would like it:
<?php show_subscription_checkbox(); ?>
So I didn’t know how to tell if I had the hook or not, but figured I’d add that bit of code anyway thinking it would help me place the checkbox where I wanted because by default it didn’t look right. But alas, that didn’t work.
I also inserted
<?php show_manual_subscription_form(); ?>
to get the manual subscribe form and made sure that it and the “subscribe to comments” checkbox were outside of the<form>
.Once I had all that setup, I go to https://familywebwatch.com/blog_test/2005/03/30/test-post/ and find a page that’s all weirded out. I should note that I make my calendar invisible, but it’s showing up on the page among other distortions. This same page looks different in FF and IE.
Can anyone explain what I need to do to get things right? Thanks!
- The topic ‘Can’t get Subscribe-to-comments plugin to work’ is closed to new replies.