Enable WYSIWYG input for the 'summary' part a 'Long text with summary' field?

Hi

There might well be an obvious solution to this which I'm missing - but I'd like to enable a WYSIWYG editor for the 'Summary' part of a 'Long text with summary' field - e.g. for the body field on a standard page, I'd like to have the TinyMCE options in the 'Summary' input box. Any ideas?

Auto complete populate in Drupal 7

Hi I have created a sample module , which shows how to populate the auto-complete in Drupal7 , hope it might be useful to some of you.
<?php

function bala_blog_help($path, $arg) {
$output = ''; //declare your output variable
switch ($path) {
case "admin/help#ramblog":
$output = '

'. t("Displays the rams block on the specified location for different content types.") .'

';
break;
}
return $output;
}

'Delete item' button in custom field widget in a multiple value configuration

Hello,

Does anybody know how to implement 'Delete item' button in subject situation?
I have an 'Add another item' button, but I need to be able to remove any item from the list.

Are there any best practices for this issue?

Thanks a lot.

Somehow I hosed the module list.

Wanted to add Ubercart, said I should add Rules module. Rules requires Entity module which I already had installed but not activated. I activated it.

When I added Rules module, and clicked save, the screen went to white and something hosed the site. Now I can't get into the modules list at all. Any ideas?

Thx.

Can't post content that includes Hebrew

I run a website for a Jewish congregation. Although its an English language site, there need to some Hebrew in posts. This seems not to work. Every time an article gets posted containing a little hebrew, the site returns an error.

what is pdo exception error

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'shealth.cache_views_data' doesn't exist: DELETE FROM {cache_views_data} WHERE (expire <> :db_condition_placeholder_0) AND (expire < :db_condition_placeholder_1) ; Array ( [:db_condition_placeholder_0] => 0 [:db_condition_placeholder_1] => 1308812008 ) in cache_clear_all() (line 169 of C:\wamp\www\..\includes\cache.inc).

why i am getting this error. please help.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x