Michael Heilemann
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Links to use title as alt and title… Read to ‘gYou’re probably on 800×600 right? I understand and acknowledge that some people are on that small a res (or running their browser windows that small). But for now I’m sticking with this layout ??
Forum: Plugins
In reply to: RSS for Comments HackIt’s in the latter. I don’t have direct access to my server, so…
Forum: Plugins
In reply to: RSS for Comments HackI get this error:
Warning: main() [function.main]: open_basedir restriction in effect. File(/usr/local/lib/php/wp-commentsrss.functions.php) is not within the allowed path(s): (/STORE/binarybonsai_com) in /STORE/binarybonsai_com/public_html/b2-include/b2template.functions.php on line 1294
Warning: main(wp-commentsrss.functions.php) [function.main]: failed to create stream: Operation not permitted in /STORE/binarybonsai_com/public_html/b2-include/b2template.functions.php on line 1294
Warning: main() [function.main]: Failed opening ‘wp-commentsrss.functions.php’ for inclusion (include_path=’.:/usr/local/lib/php’) in /STORE/binarybonsai_com/public_html/b2-include/b2template.functions.php on line 1294Forum: Plugins
In reply to: RSS for Comments HackKickass!
Forum: Requests and Feedback
In reply to: Request: comments for linksThat’s not a bad idea ??
Seriously though, comments for the links is the highest asked for feature on my site, and I’m really anxious to get it asap ??Forum: Fixing WordPress
In reply to: Does editing entries turn off textile?!Hello? Are you guys busy these days, seems replies have slowed to a halt ??
Just curious, not impatient ??Forum: Requests and Feedback
In reply to: Request: comments for linksBump.
Comments for links is the number one request I’ve got ??Forum: Fixing WordPress
In reply to: Textile wierdnessNo, it’s supposed to make it into an abbreviation.
Forum: Fixing WordPress
In reply to: Validation problem, ‘ in title turns into ?I use the blockquote tag rather than bq. — Will that make a difference?
Forum: Fixing WordPress
In reply to: Validation problem, ‘ in title turns into ?There are no P elements in my index.php!
Here’s the end of my b2vars.php, as you can see I’ve had to make some costumization due to problems when I switched to an Apache server:
add_filter(‘all’, ‘wptexturize’);
// add_filter(‘the_content’, ‘wpautop’);
add_filter(‘comment_text’, ‘wpautop’);
// Uncomment the following for Textile support
// include_once(‘textile.php’);
$res = include_once(‘/STORE/binarybonsai_com/public_html/b2-include/textile.php’);
if(!res) {
if( !in_array(‘/STORE/binarybonsai_com/public_html/b2-include/textile.php’, get_included_files()) ) {
echo “The file ‘/STORE/binarybonsai_com/public_html/b2-include/textile.php’ does not exists”;
exit(1);
}
}
add_filter(‘the_content’, ‘textile’);
// There is some duplication of effore so textile.php really should be tweaked to eliminate that.
?>Forum: Fixing WordPress
In reply to: Validation problem, ‘ in title turns into ?I still have this problem. In all of my post, not just the title.
Forum: Fixing WordPress
In reply to: Would it be possible to have two blogs on the sameI’d like to do the same, except I could be spared the hazzle if links had comments on them.
Forum: Fixing WordPress
In reply to: Moved IIS to Apache: Textile error.I had one of my friends help me solve this. I’ll post it here for the archives:
In b2vars.php where you normally turn on textile, mine looks like this:
add_filter('all', 'wptexturize');
// add_filter('the_content', 'wpautop');
add_filter('comment_text', 'wpautop');
// Uncomment the following for Textile support
// include_once('textile.php');
$res = include_once('/STORE/binarybonsai_com/public_html/b2-include/textile.php');
if(!res) {
if( !in_array('/STORE/binarybonsai_com/public_html/b2-include/textile.php', get_included_files()) ) {
echo "The file '/STORE/binarybonsai_com/public_html/b2-include/textile.php' does not exists";
exit(1);
}
}
add_filter('the_content', 'textile');
// There is some duplication of effore so textile.php really should be tweaked to eliminate that.Forum: Fixing WordPress
In reply to: Validation problem, ‘ in title turns into ?Sorry, that was me. (BTW, your tabstops from the password textbox are a bit strange).
Forum: Fixing WordPress
In reply to: Validation problem, ‘ in title turns into ?Try taking a look at my validation results.
Not pretty ??