Working with Buddypress 1.5
-
I’ve been making some changes to this plugin to work with BuddyPress 1.5.
It was a quick job and I have not gone into detail, but basically works.How could share with you all?
Sorry for my English is very poor
-
Hi!
I would be greate ful if you could share this with us! maybe use github.
or if it’s really no complicated a simple blog post would be enough!
thank you in advance
thanks !
rapidshare.com is an alternative one.
or use http://pastebin.com/ if you only changed some files
Here’s the link to that you can download the module with the modifications I have done. Sure there are still bugs, but works for me.
I know this is not the best way, perhaps the developer can update the plugin module including this in a new version. I now have very little time. Sorry.
thanks I’ll give it a try!!
I trying it kinda works but there is no links tab in groups.
did you manage to make that work?And also I don’t manage to get the link image showing. it manages to fetch it when posting the link but then it disappear. Did you also experience that?
Another big problem: Admins can’t delete the links

Thanks for your effort though, let’s collab and get this plugin working
Hi again
@nosoura I see the links tab in the groups and also works image links for me
@aronprins Links only cant be deleted from admin panel in dashboardThis weekend I will set it in a new BuddyPress mine and try to solve these problems. Thanks for the comments
@hornetalcala I know that, but not from the front-end either… it shows an error that the page cannot be found!
Owners can delete it, but non-owners such as admins can’t edit or delete the links
cheers,
AronCan anyone give me feedback?
I’ll try later today and give you an update!
I’ll be keen to give it a whirl tomorrow. Thanks for the efforts so far

i get this when activating the plugin
Fatal error: Class ‘BP_Group_Extension’ not found in /xxxxxxx/buddypress-links/bp-links-groupext.php on line 5
To get the widget working with BuddyPress 1.5, in bp-links-widgets.php on line 7, replace `add_action( ‘bp_init’, ‘bp_links_register_widgets’, 11 );` with `add_action( ‘bp_register_widgets’, ‘bp_links_register_widgets’, 11 );` and the BuddyPress Links widget now appears among the available widgets.
Anyone have a fix yet for the Fatal Error relating to the ‘BP_Group_Extension’?
i uploaded the plugin as modified by hornetalcala; activated with no problem, went through the Create Link process easy as pie. until it was time to save…clicking Save Link gives me a page not found error, but a link placeholder, for lack of a better term – meaning, it looks like i’ve added a link, but try to get there and it’s page not found.
i did, just to be sure, double-check my htaccess file, but all appears right there. thoughts?
Hello, i’ll try solve this issues this weekend.
I have install this pluing in a production site and works fine
@hornetalcala Hey!
Thanks again for working on this plugin
I think that if your could make the output of for e.g the youtube url http://www.youtube.com/embed/-Ix5dicdL7c like this all you have to do is hardcode the iframe code:
<iframe width="420" height="315" src="”" frameborder=”0″ allowfullscreen>It would auto load right?!
@hornetalcala Thanks for your work, I also got the same error as @nosoura, “Fatal error: Class ‘BP_Group_Extension’ not found in /xxxxxxx/buddypress-links/bp-links-groupext.php on line 5″ and had to delete the plugin via FTP to deactivate it.
You must be logged in to reply to this topic.