Drupal 7 Themes site now running Drupal 7.9

Well, the subject says it all. I finally got around to upgrading the Drupal to version 7.9 on the themes website.

http://bit.ly/sbL2RJ

Enjoy,

\@matthias

views with colorbox / new screen / fancybox / lightbox2

Hi to all,
I have content type that include a iframe video code ( youtube ).
how can i create a view that can show me all thats contents type, but when I click on the links I will get just the iframe ( not all the node ) in colorbox / new screen - javascript / fancybox / lightbox2?
Can it possible?
Thanks in advance.

Site Grouping

I am working on government site in drupal. the main features required are user management, webform, search, multilingual etc. The content of the site will be created by departments and content will go through the many workflow process. and the published content can be accessed by public. I have explored all these features, but i would like to know some expert advise on the following.

Bug Drupal? when i copy the theme Bartik to site/all/themes

Sorry for my english.

I installed Drupal 7.9, i wan to create mi own theme but, copying all file of the theme Bartik From the core to Sites/all/themes, then i rename the file to mitheme, also mitheme.info, then i enable the theme in mi drupal/appearence/mitheme, it enabled well, but, when i refresh the site, there is a ERRROR.

Error in the site
Notice: Undefined variable: hide_site_name in include() (line 98 of C:\wamp\www\dptutusPSD\sites\all\themes\tutospsd\templates\page.tpl.php).
Notice: Undefined variable: hide_site_name in include() (line 108 of C:\wamp\www\dptutusPSD\sites\all\themes\tutospsd\templates\page.tpl.php).
Notice: Undefined variable: hide_site_slogan in include() (line 115 of C:\wamp\www\dptutusPSD\sites\all\themes\tutospsd\templates\page.tpl.php).

Error in the dashboard
Notice: Undefined variable: hide_site_name in include() (line 98 of C:\wamp\www\dptutusPSD\sites\all\themes\tutospsd\templates\page.tpl.php).
Notice: Undefined variable: hide_site_name in include() (line 108 of C:\wamp\www\dptutusPSD\sites\all\themes\tutospsd\templates\page.tpl.php).
Notice: Undefined variable: hide_site_slogan in include() (line 115 of C:\wamp\www\dptutusPSD\sites\all\themes\tutospsd\templates\page.tpl.php).

I fix this ERROR in appearence/mitheme/configuration, and uncheked de Sitename And the Site Slogan

i dont know if it is a bug, or its my foult??

Multiple buttons in custom ckeditor plugin

I created a module that uses a jQuery syntax highlighting plugin. In that module I worked out how to create a custom button in ckeditor that inserts a pre tag, this all works fine. Can anyone tell me the proper way to add more than just one button.

Here is the code so far:

.module

<?php
/**
 * Implementation of hook_ckeditor_plugin().
 */
function wa_syntaxhighlight_ckeditor_plugin() {
  return array('syntax' => array(
    'name' => 'syntax',
    'desc' => t('Plugin for inserting Syntax Highlighting tags.'),
    'path' => drupal_get_path('module', 'wa_syntaxhighlight') .'/plugins/syntax/',
  	'buttons' => array(
  		'Syntax' => array(
        'icon' => 'images/icon.png',
        'label' => 'Syntax',
      ),
    ),
  ));
}
?>

plugin.js

/**
* @file Plugin for inserting Syntax Highlighting tags.
*/
( function() {

CKEDITOR.plugins.add( 'syntax',
{
requires : [ 'styles', 'button' ],

init : function( editor )
{
var addButtonCommand = function( commandName, styleDefiniton )
{
var style = new CKEDITOR.style( styleDefiniton );
editor.attachStyleStateChange( style, function( state ) {
!editor.readOnly && editor.getCommand( commandName ).setState( state );
});

Suggestions on how to grant edit permissions to referenced items..

Not even sure how to explain this but here goes..

I have Drupal "User" accounts a "Business" content type and a "Staff" content type..

In the "Business" content type there is a "Manger" entity reference field that refers to the "User" account that is the manager for this information..

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x