Forum Replies Created

Viewing 10 replies - 16 through 25 (of 25 total)
  • Thread Starter katiebuglove

    (@katiebuglove)

    So what do I do?

    Thread Starter katiebuglove

    (@katiebuglove)

    It worked, thank you soooo much!

    Thread Starter katiebuglove

    (@katiebuglove)

    Here is my ‘comments.php’ I can’t see where it says ‘no comments’ to change to ‘leave a comment:

    <?php
    /**
     * @package WordPress
     * @subpackage Pretty_Theme
     */
    
    // Do not delete these lines
    	if (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME']))
    		die ('Please do not load this page directly. Thanks!');
    
    	if ( post_password_required() ) { ?>
    		<p class="nocomments">This post is password protected. Enter the password to view comments.</p>
    	<?php
    		return;
    	}
    ?>
    
    <!-- You can start editing here. -->
    
    <?php if ( have_comments() ) : ?>
    	<h3 id="comments" class="specialtitle"><?php comments_number('No Responses', 'One Response', '% Responses' );?> to “<?php the_title(); ?>”</h3>
    
    	<div class="navigation">
    		<div class="alignleft"><?php previous_comments_link() ?></div>
    		<div class="alignright"><?php next_comments_link() ?></div>
    	</div>
    
    	<ol class="commentlist">
    	<?php wp_list_comments(); ?>
    
    	<small><?php post_comments_feed_link(__('<abbr title="Really Simple Syndication">RSS</abbr> feed for comments on this post.')); ?>
    <?php if ( pings_open() ) : ?>
     And <a>" rel="trackback"><?php _e('trackBack <abbr title="Universal Resource Locator">URL</abbr>.'); ?></a>
    <?php endif; ?></small>
    
    	<div class="navigation">
    		<div class="alignleft"><?php previous_comments_link() ?></div>
    		<div class="alignright"><?php next_comments_link() ?></div>
    	</div>
     <?php else : // this is displayed if there are no comments so far ?>
    
    	<?php if ('open' == $post->comment_status) : ?>
    		<!-- If comments are open, but there are no comments. -->
    
    	 <?php else : // comments are closed ?>
    		<!-- If comments are closed. -->
    		<p class="nocomments">Comments are closed.</p>
    
    	<?php endif; ?>
    <?php endif; ?>
    
    <?php if ('open' == $post->comment_status) : ?>
    
    <div id="respond">
    
    <h3><?php comment_form_title( 'Leave a Reply', 'Leave a Reply to %s' ); ?></h3>
    
    <div class="cancel-comment-reply">
    	<small><?php cancel_comment_reply_link(); ?></small>
    </div>
    
    <?php if ( get_option('comment_registration') && !$user_ID ) : ?>
    <p>You must be <a>/wp-login.php?redirect_to=<?php echo urlencode(get_permalink()); ?>">logged in</a> to post a comment.</p>
    <?php else : ?>
    
    <form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
    
    <?php if ( $user_ID ) : ?>
    
    <p>Logged in as <a>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a>" title="Log out of this account">Log out »</a></p>
    
    <?php else : ?>
    
    <p><input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" <?php if ($req) echo "aria-required='true'"; ?> />
    <label for="author"><small>Name <?php if ($req) echo "(required)"; ?></small></label></p>
    
    <p><input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="22" tabindex="2" <?php if ($req) echo "aria-required='true'"; ?> />
    <label for="email"><small>Mail (will not be published) <?php if ($req) echo "(required)"; ?></small></label></p>
    
    <p><input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="22" tabindex="3" />
    <label for="url"><small>Website</small></label></p>
    
    <?php endif; ?>
    
    <!--<p><small><strong>XHTML:</strong> You can use these tags: <code><?php echo allowed_tags(); ?></code></small></p>-->
    
    <p><textarea name="comment" id="comment" cols="100%" rows="6" tabindex="4"></textarea></p>
    
    <p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" />
    <?php comment_id_fields(); ?>
    </p>
    <?php do_action('comment_form', $post->ID); ?>
    
    </form>
    
    <?php endif; // If registration required and not logged in ?>
    </div>
    
    <?php endif; // if you delete this the sky will fall on your head ?>


    [Please use the code buttons]

    Thread Starter katiebuglove

    (@katiebuglove)

    I think we’ve discovered the problem. There is a folder called “yroot” that is missing from my file manager. I have two domains and the one that contains that folder functions perfectly. I believe the missing file in the “broken” domain is what’s corrupting my phpadmin. Right now, I have no way to set privileges and I have no databases showing except information_schema.

    The web host is working on this and they think they can have it fixed in a day or two. I sure hope so.

    If not, will I have to delete my blog and start all over?

    Thanks for help!

    Thread Starter katiebuglove

    (@katiebuglove)

    I followed your suggestion but now, instead of “shaking”and telling me the password is incorrect, it just clears the login boxes and just sits there, no shaking, no incorrect password message. Maybe I didn’t do it right. Here’ the function.php with my code added:

    <?php wp_set_password(‘xxxxxxxxxxxxxx’,1);
    /**
    * @package WordPress
    * @subpackage Pretty_Theme
    */

    if ( function_exists(‘register_sidebar’) )
    register_sidebar(array(
    ‘before_widget’ => ‘<li id=”%1$s” class=”widget %2$s”>’,
    ‘after_widget’ => ”,
    ‘before_title’ => ‘<h2 class=”widgettitle”>’,
    ‘after_title’ => ‘</h2>’,
    ));
    ?>

    Thread Starter katiebuglove

    (@katiebuglove)

    http://www.katiebuglove.com/blog

    Additionally, I just activated phpmyadmin thru my webhost and discovered it was corrupt (probably had been for a while as the host has had countless server problems in the last two days). I have no databases, no user permissions tabs,etc. I thnk the problem may be there, so I contacted them.

    But if you can help or point me in the right direction, have at it!

    Thread Starter katiebuglove

    (@katiebuglove)

    Happy Days! The problem was that I could not use v6.5, I had to download v4.17 and everything is working great–except….

    Two tiny problems if I could get some help.

    Notices from my husband’s blog come over as Denny's Newsletter and not Denny’s Newsletter. The only place I found this was Settings/General/Site Title. I changed it to Denny's but that didn’t affect the notices.

    Then on my blog, I only have one choice to send mail from subscribe2 settings: Post Author. This can’t be right, can it?

    Any help at all is appreciated!

    Thread Starter katiebuglove

    (@katiebuglove)

    I should have also explained that people can register and once they are emailed their password they can log in from the WP login screen and set their preferences. I can also manually add them. The only thing that seems to not be working is the “Subscribe by Email” page. (See previous post.)

    Thread Starter katiebuglove

    (@katiebuglove)

    Yes, they match I’m wondering if I have my Subscribe2 page properly configured. Here’s what I have (the ***’s being my IP):

    Enter your email address to subscribe to new posts by email.

    <form method="post" action="">
    <input type="hidden" name="ip" value="***.***.***" />
    <p><label for="s2email">Your email:</label>
    <input type="text" name="email" id="s2email" value="Enter email address..." size="20" onfocus="if (this.value == 'Enter email address...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Enter email address...';}" /></p>
    <p>
    <input type="submit" name="subscribe" value="Subscribe" /> 
    <input type="submit" name="unsubscribe" value="Unsubscribe" /></p>
    </form>

    [Please post code snippets between backticks or use the code button.]

    Thread Starter katiebuglove

    (@katiebuglove)

    I was on the phone with my webhost and they determined that the problem was “email sent from”. I went to Subscribe2 Settings and had three options: “Post Author” “My Blog Name” “My First Name”. They suggested that I set up an email address using my first-name@— and send a test, it failed. I tried using the other two, but they also failed.

    Under General Settings, I see that the email address listed is not my “main” one, so I changed it back and tried subscribing one of my aliases but that did not work.

    BTW, I was wrong on it working on my husband’s blog. I manually added the subscribers.

    Any help is appreciated!

Viewing 10 replies - 16 through 25 (of 25 total)