Fork me on GitHub

How to call hooks  Bottom

  • How do you go about callingthe autolink hook. I have an array of data that I want processed, but cannot seem to get it to call correctly.

    Thank you,
    Ferretlover
  • Nevermind...found it, and it works icon_smile
  • Always post back a solution when you've found it on your own so that everyone can benefit from your experience.

    -Mark

    --
    Visit My homepage and Zikula themes.
  • here is the code I found:

    Code

    list($title,
                     $content) = pnModCallHooks('item',
                                                'transform',
                                                '',
                                                array($title,
                                                      $content));

    orriginally posted in /forums.postnuke.com/index.php?name=PNphpBB2&file=viewtopic&t=7296"" title="this thread">this thread by markwest (thank you icon_smile )

    I am quickly finding these forums a better sourse of info than any docs out there icon_biggrin

    Take Care,
    Ferretlover

This list is based on users active over the last 60 minutes.