Skip to:
Content
Pages
Categories
Search
Top
Bottom

BuddyPress Links 0.3-beta released for testing


  • MrMaz
    Participant

    @mrmaz

    OK, guys. You talked me into it. I just committed version 0.3-bleeding to trunk and tagged it 0.3-beta.

    This is BETA. No guarantees that things won’t change. DO NOT use this bleeding edge on a live site.

    * Baseline BuddyPress 1.2 support, REQUIRES BP 1.2-RC2 or higher

    * Removed classic theme support (may re-support in the future if there is a huge demand)

    * Wire support has been dropped and replaced with the activity stream

    * Deep and seamless activity stream integration, complete with RSS feeds

    * @mentions support, complete with e-mail notifications

    * Lightbox for viewing photos and videos without leaving the site

    * Moved template files to plugin dir to ease future upgrading

    * Added support for template overriding from child theme

    * Moved link loop item HTML from hard coded PHP to a template (links-loop-item.php)

    * Added the much requested filters for link REL and TARGET

    * Completely hooked into default theme AJAX (no duplicate functionality)

    * Fixed several trivial bugs

    You can download the 0.3 beta here:

    http://wordpress.org/extend/plugins/buddypress-links/download/

    (It may take a few minutes to show up there)

    Please post all bug reports to this thread.

Viewing 25 replies - 1 through 25 (of 59 total)

  • geoffm33
    Participant

    @geoffm33

    Thanks for releasing a beta!

    With mine activated here is what happens:

    1. All activity is filtered/stream is now empty
    2. Links item in top menu results in a 302 redirect to the document root
    3. Pasting a link in the activity text area has no effect.

    Buddypress: trunk

    Wordpress: 2.9.1

    Buddypress Links 0.3-beta

    Child theme (bp-default parent) that alters headers.php, sidebar.php, index.php, footer.php

    Thanks!!


    r-a-y
    Keymaster

    @r-a-y

    Using WPMU 2.9.1.1, BP trunk installed in a subdirectory and a fresh install of BP Links bleeding, I get a wordpress “Page Not Found” for the links directory.

    Also, if the “BP Links” settings menu can reside under the main BuddyPress menu, that would be great.


    tinus2
    Participant

    @tinus2

    i installed the bleeding version and am now sweatin’ blood myself, getting the following on a wpmu 2.9.1, bp 1.2 rc, bp-links bleeding install:

    [08-Feb-2010 22:56:40] PHP Fatal error: Call to undefined function is_user_logged_in() in /home/public_html/wp-content/plugins/buddypress/bp-core/bp-core-templatetags.php on line 676

    edited to include that i’ve got bp default theme activated


    Bowe
    Participant

    @bowromir

    I get the same error as Ray has.. Page not found.. Looking forward to testing this :)


    r-a-y
    Keymaster

    @r-a-y

    Also if you’re using a child theme of bp-default, the stylesheet URL links to:

    /wp-content/plugins/buddypress-links/themes/bp-links-custom/style.css

    which doesn’t’ exist.

    But the actual location of it is:

    /wp-content/plugins/buddypress-links/themes/bp-links-default/style.css

    [EDIT]

    Looks like the magic happens here:

    /wp-content/plugins/buddypress-links/buddypress-links.php

    There’s a couple of defines here that can be overriden in bp-custom.php.

    Will play with this a bit more when I have some time.


    MrMaz
    Participant

    @mrmaz

    Thanks to everyone who tested so far. I am going to work on these issues tonight and tomorrow. I hope the single WP support doesn’t hurt too much, argh.

    Question: Can somebody please test with MU 2.9.1 or higher, bp-default theme activated, and NO child theme? This is what I have working in my sandbox with none of the above reported issues.


    Bowe
    Participant

    @bowromir

    I now have:

    WPMU 2.9.1

    BP 1.2 RC2

    BP Default 1.2 (loaded from the plugin dir)

    the template is loading fine for the profile page but I get a error: no links found

    and I can not add new links. If I go to the links page I get a page not found error.

    Hope this helps :)


    MrMaz
    Participant

    @mrmaz

    @Bowe

    I think get_blog_option() is not working the way I expect it to. Can you try adding this line to wp-config.php and see if it helps?

    define ( ‘BP_LINKS_THEME’, ‘bp-links-default’ );


    geoffm33
    Participant

    @geoffm33

    define ( ‘BP_LINKS_THEME’, ‘bp-links-default’ );

    That seems to fix a lot for me!


    paulhastings0
    Participant

    @paulhastings0

    I would definitely ask that BP Links support the classic theme.


    Anton
    Participant

    @antonrsaopencirclecoza

    The RSS feed doesn’t work. If you click the RSS feed link from the /links directory you are routed to the home page. When clicking on “comments” on the feed, you are taken to the comment list but site wide activity stream is also viewable underneath the comments.


    gpo1
    Participant

    @gpo1

    Auto embedding does it mean if user uploads media to youtube ,it then embeds into BP link.

    Like auto-stream without copy& paste ?


    msrecko
    Participant

    @msrecko

    Hi,

    I’m using WPMU 2.9.1, BP 1.2rc2, BP links 0.3b, BP – Default theme (no child theme)

    I’m admin/founder of http://blogge.rs “My links” at home page show me all links not only mine (same things are with buddypress profile ….).

    Tnx,

    Srecko


    David Angel
    Participant

    @davidangel

    Running smoothly here so far: http://appleusers.net/links


    Dwenaus
    Participant

    @dwenaus

    hi, I am using WPMU 2.9.1.1 with BP rc2 with the default theme and I get the following results:

    under my account -> links I see the links page, but it says only ‘There were no links found.’ there is no way to add a link.

    if I click on the links link on the top menu I get ‘Page Not Found’


    MrMaz
    Participant

    @mrmaz

    @paulhastings

    There is a lot of pressure from the top of the food chain to move past classic theme. This is evident in the fact that classic theme will not even ship with 1.2 and has been relegated to the backwards compatibility plugin.

    @NGO

    Thanks for reporting that feed link bug, I have fixed it in trunk. I am not following what you mean regarding the comments issue.

    @Gpo1

    Auto-embedding refers to embedding content from the URL that is submitted. There is no support for automatic adding of all of a user’s content from a remote service.

    @David Angel

    Awesome! Are you running WP single or MU?

    @Dwenaus

    One other person has reported a similar problem, I am looking into it. Do you have BP installed in a sub directory of the document root by any chance?

    @Everyone

    This beta seems to be broken for quite a few people. However, geoffm33 has it working at 95% on a single WP install, and David Angel has it running as well, so there is probably some kind of install-specific issue that needs to be worked out. I will do my best to get to the bottom of it and put out another beta ASAP.

    In the meantime, you might want to try the development version which I have updated today with some fixes that might work for some of you that are having problems. It also might make things worse, so have courage!

    https://downloads.wordpress.org/plugin/buddypress-links.zip


    luccame
    Participant

    @luccame

    I have the same problems of Dwenaus, similar configuration (WPMU 2.9.1.1 and BP trunk) running on a subdomain.


    Anton
    Participant

    @antonrsaopencirclecoza

    On the directory page /links where do you edit so that the description of the link fills the whole width of the page?


    danbpfr
    Participant

    @chouf1

    @NGO,

    on the public directory page, the link description is styled with BP css stuff.

    The description is inside a <p> tag who is page wide ! (in a BP 1.1.3 defaut template)

    this is done in screen.css:121

    ul#link-list li p.desc {

    color:black;

    margin:8px 50px 5px 0;

    }

    You can make your own if you use custom.css.

    On the link page, description is again in a unstyled <p> whitch is in div.bp-widget

    If you want more help, give us your config and a url so we can see what to do.


    Anton
    Participant

    @antonrsaopencirclecoza

    Thanks a million. I added a width setting to the css: ul#link-list li div.item-desc {


    Anton
    Participant

    @antonrsaopencirclecoza

    another thing…when you create a new link it shows that you have created the link so many hours ago but it takes the server time so all my links that I create is 4 hours in the past. Is there a workaround to this so that it takes the time setting you have setup in the settings of the wordpress MU settings page?


    danbpfr
    Participant

    @chouf1

    Hum, i believe there is a time bug actually with some BP 1.2 install…

    search the forum there are some treads about this.

    You can also read this:

    https://trac.buddypress.org/ticket/1727#comment:3


    gpo1
    Participant

    @gpo1

    @MrMaz, Would ustream.tv user feeds be automatic adding all of a user’s content from a remote service in the pro version?


    Anton
    Participant

    @antonrsaopencirclecoza

    Thanks Chouf1. Seems it’s a buddypress site wide problem


    MrMaz
    Participant

    @mrmaz

    *** IMPORTANT ***

    Anyone using the development version should REMOVE this setting from wp-config.php if they added it for testing, since this will cause all sorts of problems now.

    define ( ‘BP_LINKS_THEME’, ‘bp-links-default’ );

    If that is in your wp-config.php, or anywhere else you may have put it, get rid of it!

Viewing 25 replies - 1 through 25 (of 59 total)
  • The topic ‘BuddyPress Links 0.3-beta released for testing’ is closed to new replies.
Skip to toolbar