mjh966
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: post disappears while editingWe’re still losing posts, too, using different installs of v. 2.1 and 2.1.2.
Forum: Fixing WordPress
In reply to: post disappears while editingWe are losing posts, too, using different installs of v. 2.1 and 2.1.2. Any clue anyone? Help. Thanks.
Forum: Fixing WordPress
In reply to: New Posts Disappear?We are losing posts, too, using different installs of v. 2.1 and 2.1.2. Any clue anyone? Help. Thanks.
Forum: Plugins
In reply to: WordPress Email Notification Plugin v2.3.1hi all:
Got two errors during the install:
Warning: mysql_connect(): Access denied for user ‘Michael Huber’@’localhost’ (using password: YES) in /home/sysop/public_html/worldalone/maillist/install.php on line 210Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/sysop/public_html/worldalone/maillist/install.php on line 211
Need a little bit of help deciphering these errors before I proceed. Thanks.
Forum: Fixing WordPress
In reply to: wp-content/uploads not getting createdWorks fine, but do you know why I need to create the ‘uploads’ folder and set permissions in order to upload images. Those are two steps I hadn’t had to do when building WP blogs for the past several months. Again, thanks Moshu
Forum: Fixing WordPress
In reply to: wp-content/uploads not getting createdBoth, but I’ve been using ftp because it’s easier.
Forum: Fixing WordPress
In reply to: wp-content/uploads not getting createdOK. Sorry. I’m new at this.
There’s nothing in my Fantastico install process that lets me set permissions for uploads folder.And under Options > Miscellaneous, there’s no place to make folder writable.
So, how do I set wp-content writable from the getgo, besides the process of manually making the change post-installation? Thanks for the help.
Forum: Fixing WordPress
In reply to: wp-content/uploads not getting createdso from 2.0.2 on, i’ll need to manually create, inside /wp-content/, a folder for /uploads/?
Do I also need to manually create ‘2006’ and new folders for each month ??
Forum: Fixing WordPress
In reply to: wp-content/uploads not getting createdbut why doesn’t WordPress automatically create a writable file folder structure for me as it’s done for my past WordPress blogs?
Instead, I get this: Unable to create directory /home/sysop/public_html/derosier/wp-content/uploads/2006/06. Is its parent directory writable by the server?
I know what that message means and I can manually make the fix, but I hadn’t had to do that for my earlier WP blogs.
Forum: Fixing WordPress
In reply to: how to display date for each postMy happiness =
<?php the_time(‘F j, Y’); ?> at <?php the_time(‘g:i a’); ?> by <?php the_author() ?>
Looks great. Date and time display on all posts. Yay.https://blogs.timesunion.com/wartime/
Thanks so much.
Forum: Fixing WordPress
In reply to: A simple Spell Checker plugin?Any issues for anyone using this this spellchecker on v.2.0?
https://www.coldforged.org/spelling-checker-plugin-for-wordpress/
If so, can you suggest another spellcheck plugin.
Thanks.
Forum: Themes and Templates
In reply to: Possible to reduce space between posts?Looks like LordJezo is making more progress than I am. I still can’t seem to make any change in the spacing between Date/Time/Author line and the post.
I looked for padding and margins in the stylesheet and haven’t yet hit upon the one that’s giving me the extra space.Forum: Themes and Templates
In reply to: Possible to reduce space between posts?I’m hopeful to find a way to reduce spacing between my posts, too. See:
https://blogs.timesunion.com/dietchallenge/
Way too much space between Date/Time/Author line and the post.
I’m looking in index.php but I don’t see any style call that’s adding space. Any help?Forum: Fixing WordPress
In reply to: Multi-blog single db, single tables…Hello ctsrar: We are trying to do what you describe.
We have WP blogs at:
https://blogs.timesunion.com/tennis/
https://blogs.timesunion.com/megan/
https://blogs.timesunion.com/football/
Etc.And I want do to create an uber-WP blog to aggregate posts made to those blgos. The uber-blog would be the parent. It would display posts chronologically, with code in the post title to include a link back to the child blog.
So essentially, when a blogger posts to his blog, that entry gets posted simultaneously to the parent blog.
They seem to be doing this in Denver:
https://denverpostbloghouse.com/
(Yes, I already asked them how. We hope to talk with them Friday.)Any clue how to kluge this one?
Forum: Fixing WordPress
In reply to: extra spacesHere’s the code snippet I’ve been goofing with…
<div align=”center”><p class=”postmetadata”>Posted in<?php the_category(‘,’)?>| <?php edit_post_link(‘Edit’,”,’|‘); ?> <?php comments_popup_link(‘No Comments »’, ‘1 Comment »’, ‘% Comments »’); ?></div>