Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

[CSEO 1] How do I add the linkbacks at the end of displayed posts Rate Topic: -----

#1 User is offline   admin Icon

  • Administrator
  • PipPipPip
  • Group: Root Admin
  • Posts: 7,805
  • Joined: 25-January 07

Posted 03 February 2007 - 09:02 AM

By default, CommunitySEO only displays the linkbacks and pingbacks inside posts when using the installed Spider Skin.

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'
Note: The listing will not be displayed if there are no linkbacks or pingbacks to display. Also note that by default, CommunitySEO does not install the linkbacks form submission blocks to allow members to add linkbacks. Please see the following article to add this to your other skins as well.
0

#2 User is offline   twistedgamer Icon

  • Advanced Member
  • PipPipPip
  • Group: Customers
  • Posts: 368
  • Joined: 09-November 07
  • Gender:Male
  • Location:Middle of the Desert state

Posted 16 January 2008 - 11:31 PM

Can some one clue me into what benefit this has on a forum?

I can understand when one blog links to another blog, but hows this work for a forum?
0

#3 User is offline   admin Icon

  • Administrator
  • PipPipPip
  • Group: Root Admin
  • Posts: 7,805
  • Joined: 25-January 07

Posted 17 January 2008 - 06:03 AM

It's the same idea as blogs linking together.

You end up with a reciprocal link to another, generally related, site. Backlinks are good for PR, so you are helping google find a backlink to your site, basically.
0

#4 User is offline   smallblockfuelie Icon

  • Advanced Member
  • PipPipPip
  • Group: Customers
  • Posts: 238
  • Joined: 10-September 07
  • Gender:Male
  • Location:CA

Posted 28 April 2008 - 06:02 PM

I guess I better add it to my skins, then!
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users