Permission to Administer Themes

Hi all.

I've open an issue (http://drupal.org/node/1143646), and it has been 8 days now and no one commented.

Can ANYONE PLEASE help me on this one?
I'm doing my College Monograph and I relly on this feature so I can set Themes from HTTP requests. My deadline is knocking on my door!

Notice: Undefined property: stdClass::$title With Drupal7

Hi All,
While I am trying to implement search box directly in page.tpl in druapl7 with the following code :
$block = block_load('search', 'block_view');
$block_content = _block_render_blocks(array($block));
$build = _block_get_renderable_array($block_content);
echo drupal_render($build);
The block is displaying perfectly, But it also showing some Error Message " Notice" as like below :
# Notice: Undefined property: stdClass::$title in _block_render_blocks() (line 850 of C:\xampp\htdocs\portal\modules\block\block.module).

nodereference getting values

I have a content type 'course' with a field 'level_no' this is a nodereference field to a content type 'Level'

In the 'Level' content type I have two fields 'level_no' and 'level_description'

I also have automatic node titles module installed.

when a new 'course' is created I want to use 'level_desc' and 'level_no' in the new course node title.

So far no luck in working out the php to achieve this.

So far I have various variations of what is below (to try to at least get the node title from 'Level'):

Event Calendar built with jQuery for Drupal

Drupal has an excellent full calendar module for Events:
http://drupal.org/project/fullcalendar
but I will love to know if there is a module about JQuery Event Calendar
http://www.web-delicious.com/jquery-events-calendar-wdcalendar/

Taxonomy images

I've added an image field to each taxonomy term in a specific vocabulary, the image shows up fine in the taxonomy term pages. Instead of showing the taxonomy name how can I show the image instead.

Thanks,

WYSIWYG Editing Tools Do Not Show

I've tried installing two text editors (TinyMCE and CKEditor) but neither of them displays when adding a new article, basic page, book page or forum topic. I have read through a number of forum messages and have tried the following:
- Disabling/Re-enabling the WYSIWYG module
- Cleared cache files
- Running Cron
- Uploading the TinyMCE and CKEditor files in binary mode
- changing permissions to the TinyMCE and CKEditor directories to remove Write permissions
- verifying that no files were missing from the packages after uploading.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x