[SOLVED] Using drupal_render($form) in custom templates

Hi all!

I've tried to use following code:

Standard text field as 'place-holder' for planned custom field type?

At some point in the future I would like to develop a custom field type for my site.

(The idea is that this would allow dates to be entered as text strings such as 'circa 1950s' or 'C19th', and for these to be 'understood' as an actual date range for searching, ordering, etc.)

Whilst being a software developer, at present I have little understanding of the Drupal API, and so am not yet in a position to create a module for my planned field type.

Taxonomy sets per group

Is there any contrib module or method that limits taxonomy by group. That is, each group would only have access to their set of taxonomy and vocabularies.

[CLOSED] Will pay someone tonight for help with custom template

I am in LA CA, USA.

You are anywhere with a phone.

I am in need of Drupal guidance.

You are a Drupal wizard.

Call me!

Need someone who can walk me through a few things on the phone for a couple hours tonight (1/7 - 1/8 2011).

So, anyone out there who can't sleep (or is in a sunny timezone right now), knows Drupal and wants to make a few bucks by PayPal call me!!

---numberremoved - silverwing --

WYSIWYG editor not loading

I have been using Drupal since D 6.3 days. For all the claims of user friendlyness of D7, I am unable to use TinyMCE or CKEditor or any other wysiwyg editor using WYSIWYG module. I have spent 2 days searching and following tutorials.

Includeing the default theme in a custom page.

I'm practicing using the hook_menu

$items['examples/page_example'] = array(
'title' => 'Page Example',
'page callback' => 'page_example_description',
'access callback' => TRUE,
'expanded' => TRUE,
);

created the menu ok but in my function I hoped to just have a blank page with the current default theme.

function page_example_description() {
include base_path() . path_to_theme() . '../page.tpl.php';
}

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x