Matt Farmer
Forum Replies Created
-
Forum: Plugins
In reply to: Wpig Image gallery change helpYour having the same issue I was when I was first programming this latest version of WPIG – your web host has not enabled the zip functions in PHP. I need to rewrite the plugin to degrade more gracefully eventually.
Send an email to your host and ask them to enable the zip functions in PHP. After they do that, everything should magically start working.
Let me know how it goes!
M. Foxtrot
Forum: Plugins
In reply to: Wpig Image gallery change helpI see what you did.
the line:
$gallery = ‘<div class…..
is supposed to be
$gallery .= ‘<div class…..
The dot by the equal mark means “append to”. You were resetting the value of $gallery with each successive loop, which is why only the last image showed up.
Making that change should fix your problem.
Keep an eye out for a new version of WPIG though. I have a copy of a new version that includes the use of divs along with a whole handful of new features that I just haven’t gotten around to implementing in my official distribution.
M. Foxtrot
The Penguin MafiaForum: Fixing WordPress
In reply to: Admin Dashboard BlankThat’s similar, except my page was completely blank. For some reason I never got email notice of this reply. Oh well… my hosting was recently shut down due to billing issues, and my local server isn’t playing nice with MySQL. I haven’t had a chance to mess with it.
Forum: Alpha/Beta/RC
In reply to: Spellcheck?What about people with mixed administrators? All using different browsers?
Forum: Alpha/Beta/RC
In reply to: 2.0 RC1 AvailableSweet! ??
Forum: Alpha/Beta/RC
In reply to: Spellcheck?No one use easyspell. I got it working and it’s horrible.
Forum: Alpha/Beta/RC
In reply to: Spellcheck?Ok, I got it to appear in the toolbar but it keeps saying I’ve asked it to check a non-existant text fied. What’s the text field name of stuff within the TinyMCE editor?
Forum: Alpha/Beta/RC
In reply to: Spellcheck?I’m trying to do it, I found one called easyspell, but I can’t get it to work for the life of me. I’ve been having to go in ans maually edit the TinyMCE soruce and admin-header.php and still nothing is happening. I’d appreceate some help from a WP dev who knows how to get this thing working. :\
Forum: Alpha/Beta/RC
In reply to: Version Check looks wrong.That fixed it! Thanks a lot!
Forum: Alpha/Beta/RC
In reply to: Version Check looks wrong.What version of PJW’s plugin are you using? Mine doesn’t have any drag and drop stuff to it.
Forum: Alpha/Beta/RC
In reply to: Version Check looks wrong.What do you move the version check box? I don’t see a box. :\
Forum: Alpha/Beta/RC
In reply to: Can’t change categoryI just had this same problem. It’s weird.