Actions
Feature proposal #3662
closedAdd trigger to writepagelinks function
Description
As described in ticket system 289225
add a event trigger to the writepagelinks function
online #894 of administratorcomponentscom_comprofilercomprofiler.class.php
add
$_PLUGINS->trigger( 'onBeforeWritePagesLinks', array($limitstart, $limit, $total, &$ue_base_url, &$search, $prefix ));
Files
Updated by nant over 12 years ago
- Status changed from New to Assigned
- Assignee set to krileon
- Target version set to CB 1.9
Updated by krileon about 12 years ago
- File 3662.patch 3662.patch added
- Status changed from Assigned to Resolved
- Assignee changed from krileon to beat
- % Done changed from 0 to 100
implemented an onBefore and onAfter. The onBefore allows editing of base url and search by reference. The onAfter allows editing of the HTML output by reference so the entire paging can be replaced basically.
Updated by beat about 12 years ago
- Status changed from Resolved to Closed
- Estimated time set to 1:00 h
Committed as proposed in r1882 .
Actions