Small bug, just needs a slight change in boost.module, line 1260.

    if (($result = module_invoke($module, $path, $data)) != NULL) {

should be

    if (($result = module_invoke($module, 'boost_preprocess', $path, $data)) != NULL) {

While I'm here, great module! Thanks for your efforts.

CommentFileSizeAuthor
#1 boost-575250.patch734 bytesmikeytown2

Comments

mikeytown2’s picture

Status: Active » Needs review
StatusFileSize
new734 bytes
dbeall’s picture

any words on what is effected by this

mikeytown2’s picture

You can run a custom function on the html output, then this can effect you. Most people never do (including me). It's been in since 4.7 if I remember correctly.

admin/settings/performance/boost
Boost advanced settings
Pre-process function:

It's what I'm looking to do as it's own module; with extras of course.
http://groups.drupal.org/node/25971

dbeall’s picture

Thank You, understand completely, have looked at that many times. I can think of a few functions in theory, but nothing I need.

mikeytown2’s picture

Status: Needs review » Fixed

committed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.