Chelsea
Forum Replies Created
-
Forum: Plugins
In reply to: WordPress Email Notification Plugin v2.3.1 ErrorWhatever. I give up.
I’m using Skippy’s Subscribe2 plugin instead, since it works better for me and is way more customizable.
Forum: Your WordPress
In reply to: Feedback please on leftcoastlifestyle.comIt looks very snazzy. ??
Congratulations and kudos to you for all of your hard work.. only 2 weeks into the making?? Unbelievable!
Forum: Fixing WordPress
In reply to: Blocking commentsI suggest blocking his IP from the website completely.
You can find out how to do that here.
Forum: Themes and Templates
In reply to: New “magazine front” themeSweetie, it’s password protected it seems. : /
Forum: Fixing WordPress
In reply to: Please help with Sidebar weirdnessHmm… the layout looks fine to me and I’m using FF with a 1680×1050 resolution. There IS a third bullet that is larger than the other two and black in color near the top header that displays in FF but not in Internet Explorer. As far as I’m concerned, it displays great in Internet Explorer (but you should go for Firefox ?? )
I think that it’s a CSS issue or some kind of background image. I’ve been looking through your source css … it’s very organized, by the way !
Forum: Fixing WordPress
In reply to: Please help with Sidebar weirdnessRead my answer. . . . .
ul.linklog li {
list-style: url(bullet.jpg);
}or
#sidebar li {
margin:0;
padding:0 0 .25em 15px;
text-indent:-15px;
line-height:1.5em;
}Looks like it’s the cause.
Forum: Fixing WordPress
In reply to: Please help with Sidebar weirdnessIt looks like a matter of CSS….
You haven’t formatted the
li tag which you are using in the sidebar. And by default, I believe li has bullets ??Forum: Plugins
In reply to: WordPress Email Notification Plugin v2.3.1 ErrorFor other people: make sure your WP and maillist share the same database… That’s part of what caused the error for me.
I still am dealing with errors and have tried renaming the wp prefix to my normal prefix but no avail. Those are the instructions I followed (found at Watershed Studio Blog) ….
—-
The “future?? database for the plugin uses the prefix, but the install creates a database with a “wp_?? prefix. If your prefix is “abcd??, you need to either rename wp_email_list_future to abcd_email_list_future, or create a new table:
CREATE TABLE
abcd_email_list_future
(
post_ID
bigint( 20 ) NOT NULL default ‘0′,
post_date
char( 12 ) NOT NULL default ‘0′,
notification_sent
char( 1 ) NOT NULL default ‘’,
PRIMARY KEY (post_ID
)
) TYPE = MYISAMForum: Plugins
In reply to: WP and photo gallery integration – any examples?I would be interested in seeing this happen as well. ??
Forum: Plugins
In reply to: WordPress Email Notification Plugin v2.3.1 ErrorI get the same error only it isn’t right after I finish installing.. it’s also on the header of my blog:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/unchaine/public_html/wp-content/plugins/wp-email-notification/email_notification_2.3.1.php on line 369
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/unchaine/public_html/wp-content/plugins/wp-email-notification/email_notification_2.3.1.php on line 372
I’m running WordPress 1.5.1.3 ….
Forum: Plugins
In reply to: Acronym Replacer RevisitedHmm…
I have the same problem as Jaxia : /
Forum: Fixing WordPress
In reply to: removing the date from pages?THANK YOU SO MUCH! ??
By the way.. I did the first one, for reference’s sake.
Forum: Plugins
In reply to: Comment ConfirmationThanks!
??
Forum: Fixing WordPress
In reply to: Email Notification Plugin and ExcerptPerhaps if you look in the .php file for the plugin – that’s where they configure what goes in the email, right?
Forum: Plugins
In reply to: Parse error and warning – PHPExec pluginThat doesnt help.. It’s still the same error.