Default message when no posts exists in Drupal 7?

I'd like a default message under my control to appear when no content is marked to show on the front page (or published). Right now, I am getting the "No content has been created yet". How do you change that without hacking the node module?

Any way to put 'Clear Cache' button on the toolbar? (D7)

Is there any way to put the 'clear cache' button on the admin toolbar?

Thanks

Accessing admin are with admin theme via URL in D7?

In building themes I often don't put a login block on the page but have my clients access the admin area thru a direct url.

It seems in D7 I can't seem to access the admin login screen with the admin theme. If I go to site.com/admin I get the theme I'm developing, but no login form.

thanks

Question RE: Drupal 7 Admin Toolbar and Theming.

Hello -

Is it possible to make the toolbar "float" over the top of the theme? While theming having the toolbar push the page content is a little cumbersome. Is this possible? I know I can turn off the toolbar - but this would be better.

Drupal 7 Video Solutions?

Hi, I am hoping somebody could let me know a solution they are using for showing video content on their Drupal 7 site. My client does not mind if the videos are hosted elsewhere (i.e. YouTube etc..) or actually uploaded to the new site.

My ideal solution would be to create a 'video' content type with a 'video' field (upload or link) as I'd like to use this content in Views. I don't really want to add video to a wysiwyg editor in the node body.

I have tried two ways to get this to work.

Firstly I used the MediaFront module along with the Open Standards Media Player but I could not get the video player to play the video. The module is still in beta and both the recommended and dev versions just wouldn't play ball.

Then I tried the Media and Media: YouTube modules which did allow me to create the correct content type and link to a YouTube video. Unfortunatly whatever I try I just see a thumbnail of the video when I go to the node. My settings were manage fields -> "Multimedia asset" and "Media file selector" and display fields -> "Original".

I have seen the Dawson Arts site which is achieving YouTube integration. I asked the creator Morningtime how he did it and he has generously shown me how.

Drupal 7 FCKEditor with Wysiwyg but IMCE isn't working

Hallo,

I'm quite new with Drupal 7. I use the default theme of drupal 7. I installed the wysiwyg module with the fckeditor. After that i configured the FCK and Wysiwyg to upload files via a button and its working perfectly. But now I dont want the default filebrowser. So i decided to install IMCE and the Wysiwyg IMCE bridge modul.

But still I'm not able to use IMCE here are my config files

drupal-7.0/sites/default/modules/wysiwyg/editors/fckeditor.inc

function wysiwyg_fckeditor_settings($editor, $config, $theme) {
$settings = array(
'EditorPath' => base_path() . $editor['library path'] . '/',
'SkinPath' => base_path() . $editor['library path'] . '/editor/skins/' . $theme . '/',
'CustomConfigurationsPath' => base_path() . drupal_get_path('module', 'wysiwyg') . '/editors/js/fckeditor.config.js',
'Width' => '100%',
'Height' => 420,
'LinkBrowser' => FALSE,
'LinkUpload' => FALSE,
'ImageBrowser' => TRUE,
'ImageUpload' => FALSE,
'FlashBrowser' => FALSE,
'FlashUpload' => FALSE,
// By default, FCKeditor converts most characters into HTML entities. Since
// it does not support a custom definition, but Drupal supports Unicode, we
// disable at least the additional character sets. FCKeditor always converts
// XML default characters '&', '<', '>'.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x