Beel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Using Picasa plugin to WP pageSounds like a question more likely to be answered in the Picasa Help Forum.
I checked your page source and discovered the album id. From there it was relatively easy to construct the link…
picasaweb.google.com/data/feed/base/user/leysinchalet/albumid/5104737828807687553Forum: Fixing WordPress
In reply to: Adding Adsense to all pagesIf you want it on all pages, then you will also have to add it to any template files you happen to be using – such as archive.php, single.php, etc.
You might find CG-Inbetween helpful…
http://www.chait.net/index.php?p=310Forum: Alpha/Beta/RC
In reply to: Database out-of-dateI know this forum will be shutting down, but it would be nice to have something for the ongoing testing of “the-next-version” of WP.
I haven’t been able to update my test blog beyond January 6th as the January 9th update (and version bump to 2.0.1alpha) gives this database upgrade error. Unfortunately upgrading the database then does not work and I have to back out to 1/6. (Apache 2.0.55, PHP 5.0.5, MySQL 5.0.16)
Hope I haven’t offended, I assumed the OP has resolved his/her particular issue as the post is a few days old.
Forum: Themes and Templates
In reply to: CSS can’t set link color.sitename a {color: blue; text-decoration: none;}
works
Forum: Alpha/Beta/RC
In reply to: Thoughts on what may cause new comments to stopI do believe dat be dee case. I couldn’t pin my problem down to an issue with WP specifically since I had re-installed everything (Apache, MySQL, PHP, etc.) and all were newer versions. As far as I knew the problem could have been introduced in any number of ways. Glad the problem was found and fixed.
Forum: Alpha/Beta/RC
In reply to: Thoughts on what may cause new comments to stopJust to close out, evidently this was associated with something within WP that got fixed as I just did an SVN Update and comments are working again.
Forum: Plugins
In reply to: Theme Switcher QuestionNo offense mikib, I did read your post but this is a more intelligent solution. It only shows the theme switcher when the admin is logged in and you don’t have to type the index.php?wptheme=Whatever+theme+you+are+testing each time (nor have to remember the full names). I use this on all the sites on which I work.
Forum: Plugins
In reply to: Theme Switcher Question<?php if ($user_level == 10) { ?>
<?php if (function_exists(“wp_theme_switcher”)) { ?>
Themes
<?php wp_theme_switcher(); ?>
<?php } ?><?php } ?>
Forum: Fixing WordPress
In reply to: Fatal error has killed my blogKeep looking, you are missing a call – no reference = no call = no fatal error. And apparently you have not deleted the directory with the plugin.
Forum: Fixing WordPress
In reply to: Problem with Displayed Number of CommentsWhen did you last update the RC1? I believe that was an issue which was addressed about a week ago. Actually, both of you – don’t answer that as this is the wrong place to be discussing the betas or RCs.
podz, can you toss this over into the beta forum (and maybe rename the forum to alleviate the confusion)
Forum: Alpha/Beta/RC
In reply to: Thoughts on what may cause new comments to stopApparently I am now talking to myself 😉 but I set up a MySQL log and did a test posting of a comment. Don’t know if that will help any gurus out there but I copied the results into pastebin.com …
http://pastebin.com/459569Forum: Alpha/Beta/RC
In reply to: Thoughts on what may cause new comments to stopWell, I am giving up for tonight at least. I’ve dinked around with PHP, Apache and MySQL settings to no avail. Also swapped out wp-comments-post.php with an older, known to work, version but still no posting of comments. Probably something simple I am overlooking.
In re-installing my programs, I did get a newer version of MySQL (5.0.16) but don’t know how that could be the problem. It’s a headscratcher.
Forum: Alpha/Beta/RC
In reply to: Thoughts on what may cause new comments to stopRight, posting a comment apparently actually do anything at all as nothing shows up in the database – marked as spam or otherwise.
I backed out in the SVN to the date of the last comment posted and that didn’t work, either. Switched to the default theme, too. I wish I got an error somewhere!
Forum: Alpha/Beta/RC
In reply to: Thoughts on what may cause new comments to stopOK, I deactivated ALL plugins (and a nice feature would be the ability to activate/deactivate more than one at a time!! 😉 but still I get no love. Could there be a setting in PHP or Apache that I am missing? Seems a longshot since I can post new articles, but I am out of ideas.
Forum: Alpha/Beta/RC
In reply to: Thoughts on what may cause new comments to stopI disabled all the comment and spam related plugins and will probably, painstakingly, deactivate all plugins later when I have more time to reactivate them one by one.