argument

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
eawheeler's picture

Placeholders in vanilla panopoly

I've been searching for a way to pass placeholder url arguments (e.g. %argument, !argument, etc.) to views in unmodified Panopoly. I can't seem to when adding content using Panopoly's Content function (admin/content). On the other hand, I am able to pass arguments using configuration options found under the Page Manager interface (admin/structure/pages). Panopoly doesn't enable the standard Page Manager interface by default.

Read more
abendy's picture

Ajax-ified View creating problems with pager

I have a view which accepts taxonomy terms as arguments. I have accomplished the basic functionality using an ajax request.

Problem is, now the pager href is in the format of the ajax request (I'm guessing this is because the output came from that url) as opposed to: "?page=2" etc.

Does anyone have any tips on overcoming this? Cheers

Ajax code:


var container = $('#content-inner');

$('#block-menu-secondary-links a').bind('click', function(){
    var trigger = $(this);
    var arg = trigger.attr('title');

    doAjax(arg,container);
Read more
apan666's picture

argument i views

Nu är jag här igen.
Mitt problem den här gången rör argumenten i views.
Det som jag försöker göra är att använda flera termer som argument till min view, där alla måste stämma för att noden(erna) ska visas.
exempel: doman.se/2007/januari ska bara visa noder som har termerna "2007" och "januari" (som inte har någon relation till varandra).
Termerna ligger alltså inte:

-2007
--Januari
--Februari
osv.

utan är helt oberoende av varandra.
Det känns som att man vill få in en eller flera "AND" i sql:en på nåt sätt nånstans, men jag fattar inte hur.

Read more
Subscribe with RSS Syndicate content