userx
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Xfish_meta validation errorswell, you did something good – W3C was showing 5 or 6 errors because of this…after your adjusted code it is only shhowing two.
Thanks…
Forum: Themes and Templates
In reply to: FireFox and IE Don’t Get AlongOh, 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.
Forum: Themes and Templates
In reply to: FireFox and IE Don’t Get AlongAh, all better. The marriage is fine for now…but I see a permanent estrangment in the near future…. ; )
Thanks alot podz….
Forum: Themes and Templates
In reply to: FireFox and IE Don’t Get AlongThanks 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
Forum: Everything else WordPress
In reply to: Posting to your blog – A tip.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.
Forum: Fixing WordPress
In reply to: How to use Table of Contents Plugin in 1.3?Has anyone ever used this plugin????
Forum: Plugins
In reply to: nArchives & DatabseAnyone have an idea of where I can even start on this one?
Forum: Plugins
In reply to: nArchives & DatabseSorry, 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 TroublesThanks people for all your help…I think I have it.
Forum: Plugins
In reply to: Moose Candy TroublesNope, 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 TroublesAnyone?
Forum: Themes and Templates
In reply to: Help with FirefoxThanks 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.