kat-ka
Forum Replies Created
-
Forum: Plugins
In reply to: NextGen Gallery Error Updating Thumbnail after UpgradeI guess I’m too late for you, anyway, my problem was with permissions.
If you have FTP access, go to /wp-content/gallery/ (if that’s the path to your gallery) right click gallery and change file permission (recurse into subdirectories) to 777.
This way if you create any other galleries, you shouldn’t have problems with this error again… Hopefully…Forum: Fixing WordPress
In reply to: Custom Fields don’t display in editor?Ups sorry, my WordPress version is 2.7.1
Forum: Fixing WordPress
In reply to: Custom Fields don’t display in editor?I also have this issue, however my names already start with letter not underscore _.
Sometimes (not always) when my clients edit a post custom fields are not displayed. So they insert them again and we end up with double custom fields.
I can’t find a reason why they would not show up.
We’re dealing with quite large posts, and network connection might be an issue from time to time…
Also they are retrieved in random order not by their ID. But that doesn’t bother us that much.Any suggestion would help!
CheersForum: Fixing WordPress
In reply to: Custom field limit?Thanks, t310os_ !!!
This was the reason also in my case.Bye the way where do I need to add the filter?? I understand these filters can be inserted in plugins. As I’m not working on a plugin, I applied the change directly to template.php file.
Forum: Themes and Templates
In reply to: the_ID for use in the page, not display?Thanks, this was exactly what I’ve been looking for.
I wonder why such an important function is so unknown. I need get_the_ID() more often then I need the_ID()!!!!
It should be at least mentioned on codex!!!! It’s practically impossible to find it!!
Forum: Plugins
In reply to: Cforms 6- Custom : Creating dynamic forms (select box autofill)Hi Manticiel,
thanks for posting Olivier’s answer. This is exactly what I needed to know.I think Cforms is a fantastic plugin (one of the best), and I can’t believe Olivier is putting so much effort in it.