water111
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: IE isn’t rendering entire pageBy the way I noticed the weird behavior when using IE 6.x on Windows XP. When testing it on IE 6 on Windows 2000 the page renders fine with the exception of this message at the bottom of the page. Any idea what the problem could be?
Warning: mysql_affected_rows(): A link to the server could not be established in /usr/www/users/dynoswim/wp-includes/wp-db.php on line 155
Forum: Fixing WordPress
In reply to: IE isn’t rendering entire pageBut how come it renders fine in Firefox? Something strange is going on, but not sure what. Would it help if I posted the code in my template?
Forum: Fixing WordPress
In reply to: how to generate page url for custom php codeIs this what I need to use?
<?php bloginfo(‘template_url’); ?>
Would that generate the url to the current page that I’m on?
Forum: Fixing WordPress
In reply to: how to generate page url for custom php codeanyone have any ideas?
Forum: Fixing WordPress
In reply to: “Big” events calendar (main page, not sidebar)Could you write up the steps involved to do something like this? I would love to add what you did to one of my sites.
Thanks!
Forum: Everything else WordPress
In reply to: What’s the best webhost for wordpresspair.com is excellent as well.
Forum: Themes and Templates
In reply to: How do I mak the kubrickheader.jpg a link?Search the forums, it was answered yesterday.
Forum: Fixing WordPress
In reply to: Header Image Link and Sidebar IssuesSee Kubrick’s FAQ’s here.
Q: How do I make the entire header clickable? Currently, only the header text functions as a link…
A: Open index.php. Change line 59, from <div id=”header”> to <div id=”header” onclick=”location.href=’https://siteaddress/’;” style=”cursor: pointer;”></div>. This will make the entire header a link.Forum: Fixing WordPress
In reply to: Where exactly do I download the latest 1.3?Forum: Installing WordPress
In reply to: questions after upgrade of wordpress-2004-08-30.ziI had to comment the code out below in my index.php template to prevent this from being outputted ‘ a€?? Next Page ??’ which also prevented the footer from displaying. Is this a bug?
<?php posts_nav_link(' — ', __('« Previous Page'), __('Next Page »')); ?>
Forum: Fixing WordPress
In reply to: rss2_url is wrongThanks Karim. That’s probably it since I just upgraded the other day to 1.2. I’ll try that out later today.