Problem/Motivation

PHP filter is a security problem and many sites won't want to turn on that module.

Proposed resolution

Find and fix each time we use it:
complicated- views header
done- autonodetitle

Remaining tasks

Redo the views headers, which have to be live php (they depend on the logged-in user).

Possible Approaches:
views_alter hooks?
using php to call the view, so alterations can be made, rather than just importing the view.
preprocess?

Comments

stephen verdant’s picture

Status: Active » Closed (fixed)
stephen verdant’s picture

The trickiest piece, that may get revisited and rewritten but seems to be working fine so far, is: function verdant_share_views_pre_view which rewrites $view->display_handler->options['header']['text']['content']

stephen verdant’s picture

Assigned: Unassigned » stephen verdant