tb007
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Upgrading to 2.5thanks!
Forum: Installing WordPress
In reply to: Upgrading to 2.5The fear is screwing it all up. I’ll have no one else to blame but myself. ??
I do appreciate the steps though.
Can you clarify step 4?
Thanks.
Forum: Installing WordPress
In reply to: Upgrading to 2.5ouch!!! That doesn’t look like fun at all!
Not impossible, just not fun and plenty nerve wracking givenall the work ‘ve putinto my site.
Has anybody developed an automated process for upgrading to 2.5?
crossing-my-fingers.
Forum: Themes and Templates
In reply to: Internet Explorer Problem?ok, I think I figured it out. But, I don’t have the skill to fix it.
The problem is related to “smilies”, whatever they are.
On my browser, I don’t see the smilie at the bottom f the page, it’s sort of cut off. I think you mentioned that you can see it.
I think the error is related to that. What are smilies for?
Here’s the code from my formatting.php file. This is the section refrred to in the error message, it runs from line 675 – 694.
function convert_smilies($text) {
global $wp_smiliessearch, $wp_smiliesreplace;
$output = ”;
if (get_option(‘use_smilies’)) {
// HTML loop taken from texturize function, could possible be consolidated
$textarr = preg_split(“/(<.*>)/U”, $text, -1, PREG_SPLIT_DELIM_CAPTURE); // capture the tags as well as in between
$stop = count($textarr);// loop stuff
for ($i = 0; $i < $stop; $i++) {
$content = $textarr[$i];
if ((strlen($content) > 0) && (‘<‘ != $content{0})) { // If it’s not a tag
$content = preg_replace($wp_smiliessearch, $wp_smiliesreplace, $content);
}
$output .= $content;
}
} else {
// return default text.
$output = $text;
}
return $output;
}The line, 687, is $output .= $content;
I hope this helps.
Forum: Themes and Templates
In reply to: Internet Explorer Problem?Well, ‘m pretty sure the issue isn’t related to my Theme. If I switch toi another Theme, the problem still remains.
I’m assuming when you switch to a different theme, you are switching to different stylesheets, headers, etc.
I wonder if it could be a probelm with one of my active x add-ons?
Forum: Themes and Templates
In reply to: Internet Explorer Problem?I’m pretty sure this has tyo do with downloading the header pictures, is that part of the style sheet?
Forum: Themes and Templates
In reply to: Internet Explorer Problem?I saw that too, what is it. Probably some sort of SEO code or something??
Forum: Themes and Templates
In reply to: Internet Explorer Problem?Is there any wy to get IE7 to slow down so I can read what it’s doing when it refreshes the page.
All I can figure out is that its downloading a picture right before it goes to page error.
Forum: Themes and Templates
In reply to: Internet Explorer Problem?you must have viewed source code. ?? I’m new at this.
Forum: Themes and Templates
In reply to: Internet Explorer Problem?Why can’t MS just conform to standards???? no error message in Firefox.
Forum: Themes and Templates
In reply to: Internet Explorer Problem?Thanks for the prompt response. How did you know that?
I moved it up one level (renamed the first folder) then moved the second to the iger level.
Still ahve the error message. ??