Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BuddyPress-Links 0.3 FINAL is here at last


bnt76
Participant

@bnt76

Just a quick one thought I would point out to, I have managed to integrate sexy bookmarks into the actual link see here:

http://www.wpin.me/links/whats-coming-in-wordpress-3-0-features

How did I do it?

Basically opened up the following file

wp-content/plugins/buddypress-links/themes/bp-links-default/single/link-header.php

In the link-header.php find:

<div id=”item-meta”>

<span class=”domain”><?php bp_link_url_domain() ?> –</span>

<?php bp_link_description() ?>

<?php do_action( ‘bp_link_header_meta’ ) ?>

</div>

and insert <?php if(function_exists(‘selfserv_sexy’)) { selfserv_sexy(); } ?> in between

<?php bp_link_description() ?> and <?php do_action( ‘bp_link_header_meta’ ) ?>

Thats it select the bookmark sites you want and ta da!

my first contribution, I feel giddy.

Skip to toolbar