To add the linksbacks/pingbacks listing to other skins:
- Login to your Admin Control Panel
- Navigate to Look & Feel
- Click the button to the right of the skin you wish to add the links to and select 'Edit Template HTML'
- Click on 'Topic View' from the resulting list
- Click on 'RenderRow' from the 'Topic View' templates results (Note: you can actually add the links to any 'Topic View' template you wish)
- Find in the template:
<div class="postcolor" id='post-{$post['pid']}'> {$post['post']} {$post['edit_by']} <if="$post['post_edit_reason'] != ''"> <div class='post-edit-reason'> {$this->ipsclass->lang['reason_for_edit']}: {$post['post_edit_reason']} </div> </if> <!--IBF.ATTACHMENT_{$post['pid']}--> </div> - Add the following code immediately below the found html:
<if="$post['trackback_display']!=''"> <br /><b>{$this->ipsclass->lang['linkbacks']}</b><br />{$post['trackback_display']}<br /> </if> - Click 'Save Template Bit'

Sign In
Register
Help



MultiQuote