@Laurent : Tu tombes à point Laurent juste ce dont j’avais besoin
This plugin will make some happy people, starting with me, thanks !!!
Off to testing
.: COO - Commerce Guys - Community Driven Innovation :.
MODx est l'outil id
Quote from: laurentc at Apr 16, 2007, 08:27 AMThe actual version modify ALL the links in the page.
If you want to apply this plugin only in the content make this changes :
- Event is OnLoadWebDocument and not any more OnWebPagePrerender
- Modify the line : case ’OnWebPagePrerender’: to case ’OnLoadWebDocument’:
- Modify the line : $o = $modx->documentOutput; to $o = &$modx->documentObject[’content’];
Just when I was about to ask... great !
.: COO - Commerce Guys - Community Driven Innovation :.
MODx est l'outil id
This is great! Thank you for the awesome work!
As cool as this is, what I am after is a plugin like alinks on wordpress and Drupal. This plugin lets you specify a set of keywords and a destination url, then on page load dynamically assigns links to any keywords found, i.e as far as the spiders are concerned you are doing massive deep linking but without having to go into every individual post. It is a seriously cool plugin and I would love to have something like that for MODx.