This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

custom rendering of CCK nodes

I'm an experienced developer, but a drupal newbie. I'm looking for a little advice about how to handle display of CCK nodes.

How to align the webform content

After inserting fielda into the webform how I make the proper alignment to fields.
How I enter the radio buttons into my fields.

Block not showing in different theme

Hi,
I am using 2 themes

1. Theme_main (for home page)
2. Theme_inner (for inner page)

for my site.I use 'View Theme' module to show different theme for home and inner pages. I created a Block called 'innerleft' by adding

function phptemplate_regions() {
return array(
'left' => t('left sidebar'),
'right' => t('right sidebar'),
'content' => t('content'),
'header' => t('header'),
'footer' => t('footer'),
'flashnews' => t('flashnews'),
'innerleft' => t('innerleft')

Modifications to Avatar selection

Hi all,

I installed the avatar_selection module in a drupal website called www.eternalfight.com that i'm developing and i want to show some modifications i've made.

You can go to www.eternalfight.com and test the module going to user account and click on edit tab. I've created a test user (user: test: pass: test) or you can create a new one.

The original avatar_selection shows all the images without pagination and with the original sizes. With my modifications now it have pagination and using image_cache all the images have the same sizes. Furthermore i have added some ajax to make it more attractive.

At the moment i've only test it in firefox, in explorer it can have some visual bugs, i don't know.

The modifications are:

Yet another WYSIWYG editor for Drupal:"Whizzywig"

I know of course there are several wysiwyg and other type of editors modularized in Drupal,
but there is yet another cool "web based Rich Text Editor" named Whizzywig.
Just try to search "web based Rich Text Editor" in Google to see where this is.
This is not only functionally enhanced but also light weight.

Regarding Alphabetical Pagination

Hi Every one

I have created new module using Drupal Api to list all my movie details , but my problem is i want to have a Alphabetical Pagination that has to be added to my module

Can any one help, whether there is any module or snippet available so that it can be added to my module

with regards
santhana krishnan.v

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions