This forum is for assistance with theme development.

Image submission field (flexinode): "Browse" button sticks outside #center column

I'm having trouble with the "browse" button in the image submission field in my flexinode.

I've made a classifieds flexinode for my users to post classifieds, and when filling out the submission form it's kind of disturbing that the "browse" button is barely visible before it disappears beneath the sidebar.

CCK and custom display of custom content types

I've tried following the advice at http://drupal.org/node/62468#comment-132118 but I just can't get CCK to work. It does all my custom content type nicely, but then when I upload my new node-content-property.tpl.php file to modules/cck/theme nothing changes - it just displays the new content type as it always has before.

Anyone have any ideas where I could be going wrong?

Looking for 3 Different Event Displays, Any Ideas?

After working on events for about 2 weeks now, I've finally figured out exactly what I need and have gotten really close, but not there yet.

The admin needs to fill out 1 form with all of the event information including start and end dates and times, title, category,body and a teaser.

The user needs to see the following:

Front page: Title, Start Date, Start Time ordered by ASC start date and time

Inside page List by Categories: Using Taxonomy and View Blocks, grouped by Category only displaying a teaser with a link to Event Details

Can I find a Similar theme for Drupal 4.7.x

Hi All,

I am lokming for a theme much similar to that used in http://www.buyblue.org/ - your help is appreciated.

Also is there any update of the theme Garden usable in Drupal 4.7.x - http://themes.drupal.org/themeswitcher?theme=garden

Regards,
Kalyan

Can I find a Similar theme for Drupal 4.7.x

Hi All,

I am lokming for a theme much similar to that used in http://www.buyblue.org/ - your help is appreciated.

Also is there any update of the theme Garden usable in Drupal 4.7.x - http://themes.drupal.org/themeswitcher?theme=garden

Regards,
Kalyan

new node.tpl.php for custom content type

Okay - i've created a new content type called wrapper using a wrapper.module.

<?php
// $Id: wrapper.module,v 1.186 2006/03/27 18:02:48 killes Exp $

/**
* @file
* Enables users to submit wrappers, articles or similar content.
*/

/**
* Implementation of hook_help().
*/
function wrapper_help($section) {
switch ($section) {
case 'admin/help#wrapper':
$output = '

'. t('The wrapper module is used to create a content post type called wrappers. Wrappers are articles in their simplest form: they have a title, a teaser and a body. Stories are typically used to post news articles or as a group blog. ') .'

';
$output .= '

'. t('The wrapper administration interface allows for complex configuration. It provides a submission form, workflow, default view permission, default edit permission, permissions for permission, and attachments. Trackbacks can also be enabled.') .'

';
$output .= t('

You can

', array('%node-add-wrapper' => url('node/add/story'), '%admin-settings-content-types-story' => url('admin/settings/content-types/story')));
$output .= '

'. t('For more information please read the configuration and customization handbook Wrapper page.', array('%story' => 'http://drupal.org/handbook/modules/story/')) .'

Pages

Subscribe with RSS Subscribe to RSS - Theme development