[PHP] core.search_modify_tpl_ary

These requests for events in core phpBB have been merged into 3.1/Ascraeus and will be available with the next release.
Post Reply
User avatar
MattF
Extension Customisations
Extension Customisations
Posts: 675
Joined: Mon Mar 08, 2010 9:18 am

[PHP] core.search_modify_tpl_ary

Post by MattF »

Identifer: core.search_modify_tpl_ary

Location: search.php

Before: $template->assign_block_vars('searchresults', array_merge($tpl_ary, array( line 1002

Parameters: $row, $tpl_ary

Explanation: Allow extensions to modify the searchresults template block arrays, they are stored in $tpl_ary before being merged into the 'searchresults' block vars array. (This should be functionally the same as core.viewforum_modify_topicrow)

For example, Topic Preview MOD uses this add first_post_text titles to topics in the search results.
Last edited by MattF on Fri Jul 19, 2013 4:16 am, edited 3 times in total.
Has an irascible disposition.

User avatar
MattF
Extension Customisations
Extension Customisations
Posts: 675
Joined: Mon Mar 08, 2010 9:18 am

Re: [PHP] core.search_modify_searchresults

Post by MattF »

Bump: Updated identifier, location, parameters and explanation. :)
Has an irascible disposition.

Post Reply