quietas
Forum Replies Created
-
I found the fix on another post and it seems to be working great for the last month or so. It’s a ridiculously easy fix that should be integrated with the codebase if the author ever checks back in and does some updates. If not this is up and running great with WordPress 3.1.
http://ww.wp.xz.cn/support/topic/page-error-when-activating-event-calendar
Harrir founds this:
You'll need to edit the eventcalendar3.php... What you need to do is to remove the ampersand from the argument in the function definitions. Basically make this line: function ec3_filter_getarchives_where(&$where) look like this: function ec3_filter_getarchives_where($where)I too get this error with WP 3.0.4. Seems broken some how.
Forum: Themes and Templates
In reply to: Page of Posts Template, CSS Sidebar Inove Theme BustedWhat code ended up working, I too am using the inove them and I’m looking at the page of posts in the codex as well =)
Forum: Plugins
In reply to: [Plugin: MM Forms] making the (date) field requiredIf you create a new form you get:
<p><label>Your Name (required)<br /> [text* your-name] </label></p>I believe the * denotes that it is a required field.
Forum: Themes and Templates
In reply to: Theme Font Trouble – Travelogue 2I replied to the other post you put up, but the solution is at http://2gng.net/bb/viewtopic.php?pid=8#p8
Forum: Themes and Templates
In reply to: Travelogue theme is cool but….The original creator had a small typo when he posted it.
Follow the info at:
http://2gng.net/bb/viewtopic.php?pid=8#p8
That will fix it so that it is looking for the right tables. My site is at http://www.alaskamorrows.com if you need some inspiration. Drop me a line if if you need a hand.
Forum: Plugins
In reply to: Google Mail Hosting for DomainAny ideas?
Forum: Plugins
In reply to: Working File Manager or Photo Gallery without FTP?I’d recommend PhotoPress. It’s dirt simple to setup. It’s not as feature filled as something like Gallery2 or Coppermine, but handles uploads and most basic album functions.
Forum: Fixing WordPress
In reply to: I need my speelling checked!!!I’ll second EditPlus, I use it all the time. The color coding is really handy along with numbered lines and columns. Ultra Edit is along the same vein also.
Forum: Plugins
In reply to: editor monkey problemI just went into the database and ran the optimize and repair functions within MyPHPAdmin. I had to do that, then logout and clear the cache/cookies. After logging back in TinyMCE was working again.
It seems there are half a dozen database entries that stay after installing EditorMonkey, those have to be removed manually, then repair/optimize the database.
Forum: Plugins
In reply to: [resolved] Help Remove EditorMonkey PleaseNix that. I just went into the database and ran the optimize and repair functions within MyPHPAdmin. I had to do that, then logout and clear the cache/cookies. After logging back in TinyMCE was working again.
It seems there are half a dozen database entries that stay after installing EditorMonkey, those have to be removed manually, then repair/optimize the database.
Forum: Plugins
In reply to: [resolved] Help Remove EditorMonkey PleaseFM = FCKMonkey, the author just split it off of EditorMonkey since the sourcecode isn’t meshing with TinyMCE in the plugin as he had it. I edited my most to make it a bit clearer.
Here’s his uninstall info:
Uninstallation
1. Deactivate EditorMonkey.
2. Go to your Users/Profile page, scroll to the bottom to the “Personal Options” section, and select “Use the visual rich editor when writing”. This will reactivate the built-in rich editor.It’s really minimal and doesn’t do anything to restore the previous state. It does remove EditorMonkey from running, but now you have no Rich Text editor at all. At least this is the case with WP 2.0.3 as I have it installed. I just downloaded WP again and unloaded the TinyMCE portion, but it’s still the same. I can see no way to re-enable the Rich Text editor.
Forum: Plugins
In reply to: editor monkey problemI to have had the exact same issue as tinycg. I’m stuck as well after editing the DB and removeing anything connected to monkey stuff. No luck yet.
Forum: Plugins
In reply to: How do I remove Editor/FCK Monkey?Still stuck, I’ve been in and out of the MyPHP admin page and I’ve removed all mentions I could find, but still no luck.
Forum: Plugins
In reply to: Want ‘Post a Draft’ page from within blog, not WP-AdminI’d be interested if you got something working. I myself don’t like swapping between the themed and non-themed sections, it takes a moment to load back and forth.