bonusball
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Ordering posts by most recently commentedThanks Michael. But that gives me the latest post (which has no comments) repeated 30 times? I’m not sure why.
Forum: Plugins
In reply to: [Plugin: Easy Comment Uploads] Feature SuggestionI tried to get ylfchild’s code to work but couldn’t. I’d love to have this feature.
Forum: Plugins
In reply to: [Plugin: Easy Comment Uploads] Easy Comment Uploads breaks nested comments?I fixed it.
In main.php change this:
function ecu_upload_form ($title, $msg, $prompt, $pre, $post, $check=true) {to this:
function ecu_upload_form ($title, $msg, $prompt, $pre, $check=true) {then further down change this:
‘</form>’, // $pre — work arround for nested forms
‘<form>’ // $post – more work arroundto this:
‘</form>’ // $pre — work arround for nested formsForum: Plugins
In reply to: [Plugin: Easy Comment Uploads] Easy Comment Uploads breaks nested comments?Actually I don’t think this is a js problem. I think it’s in the php.
Forum: Themes and Templates
In reply to: Am I adding XHTML DOCTYPE correctly?I don’t know anything about cufon line-height, or even what it is, but the DOCTYPE should come first in the page.
Forum: Themes and Templates
In reply to: Problem with top-margin in the HomepageI assume you’re using Firefox? And the Web Developer toolbar?
Ok then. If you “View Generated Source” (not view source) you will see that something is putting all the style sheet links AFTER the </head> tag closes, and into the <body> of your homepage, which is causing that gap. I suspect a plugin, namely the All In One SEO plugin. Try disabling it. That plugin is bad news.
If that doesn’t work, try disabling any other plugins, it looks like one of them is rewriting they styles in your home page, and not in a good way.
Forum: Fixing WordPress
In reply to: the “check_content” hackI have a few blogs hosted on my server, 2 or 3 of them were hacked this way.
Here’s a great post about what to do when it happens:
Forum: Fixing WordPress
In reply to: the “check_content” hackThanks. It happened again this morning, I am trying to clean this up.
Forum: Fixing WordPress
In reply to: the “check_content” hackalso wp-admin/index.php
Has anyone else ever seen this hack?
Forum: Fixing WordPress
In reply to: the “check_content” hackI also see he’s been in
/wp-content/index.php
Forum: Plugins
In reply to: [Plugin: Google Maps Anywhere] Street View error when click to addThat means there is no street view for that location.
Forum: Plugins
In reply to: Blogroll with latest blog postsWell the last time was a charm, here’s the solution:
https://www.adashofbitters.com/2009/01/02/blogroll-google-reader-wordpress-easy/
built into greader all this time.
Forum: Themes and Templates
In reply to: Sandbox 1.6 compatibility with wordpress 2.8I’ve updated Sandbox for wp 2.9, if you’re interested:
Forum: Fixing WordPress
In reply to: YouTube quicktag only displays link, not embed?Thanks Shane. I thought wp did this natively, with no plugin?
Anyway I installed
https://www.ads-software.com/extend/plugins/vipers-video-quicktags/
and this works now.Forum: Fixing WordPress
In reply to: YouTube quicktag only displays link, not embed?I’m actually still looking for an answer to this. If I put
[youtube=https://www.youtube.com/watch?v=H2Ncxw1xfck]
into the html of my post, it just puts that text into the post, it doesn’t embed a video. Should it?