Drivetrain
Forum Replies Created
-
Forum: Plugins
In reply to: [Content Types] [Plugin: Content Types] Feature RequestThe CCK (content creator) module in Drupal allows custom fields to have default values, as well as an optional text description that can appear below each custom field. This description field is good for giving end-users data-entry guildelines. I would like to see similar features in your plugin — I’m getting pressure from clients do more complex sites in WordPress, sites that I would otherwise do in Drupal. Thanks!
Forum: Fixing WordPress
In reply to: display posts in a calendar, using custom field as dateThanks, FT Calendar is exactly what I was looking for.
Forum: Fixing WordPress
In reply to: display posts in a calendar, using custom field as dateSame here — any luck?
Forum: Plugins
In reply to: [Content Types] [Plugin: Content Types] Feature RequestDefault values for custom fields would be cool. I don’t have an immediate need for this feature, but I can tell my client is heading in that direction with future projects.
Forum: Plugins
In reply to: [Content Types] [Plugin: Content Types] Looping through custom contentWhat I’ve come up with is creating a template file named asset-page.php, then creating a blank Page and setting the template for that page to asset-page.php. The URL to view all the Assets is simply the URL for the empty page.
This gives me what I want, but I’m wondering if this is the “WordPress Way” to handle this? Thanks!
Forum: Plugins
In reply to: [Content Types] [Plugin: Content Types] Enforcing required fieldsJust tested it — works great! Thanks again!
Forum: Plugins
In reply to: [Content Types] [Plugin: Content Types] Enforcing required fieldsMany thanks! It will be a day or two before I can install and test it. I’ll let you know how it goes…
Forum: Plugins
In reply to: [Content Types] [Plugin: Content Types] Enforcing required fieldsIf you detect a blank field, is it possible to issue an HTTP redirect to the edit page before writing the content to the database? The challenge would be to redirect to the edit page while preserving the data in completed fields.