PDA

View Full Version : vbCMS: replace text in article in section list


fireball2k
04-04-2011, 10:48 AM
Hi everyone,

I wrote some code which is able to replace a custom tag (called "[amazon]") with information fetched by amazon api (image, text, product link).

This works fine when displaying a single CMS Article, but in section list, I've got no clue which hook to use to manipulate the displayed preview text.

Any hints?

Best regards,
Marcus

Lynne
04-04-2011, 03:08 PM
If you go into debug mode (search articles to see how and do it on your test site), then you will get a list of the hooks used on that page on the bottom of your page. Try those.

fireball2k
04-04-2011, 04:39 PM
Found it, thanks! Works like a charm :)