@bpinspire
I have not done extensive testing on single WP, but I plan to before the next branch is released. Your issue sounds kind of bizarre, and I can’t think of any reason why that might be happening.
Thanks @MrMaz for the reply, I’m curious if someone have the same issue on single WP?
Maybe I am doing something Wrong. I installed the plugin via the plugin panel but when trying to add a link it gives “Please fill in all of the required fields”.
I have entered a category and a url
the description is actually requested… Marshall MAY add something for that soon…
ow… so it is a known bug?
@edelwater
nexia is talking about a different issue.
After you enter the URL hit the TAB key and see if that triggers the AJAX. You can also click anywhere else on the screen.
I would like to make something clear: I upload the bp-links plugin to the plugins folder, not mu-plugins, right?
Cause I read somewhere that it has to be in mu-plugins, cause this way it automatically activates, but I tried and nothing happens. I have it in plugin folder and it’s ok, but I thought maybe I have some issues because of this….
Thanks
@gonzales84
Yes, the plugins folder is correct. Do not put it in the mu-plugins folder.
@MrMaz when are you planning to do more testing on single WP? I want it to use so badly your plugin for the project I’m working on. I just have this blank page log out issue
i would love for this to work not only in the activity stream but also in regular blog posts for the news section…
@bpinspire
I am deep into group integration right now, then I am going to work on the activity stream integration. Once those are done I will be doing the testing before releasing 0.4. So its probably going to be a week or two at the least.
Excellent! Can’t wait for 0.4
I just tagged 0.3.1 which has only major bug fixes and translation updates.
* Fixed nasty SQL query bug, big props to windhamdavid
* Fixed broken category filtering that affected recently active links for single user
* Updated French translations, props Chouf1
* Added German translation, props Michael Berra
* Added Swedish translation, props Ezbizniz
Found a bug on 0.3.1. Running single wp and when viewing a profile/links it shows all the links on the members profile on the site. Not just the links that specific user has created.
now the french translation works well, no more bug with it… *(thanks Chouf1)
@Anton
I am seeing the same problem. Are you running BP 1.2 or 1.2.1?
I’m running bp 1.2. Will it work with 1.2.1?
@Anton
I am seeing the issue on 1.2.1 as well, so not sure how this one slipped by. I am going to get it patched up and release a fix asap.
Excellent MrMaz. Thanks for this great plugin. This is by far one of the best bp plugins!
I just tagged 0.3.2 which has some pretty significant bug fixes.
* Fixed broken paging issues
* Fixed bug with status check in some queries
* My Links now correctly only shows the displayed user’s links
* My Links activity now correctly only shows the displayed user’s links activity
Things are looking great on my install, MrMaz. No problems to report so far — thanks again for this excellent tool!
Is it possible to change the slug “links” to something else? Will it kill the plugin? Reason I’m asking is that I killed it yesterday and just want to make sure to what extent can it be configured.
@Anton
In theory you can change the slug but it needs to be tested heavily as I’m sure it doesn’t work 100% yet. This is on my list of things to do in the near future.
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.