Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter xtheunderdog

    (@xtheunderdog)

    It’s been over a month and still no assistance. Anything?

    I have the same issue.

    I’ve tried modifying that part of the code about ten different ways for at least an hour and have had no success. If someone could tell me how to produce this output, I’d be highly appreciative:

    “You can login with the following information:
    Username: blahblah
    Password: blahblah

    Hello and welcome to the CHS Quote Book! I’d just like to make sure you’ve read the about page and are aware of the format and I figured I’d fill you in on a tip or two as well.

    When you go to the “Write” tab, fill in the subject as Quote #XXX, and the Post section as follows:

    <blockquote> "The quote"
    <em> -- Person </em>
    </blockquote>
    <!--more-->
    Explanation of quote if necessary.

    You can do this by clicking the b-quote button (and subsequently getting rid of the space that appears about the tag), typing in the quote, pressing enter, clicking the i button, typing in the originator (– Person), clicking the i button again, clicking the b-quote button again and then, if you need to explain the quote for whatever reason, press enter, click the more button, press enter again, and explain the quote.

    Once you’ve typed up the entry, choose the categories that apply on the right-hand side. If the category you need is missing, write a note at the bottom of your entry telling me what category is needed and I will take care of it ASAP.

    Hopefully this makes complete sense to you, and if you have any questions, feel free to ask. Have fun and let’s get this quote book moving!

    -Elyse
    my email

    PS: Don’t forget to change your password after you login. You will be able to do this in your profile.”

    Sorry to be a bother, but I’ve seriously tried to make this work a ton of times and have had no luck.

    I don’t see any pixelation and I’m running FF on a PC.

    Forum: Plugins
    In reply to: recent commenters
    Thread Starter xtheunderdog

    (@xtheunderdog)

    So I’ve been trying to tinker with the format and it’s being a pain.
    original
    echo $prefix."".stripslashes($post->post_title). "  ".$count."
    \n<small>";
    if($usetimesince)
    $title = " title=\"Last comment was ".time_since($comment->unixdate)." ago\"";
    foreach($commenters as $commenter)
    {
    if($usetimesince)
    $title = " title=\"Posted ".time_since($commenter->unixdate)." ago\"";

    if($i++ > 0)
    echo ", ";

    echo "comment_ID."\"$title>".stripslashes($commenter->comment_author)."";
    }
    if($count > $num_comments)
    echo " [...]";
    echo "</small>".$postfix."\n";

    }
    }

    mine
    echo $prefix."".stripslashes($commenter->comment_author)" " on ($post->post_title)";
    if($usetimesince)
    $title = " title=\"Last comment was ".time_since($comment->unixdate)." ago\"";
    foreach($commenters as $commenter)
    {
    if($usetimesince)
    $title = " title=\"Posted ".time_since($commenter->unixdate)." ago\"";

    if($i++ > 0)
    echo ", ";

    }
    if($count > $num_comments)
    echo " [...]";
    echo "</small>".$postfix."\n";

    }
    }

    make sure you take some time to check out some scenic places. one i’m sure you’d enjoy is snoqualmie falls– absolutely beautiful and if i remember correctly there’s a nice hike down to the river if you enjoy hikes. on the way out there and just past are a lot of places that still seem virtually untouched. that’s what i love about washington– you can still see nature…unlike in fl where i used to live…hah; it’s pretty much just asphault there anymore.

    hope you don’t mind rainy days in seattle, there are a lot of them…bu ti’m sure you know that.

    generally, things are quite nice in the seattle area, hope you like it here πŸ˜€

    and the site looks very nice, as well.

    Thread Starter xtheunderdog

    (@xtheunderdog)

    emailed it– thank you sooo much.

    Forum: Fixing WordPress
    In reply to: Pingback
    Thread Starter xtheunderdog

    (@xtheunderdog)

    bump

    Forum: Fixing WordPress
    In reply to: Pingback
    Thread Starter xtheunderdog

    (@xtheunderdog)

    I was not aware I could put all the blogs on the same database. Plus, I’m not excessively familiar with MySQL and PHP, basically all I know about PHP is how to use it so layout changing is easier by creating a header and putting the content below it.
    I figured that’s what custom fields were but I wasn’t sure. Thanks for clarifying!
    As for Magpie, can I set it up to just simply put the link/name of the blog along with the date whenever there’s a post? That’s all I really need. Would another way to do this be to just set up another wordpress and have all the blogs ping to it?

    Forum: Fixing WordPress
    In reply to: Pingback
    Thread Starter xtheunderdog

    (@xtheunderdog)

    But I only want the few journals running on my domain to be a part of this– not a bunch of people we don’t know.

Viewing 11 replies - 1 through 11 (of 11 total)