Panels

Panels content type render first patch

  1. Index: includes/display-render.inc
  2. ===================================================================
  3. RCS file: /cvs/drupal-contrib/contributions/modules/panels/includes/display-render.inc,v
  4. retri

WSOD error from menu_execute_active_handler() - on homepage (using Panels

  1. menu_execute_active_handler(): returned NULL - it's very bad!
  2. WSOD detected!

Fix for Panels show/hide panes js

  1. /** Toggle pane show/hide button **/
  2. Drupal.Panels.bindClickToggleHidden = function (o) {
  3.   $('input.pane-toggle-hidden').unbind('click');
  4.   $('input.pane-toggle-hidden').click(function() {
  5.     va

Fix for Panels 3 Beta1 db update error part II

  1.     * user warning: Duplicate column name 'relationships' query: ALTER TABLE panels_page ADD COLUMN relationships longtext in /home3/deadfish/public_html/openpublish/sites/all/modules/panels/panels.in

Fix for Panels 3 Beta1 db update error part II

  1.  

Loading handler from code

  1. <?php
  2. function advanced_profile_ctools_plugin_api($module, $api) {
  3.   if ($module == 'delegator' && $api == 'delegator_default') {
  4.     $module_path = drupal_get_path('module', 'advanced_profile');

Panels 3 Beta1 db update error part II

  1.  

Panels 3 Beta1 db update error

  1. An error occurred. http://www.isummer.com/update.php?id=18&op=do

Modules that use Panels

  1. D6P2 Panels Sections http://drupal.org/project/panels_sections
  2. D6P2 Panels Plugin Example http://drupal.org/project/panels_plugin_example

P3 CT article - as text

  1. When you open the dialog to add content to your Panel, there are many items already in there which come from core and contributed modules you have installed.
Syndicate content