Download & Extend

How to get the arguments when using Ajax

Project:Views Custom Field
Version:6.x-1.0
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

I get my arguments 1 and 2. I use Ajax so I can not use eg $ _GET [ 'tid'].

Is there a solution to this problem?

Thank you in advance for your valuable help!

Comments

#1

No idea for this problem?

#2

Category:task» bug report

I think that this issue is in reality a bug when it concerns ajax paged views.

If I use

<?php
$node
=node_load($data->nid);
?>

into a Customfield: PHP code field, it gives back the correct instance only for the first page.
For subsequent pages, the answer is always the same as the first page.

nobody click here