daisyhead
Forum Replies Created
-
Forum: Plugins
In reply to: Show/Hide plug-in for extended entriesThanks so much for the link Ceo!
Forum: Plugins
In reply to: Show/Hide plug-in for extended entriesBtw, the plug-in at ScriptyGoddess can be found here.
Forum: Fixing WordPress
In reply to: Calling all experts – need help with link logUgh. Looks like the Codex is down:
“Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server.
Can’t connect to local MySQL server through socket ‘/tmp/mysql.sock’ (61)”Forum: Fixing WordPress
In reply to: Calling all experts – need help with link log“1. Create a new category and then hide it in the main index (search the codex for ‘the loop’)”
‘Kay, this has me confused. “The Loop?” I must confess that while I am becoming more knowledgable with WP each and every day, I’m still not a complete tech geek. 😉 So I’m sure of what exactly I’m looking for in the Codex.
Thanks!
Forum: Fixing WordPress
In reply to: Viewing posts within categories in admin panelAnybody??
Forum: Fixing WordPress
In reply to: Calling all experts – need help with link logThanks, I’ll give this a try over the next couple of days.
Forum: Fixing WordPress
In reply to: Del.icio.us integration in WP 1.5?I actually used Marc Nozell’s “Yet Another Weekly Delicious” script and I got it to work. Great script!
Forum: Plugins
In reply to: Yet Another Daily DeliciousSolved this one. I had my absolute path wrong.
Forum: Fixing WordPress
In reply to: Del.icio.us integration in WP 1.5?I would love an answer to this as well! I tried all last night to get something up and going that would pull my Del.icio.us feed into my blog, but couldn’t get anything to work.
Forum: Plugins
In reply to: Yet Another Daily DeliciousI’m having a problem with this as well:
Fatal error: Call to undefined function: current_time() in /xxx/xxx/public_html/filename.php on line 150
This is what is listed on line 150 of the file:
$now = current_time(’mysql’);
Do I need to modify anything here:
# Get today, and make timestamp
$today = getdate();
$date = mktime(0,0,0,$today[‘mon’], $today[‘mday’], $today[‘year’]);
$longdate = strftime(‘%A, %d-%B-%y’,$today);Could this be what is causing the problem??
Btw, I recently updated to WP 1.5
Forum: Fixing WordPress
In reply to: How do I find my user ID?Never mind. Found it. Geesh. I feel stupid now…
Forum: Fixing WordPress
In reply to: WP Grins and WP 1.5 compatibility?That works. Thanks Lbessant!
Forum: Fixing WordPress
In reply to: Comment moderation oddnessI actually just figured this out. Since I turned my own layout into a theme, I thought I had to upload the comments.php page into my theme directory. Which in theory worked, but then the above problem happened.
I deleted my tweaked version of my comments.php page and noticed that the page was still loading from somewhere. After some troubleshooting, I found that my theme was pulling the comments.php page from the “default” theme directory. After re-uploading my own tweaked version of the comments.php page to the “default” theme directory, my test comment that I posted now shows up in FireFox with the statement that it is being held for moderation.
And to think I worked all day on this and badgered ColdFusion as well. *shakes head* Many thanks to CF and everyone else who attempted to sort this out with me. I REALLY appreciate it!
Forum: Fixing WordPress
In reply to: Comment moderation – message not showing up in FireFoxI actually just figured this out. Since I turned my own layout into a theme, I thought I had to upload the comments.php page into my theme directory. Which in theory worked, but then the above problem happened.
I deleted my tweaked version of my comments.php page and noticed that the page was still loading from somewhere. After some troubleshooting, I found that my theme was pulling the comments.php page from the “default” theme directory. After re-uploading my own tweaked version of the comments.php page to the “default” theme directory, my test comment that I posted now shows up in FireFox with the statement that it is being held for moderation.
And to think I worked all day on this and badgered ColdFusion as well. *shakes head* Many thanks to CF and everyone else who attempted to sort this out with me. I REALLY appreciate it!
Forum: Fixing WordPress
In reply to: More comment moderation oddnessI actually just figured this out. Since I turned my own layout into a theme, I thought I had to upload the comments.php page into my theme directory. Which in theory worked, but then the above problem happened.
I deleted my tweaked version of my comments.php page and noticed that the page was still loading from somewhere. After some troubleshooting, I found that my theme was pulling the comments.php page from the “default” theme directory. After re-uploading my own tweaked version of the comments.php page to the “default” theme directory, my test comment that I posted now shows up in FireFox with the statement that it is being held for moderation.
And to think I worked all day on this and badgered ColdFusion as well. *shakes head* Many thanks to CF and everyone else who attempted to sort this out with me. I REALLY appreciate it!