Andy,
Sorry, I've been buried with a couple of projects.
It shouldn't matter which 'set' of templates you use. Just which specific template. Remember the coding is slightly different depending on if you are calling the plug-in from the Listing Details, Listing Summary, or Reviews templates.
From my page describing the plug-in (
gomoxiemedia.com/content/view/46/41/
):
- Listing Details - we'll add the users avatar to the template with the following code:
[code:1]<?php $this->plugin( 'cbprofilelink', $this->link, 'avatar') ?>[/code:1]
- Listing Summary - we'll add the owners name to the template with the following code:
[code:1]<?php $this->plugin( 'cbprofilelink', $link, 'name') ?>[/code:1]
- Reviews - we'll add the profile icon to the template with the following code:
[code:1]<?php $this->plugin( 'cbprofilelink', $review, 'icon') ?>[/code:1]
If that doesn't work for you, send me the template code you are trying to add it to and I'll take a look.