Forum Replies Created

Viewing 12 replies - 91 through 102 (of 102 total)
  • Thread Starter userx

    (@userx)

    well, you did something good – W3C was showing 5 or 6 errors because of this…after your adjusted code it is only shhowing two.

    Thanks…

    Thread Starter userx

    (@userx)

    Oh, I have a button…but it is at the bottom of my sidebar….and I have a full post screaming at people to switch. They too will see the light and I am a FireFox Evangelist just preaching the good news.

    Thread Starter userx

    (@userx)

    Ah, all better. The marriage is fine for now…but I see a permanent estrangment in the near future…. ; )

    Thanks alot podz….

    Thread Starter userx

    (@userx)

    Thanks podz…it’s frustrating because all code is up to standards but too many folks are still perusing the web with IE….which leads me to these rediculous measures to appease their obvious lack of judgement…

    At anyrate, I’ll give your suggestion it a try…thanks again

    What about people commenting….what if they copy and paste from Word into the comment window? We cant hardly stop that, so I hope it does not have the same adverse effects. Which by the way, I wish you would specify…what exactly is the harm inflicted? It most be the alien formatting, but what exactly happens.

    Thread Starter userx

    (@userx)

    Has anyone ever used this plugin????

    Forum: Plugins
    In reply to: nArchives & Databse
    Thread Starter userx

    (@userx)

    Anyone have an idea of where I can even start on this one?

    Forum: Plugins
    In reply to: nArchives & Databse
    Thread Starter userx

    (@userx)

    Sorry, I forgot this –

    I’m guessing this is the part of the plugin the error is referring to, I think?

    <?php
    //Make sure categories get parsed out, they are deprecated in wp-blog-header.php
    if ($_POST[“orderby”] == ‘category’) {
    global $author, $m;
    $orderby = ‘category’;
    if ($_POST[“order”] == ”) $order = “DESC”;
    else $order = $_POST[“order”];
    $year = ” . intval($_POST[“m”]);
    $m = $year;
    $author = ”.intval($_POST[“author”]);
    if (empty($author)) {
    $whichauthor=”;
    } else {
    $author = ”.urldecode($author).”;
    $author = addslashes_gpc($author);
    if (stristr($author, ‘-‘)) {
    $eq = ‘!=’;
    $andor = ‘AND’;
    $author = explode(‘-‘, $author);
    $author = ”.intval($author[1]);
    } else {
    $eq = ‘=’;
    $andor = ‘OR’;
    }
    $author_array = explode(‘ ‘, $author);
    $whichauthor .= ‘ AND (post_author ‘.$eq.’ ‘.intval($author_array[0]);
    for ($i = 1; $i < (count($author_array)); $i = $i + 1) {
    $whichauthor .= ‘ ‘.$andor.’ post_author ‘.$eq.’ ‘.intval($author_array[$i]);
    }
    $whichauthor .= ‘)’;
    }

    Forum: Plugins
    In reply to: Moose Candy Troubles
    Thread Starter userx

    (@userx)

    Thanks people for all your help…I think I have it.

    Forum: Plugins
    In reply to: Moose Candy Troubles
    Thread Starter userx

    (@userx)

    Nope, nothing seems to be working. The Moose Candy I’m using is 1.2.0. The download, as is, doesn’t even load into the plugins correctly (wp-content/plugins).

    Are there other alternatives for inlcuding google adsense? I’ve searched these forums and google but haven’t found anything that actually works.

    Forum: Plugins
    In reply to: Moose Candy Troubles
    Thread Starter userx

    (@userx)

    Anyone?

    Thread Starter userx

    (@userx)

    Thanks for responding…

    scruffy – I already knew and defined the width of the class. That isn’t affecting my form, as my imput and form are not defined by .box…unless I am totally misunderstanding you. Feel free to correct me. I had the same problem before I adjusted the .box width (it was much larger).

    NuclearMoose – If you don’t mind can you actually tell me where I would attempt to modify this form…I have no trouble with regular html forms, but this one is completely foriegn to me. I do not know where the attributes for this thing are… It’s not in CSS and its not in the above code in my index. I’m baffled.

Viewing 12 replies - 91 through 102 (of 102 total)