Making views pager work in panels
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:
Read moreQuestions about Panel Nodes
I'm having some difficulty using Panel Nodes. Specifically, how do I add content to them? I've done the following:
- Edit the Panel Node
- Click the tab for "Panel content"
- Click the little plus sign on one of my panels to add a pane.
Panels 2 Context
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
Read moreNew Features and a New Look for Drupal NYC
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.
Read morePassing Arguments to views inside panel
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?
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
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.

