cwbe coordinatez:
101
63540
63542
2111115
1666116
4198732

ABSOLUT
KYBERIA
permissions
you: r,
system: public
net: yes

neurons

stats|by_visit|by_K
source
tiamat
K|my_K|given_K
last
commanders
polls

total descendants::
total children::1
show[ 2 | 3] flat


najde sa nejaky skusenejsi drupalista co by mi poradil?
chcem si spravit view s filtrom, ktory by mi filtroval nody podla integer fieldu (mam content type s ciselnym integer field).
Tak mam nastaveny filter na toto pole s operatorom "is greater or equal than"
a rad by som mu posuval value podla argumentu cez argument handling code field (vid. views module) cca takymto php kodom:

if ($args[0]) {
view -> filter[0] = array(
'value' => $args[0],
);
}

return $args;


ale nic sa nedeje.. :/

thready s niecim podobnym (resp. moja inspiracia):
http://drupal.org/node/70145
http://drupal.org/node/54457

som dost zaciatocnik s php aj drupalom, za pomoc budem velmi vdacny!