This forum is for assistance with theme development.

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/')) .'

is # sign in array Drupal or php?

I am reading the excellent explanation of forms api by merlinofchaos.
http://api.drupal.org/api/HEAD/file/developer/topics/forms_api.html

He has this example.

form['foo'] = array(
'#type' => 'textfield',
'#title' => t('bar'),
'#default_value' => $object['foo'],

What does the # sign mean? I can't find it in any of my php books. I looked under # and pound sign in the books and on Google.

Current Tabbed Problem

Im using a simple tabbed list for navigation of primary links. Is there anyway to easily sense the current page and restyle that corresponding tab or will I need to hack the core and insert an id="current" or some such?

Pages

Subscribe with RSS Subscribe to RSS - Theme development