cpjolicoeur
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Slow page renderingso, how do we fix this? can we hack the code to use another lookup service?
Forum: Fixing WordPress
In reply to: HTTP Connection not closingyeah, awstats is decent, but short-stat is nice because its integrated right into wordpress and give you some decent stats with a quick lookup.
Forum: Fixing WordPress
In reply to: HTTP Connection not closingyeah, disabling wp-short-stat solved the problem. that really stinks, because I use short-stat A LOT. I’ll have to try to contact the developer.
Forum: Fixing WordPress
In reply to: HTTP Connection not closingyeah, i do. i’ll try disabling and see if that fixes it.
Forum: Plugins
In reply to: Mailing list plug inlol, good point viper.
and I second your opinion. Subscribe2 is my favorite so far. the admin interface is very nice and easy to use.
Forum: Plugins
In reply to: Mailing list plug inthere are several plugins for email notification.
I’m currently using the Subscribe2 plugin
there also is the email-notification plugin.
Forum: Fixing WordPress
In reply to: CSS layout for <LI>perfect. that did it! thanks
Forum: Fixing WordPress
In reply to: CSS layout for <LI>#sidebar ul ul li, #sidebar ul ol li {
margin: 3px 0 0;
padding: 0;
list-style-image: url(/wp-content/shamrock.gif);
}this is what is causing the problem, cuz the ul in the #democracy div falls into the same category and i can’t seem to override it.
Forum: Fixing WordPress
In reply to: CSS layout for <LI>so you turned off images for all sidebar lists with the
#sidebar ul
and then you edited your code to to make the categories ul have its own id as in ul id=categories
??not sure if i’m following.
If I simply use
#democracy ul {list-style-image: none; }
i’m still getting the image.
Forum: Fixing WordPress
In reply to: Editing sidebar in connection themewhat exactly is the question??
Forum: Plugins
In reply to: WordPress Email Notification Plugin v2.2Its still not working for me. I’m trying to debug now but I think the problem may be in the 3rd party posting apps themselves.
With w.bloggar on Windows XP it seems that w.bloggar is sending the post up as a draft even though the “Post & Publish” button was pressed and the post truly does get published. At the time it reached the check in xmlrpc.php the $post_status=”draft” not “publish” therefore the publish_post() function doesn’t get called.
With ecto on OS X, it seems that ecto does send the $post_status=”publish” so publish_post() should be getting called. But I’m still not getting the email notifications.
I’m just not sure where the problem is. It my be with some other installed plugins that act on publish_post() and are affecting this email notification plugin, or it may be with the 3rd party apps, or with xmlrpc.php itself.
Forum: Themes and Templates
In reply to: Sidebar displays problems in IEcan you paste your main template to https://www.pastebin.com so we can take a look at the template layout.
Forum: Everything else WordPress
In reply to: 1.5.2 – ecto 2.3.7 – Subscribe2 2.1.5 pluginsame post here. Spoke with Skippy today over email, and he said he doesn’t have Ecto to test with. I use both Ecto on OS X and w.bloggar on Windows and neither seem to publish the email. I’ve got my UTC offset setup correctly. I’ve even tried to remove my UTC offset altogether, and still the only way to get emails with Subscribe2 and/or Email Notification Plugin is through the WP interface.
This was supposed to be fixed, according to this bugtraq entry.
Forum: Plugins
In reply to: WordPress Email Notification Plugin v2.2fotohead:
you don’t actually have to put it in any of your templates. Just create a new page and put the form code in the new page. Have a standalone page just for email subscriptions. at least thats what I did.
Forum: Plugins
In reply to: WordPress Email Notification Plugin v2.2as far as the directory being /home/totallyo/ instead of /home/totallyout/ is a common hosting practice. they are just limiting your username to 8 characters when creating your actual home directory on the webserver. that is nothing to worry about.
the error messages you are getting seem to be because you do not have your MySQL DB connection information setup correctly. try to check your setup.