Forum Replies Created

Viewing 15 replies - 181 through 195 (of 266 total)
  • instead of focusing on one host,
    what are your requirements as relates to space and bandwidth…

    Since you’re currently on godaddy and are looking at hostgator I’m wondering if you’re not being influenced by the massiveness of their plans…

    Are yout thinking that since hostgator offers 3.5GB of space and 50GB of xfer they’re obviouslly “better” than a simillary priced plan at another host which doesn’t offer nearly as much space and xfer? If so you might reconsider.

    Personal experience here but, I’ve helped people who use the massive hosts like godaddy and hostgator and I’ve helped people who’ve used the supercheap hosts. But what I’ve found is that places like HostNexus that tend to give me the least problems.

    You might try taking a look at
    http://www.webhostingtalk.com
    you’ll get good responses to any questions you ask there… (Do a search or two first)

    I’ll probably be lambasted for this but…

    you’d probably be better off by just adding in a comment form to what you’ve already got…

    you might run into spam issues though, but I don’t see a real easy way to bridge the two.

    you might try looking at
    http://www.zimmertech.com/tutorials/php/25/comment-form-script-tutorial.php
    and
    http://www.gentlesource.com/comment-script/

    check your permissions on the wp-admin folder
    try setting them to 755 if that doesn’t work then try 775 and if that doesn’t work then try 777

    if you’re using filezilla right click on the folder and select properties. If you’re using some other ftp client it should be similar…

    to me it looks like you need to add another closing div tag in after it at some point.

    without sounding like a tool, as to the header area… header.php
    depending on what you’re wanting to do will depend on how to go about it

    if you added the ad stuff into your header, post your header file… if you added it into your sidebar post that.

    Your link doesn’t work for me… gives me a 403 forbidden.

    Forum: Fixing WordPress
    In reply to: Comments help

    something is wrong in your comment loop. can you post the code from your main template file and from the comments file.

    moshu here’s a question… might deserve another thread but it’s semi related. or maybe I should do a search for it…

    I had a horrible time with Bad Behavior… it was seriouslly slowing down the page creation time. tried it on 2 different blogs on 2 different servers same result.

    When the plugin was active the page slowed to a crawl, when disabled it was just fine. Right now I’m just using akismet and it does the trick.

    looks fine in ie7

    you don’t need a plugin…

    go to Options -> Discussion
    uncheck “Allow people to post comments on the article “

    If you really want to get rid of them go through your template and remove refernces to the commenting…

    should look something like
    <?php comments_template(); ?>
    and this
    <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>

    Then if you’re really positive you’re done with them remove your comments.php file from your theme directory.

    Not entirelly sure about this, but it seems like to me that at one point this was a problem (maybe sometime around the 1.5 build time frame) but I haven’t had any problems with it in any of the 2.x builds…

    once again just me…

    My guess is it has something to do with the ul tags around the Home link.

    Currently your page is outputing this to the source

    <ul>
    <li class="pagenav">
    <h2>Navigate</h2>
    </ul>
    <ul>
    <li><a href="http://www.megahurt.net/bandgrade" title="Home">Home</a></li>
    </ul>
    <ul>
    <li class="page_item"><a href="http://megahurt.net/bandgrade/?page_id=2" title="Want to be reviewed?">Want to be reviewed?</a>
    <li class="page_item"><a href="http://megahurt.net/bandgrade/?page_id=13" title="What is GetHurt.com?">What is GetHurt.com?</a>
    </ul>

    When I think what you’re wanting it to look like is

    <ul>
    <li class="pagenav">
    <h2>Navigate</h2>
    </ul>
    <ul>
    <li><a href="http://www.megahurt.net/bandgrade" title="Home">Home</a></li>
    <li class="page_item"><a href="http://megahurt.net/bandgrade/?page_id=2" title="Want to be reviewed?">Want to be reviewed?</a>
    <li class="page_item"><a href="http://megahurt.net/bandgrade/?page_id=13" title="What is GetHurt.com?">What is GetHurt.com?</a>
    </ul>

    If you can’t get it from that then post the relevant part from your sidebar.php file and we’ll go from there.

    (my skillz at posting teh code aren’t that hot! 🙂 )

    some more information would be great…

    the only thing which bugged me is the header image corners are a little fragmented.

    and I’m not real fond of the navigation menu at the top… don’t know how I’d change it, but just not crazy about it.

    other than that looks great, those pics of your girlfriend are awesome.

    Forum: Plugins
    In reply to: Balloons in comments

    the comment numbers could be handled any number of ways…
    http://wordpress.org/support/topic/17732?replies=9 is a good place to start.

    The different ballons are handled by the css.

    what appears when you view the source of the page… what does the email address look like then?

Viewing 15 replies - 181 through 195 (of 266 total)