Fusion Accelerator needs to be updated to allow users to apply skins to Panels Layouts, regions and panes.

CommentFileSizeAuthor
#9 panels-fusion-did-1373296-0.patch1.42 KBdrupalninja99
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

aquariumtap’s picture

Title: Fusion Accelerator does not support applying skins to Panels » Support Panels
esmerel’s picture

If you're using the Panelizer module (http://drupal.org/project/panelizer) and try to create new panel items, fusion apply is unhappy.

Notice: Undefined property: stdClass::$did in panels_panels_pane_content_alter() (line 77 of /var/www/esmerel/drupal-7.0/sites/all/modules/fusion_accelerator/fusion_apply/modules/panels.fusion.inc).
Notice: Undefined property: stdClass::$did in panels_fusion_apply_preprocess_index_handler() (line 65 of /var/www/esmerel/drupal-7.0/sites/all/modules/fusion_accelerator/fusion_apply/modules/panels.fusion.inc).
Notice: Undefined property: stdClass::$did in panels_panels_pane_content_alter() (line 77 of /var/www/esmerel/drupal-7.0/sites/all/modules/fusion_accelerator/fusion_apply/modules/panels.fusion.inc).
Notice: Undefined property: stdClass::$did in panels_panels_pane_content_alter() (line 77 of /var/www/esmerel/drupal-7.0/sites/all/modules/fusion_accelerator/fusion_apply/modules/panels.fusion.inc).
Notice: Undefined property: stdClass::$did in panels_fusion_apply_preprocess_index_handler() (line 65 of /var/www/esmerel/drupal-7.0/sites/all/modules/fusion_accelerator/fusion_apply/modules/panels.fusion.inc).

I did a git pull on both fusion core, and accelerator before trying to create a new panelized item and these happen on save or any visit to a panelized page. Note: i have not tested this with Panels proper

http://esmerel.logrus.com/drupal-7.0/node/44

esmerel’s picture

Once we have panels support, make a note for me so I can update the documentation on our website. There's a 'panels and skinr' page that specifically needs updating.

humanurine’s picture

Sorry

humanurine’s picture

Version: 7.x-2.0-alpha2 » 7.x-2.0-beta1

I am new to drupal, I dont know if it is related , but I get this after updating fusion:

Notice: Undefined property: stdClass::$did in panels_fusion_apply_preprocess_index_handler() (line 65 of ...(localhost)... drupal7/sites/all/modules/fusion_accelerator/fusion_apply/modules/panels.fusion.inc).
Notice: Undefined property: stdClass::$pid in panels_fusion_apply_preprocess_index_handler() (line 65 of ...(localhost)... /drupal7/sites/all/modules/fusion_accelerator/fusion_apply/modules/panels.fusion.inc).

On more question, I am not using fusion theme anymore, does it make sense to keep on using Fusion Accelerator over the Skinr module?
Thanks

esmerel’s picture

You definitely can use it; Fusion themes have specific code that take special advantage of accelerator built in, but you can write skins given the documentation. Up to you. :)

esmerel’s picture

drupalninja99’s picture

Is there a way to like disable fusion accelerator for panels so that I don't get all of these notice errors?

drupalninja99’s picture

Status: Active » Needs review
FileSize
1.42 KB

Attempting to create a patch that at least removes the did notice errors.

Status: Needs review » Needs work

The last submitted patch, panels-fusion-did-1373296-0.patch, failed testing.

drupalninja99’s picture

Sorry, I thought I submitted this in the openchurch queue as a stop-gap for the time being to prevent notice errors. I don't submit patches very often so I am not sure why it failed.

esmerel’s picture

Feature requests for panels support: #633008: Define grid based panels layouts

trotskyicepick’s picture

Version: 7.x-2.0-beta1 » 7.x-2.x-dev

Same problem here with latest dev version of Fusion Accelerator.

Subscribing.