Panels 2

Is there a way to get the context argument to a custom content pane?

public
group: Panels
manuel garcia@d... - Tue, 2008-07-01 18:59

Hi all,

I am in a bit of a dead end here, first a brief description of our case:
2 taxonomies: artist and album
4 content types: artist, album, song, and video pulling from those taxonomies.
node overriden for all through panels2
context puling arguments for taxonomy IDs on those nodes, from both vocabularies, that drive all views panes.

This all works great (got to love panels2), but there is one piece I cant seem to get working:

I aim to have a pane on artist node overrides, that will have a flashplayer, with all videos tagged with the same artist term id, as a playlist.

Making views pager work in panels

public
group: Panels
cangeceiro - Wed, 2008-06-25 20:28

So what im try to accomplish is this....

I have a panel page that needs a calendar picker for picking dates and a taxonomy drop down form. I built a view that takes url arguments for the date. in the format of calendar/%y/%m/%d. then when a user clicks the calendar picker it returns to the panel but appending the dates as args (ie calendar/2008/6/25/ ).

using the following code I am able to make my view accept these arguments

Argument Code

$args[0] = arg(1);
$args[1] = arg(2);
$args[2] = arg(3);

$view->is_cacheable = 0;
return $args;

Footer code:

Theme creation from PSD file for newspaper/media site using mainly panel pages and mini-panels from panels 2 | Media Company

public
DrewPool - Fri, 2008-05-30 17:17
Employment type: 
Contract
Telecommute: 
Allowed

I would like to form a relationship with a contractor that can create theme(s) based on photoshop designs which we will provide. The majority of the site(s) are using panels 2 - panel pages and mini-panels to deliver views to the reader. I prefer working with those experienced with working with Drupal for newspaper / magazine / media related sites and can show examples of the previous work performed.

Our immediate need is for 1 theme to created but we're in the process of migrating many of our sites to Drupal.

Please contact me through my drupal.org contact form.

Questions about Panel Nodes

public
group: Panels
Ben Niehoff - Thu, 2008-05-22 08:01

I'm having some difficulty using Panel Nodes. Specifically, how do I add content to them? I've done the following:

  1. Edit the Panel Node
  2. Click the tab for "Panel content"
  3. Click the little plus sign on one of my panels to add a pane.

Panels 2 Context

sirkitree's picture
public
sirkitree - Thu, 2008-05-01 15:42

Here is a video I posted a while ago on the subject. I plan on doing a few more, one about relationships for sure, and some other sweet things you can do with this module. Any requests?

http://sirkitree.net/panels2-context-screencast


New Features and a New Look for Drupal NYC

marketanomaly's picture
public
marketanomaly - Wed, 2008-04-30 04:03

I've taken advantage of the new Panels integration with Groups, http://groups.drupal.org/node/10445, to create what I hope will be a more useful site for the NYC Drupal community. The site now has the a welcome panel and a featured post in the top row. The next two rows list the latest Discussions, Polls, Events, and Wiki posts. Finally, the good old river of news lists all posts to the site in chronological order.


Passing Arguments to views inside panel

public
group: Panels
avior@drupal.org - Thu, 2008-03-13 21:57

Hi There
I have been using panles 2 beta 2, with views 1.6

I want to be able to pass the panel page argument to the views inside the panel ,
I have read all the documentation here, but can't make this happen, any help will be appreciated.

I have a content type call event (with a date field called date_start)
I have set up a view called events that accept the date_start as an argument, (it's the second argument , the first is termid, and the third is RSS: RSS Feed Selector)
the view has argument code that set up the default value

How to display a Panel Page as a tab for a specific node type?

public
group: Panels
kirilius - Sun, 2008-01-20 01:44

I posted this as a support request but this group may be a better place for it.

I have just installed a fresh Drupal 5.6 and Panels 2 beta 2.

I have a custom node type called Destination. My goal is to add some content related to each Destination node as a separate tab in the main Destination node display.

Normally after viewing a node, I would see the two default tabs:
View | Edit
I just want to add another one, say called "Test Panel", so that when I am looking at a Destination node, I'll have 3 tabs:
View | Edit | Test Panel

Ability to Drag and Drop Blocks

public
group: Panels
metals83 - Thu, 2007-12-27 18:35

Hi,
I am trying to implement a feature for users to rearrange the existing blocks on the home page (netvibes way http://www.netvibes.com/ ).
Users with any role anonymous/authentic can rearrange the blocks to customize the home page but only authentic user's customization will be saved.

Syndicate content