I'm looking for an example renderer or some documentation on how to create a renderer.
The page http://manual.b2evolution.net/Renderer_Plugin just seems to go round and round in circles finishing with a broken link.
Is there a skeleton class with everything defined that just allows me to override the bits I need with some instructions of what each bit does.
Any help will be greatly appreciated.
All you need is to add methods like these and modify $params['data']
"Render" events are called once and the content is saved to DB
RenderItemAsHtml
RenderItemAsXml
RenderItemAsText
"Display" events are called on each page view
DisplayItemAsHtml
DisplayItemAsXml
DisplayItemAsText
Example