Project

General

Profile

Actions

Feature proposal #3662

closed

Add trigger to writepagelinks function

Added by nant over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
22 August 2012
Due date:
% Done:

100%

Estimated time:
1:00 h

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

3662.patch (1.05 KB) 3662.patch krileon, 19 October 2012 21:20
Actions #1

Updated by nant over 11 years ago

  • Status changed from New to Assigned
  • Assignee set to krileon
  • Target version set to CB 1.9
Actions #2

Updated by krileon over 11 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.

Actions #3

Updated by beat over 11 years ago

  • Status changed from Resolved to Closed
  • Estimated time set to 1:00 h

Committed as proposed in r1882 .

Actions

Also available in: Atom PDF