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!
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).
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.
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.