By tpainton on
Hello, consider myself a beginner in php but tend to go the right direction if someone points.
I am trying to implement a custom php filter using the Custom PHP Views Filter. I know I can crunch the code once I have the data I need.
Could someone push me in the right direction with regard to getting the array of nodes, and then pushing it back out?
Format in???
do some php.. (I think I have this.)
Format out???
The module's author has requested that all php questions be kept off the queue so I am posting here. Thanks a ton!
Comments
Bump. This seems like a very
Bump.
This seems like a very simple one..
Not 100% sure what you're
Not 100% sure what you're asking...
Have you looked into theming views? http://drupal.org/node/352970
Views PHP filter module
I need a custom filter to use in views. The view php filter module would do this but I don't know the format to accept and deliver the node array.