Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 57,676 through 57,700 (of 69,016 total)
  • Author
    Search Results
  • #64917
    edelwater
    Participant

    ow… so it is a known bug?

    #64916
    Jean-Pierre Michaud
    Participant

    the description is actually requested… Marshall MAY add something for that soon…

    #64914
    Craig
    Participant

    @frenchtowner

    Where did you copy the reset.css file from? I’m not seeing it in plugins/buddypress/bp-themes/bp-default

    Is it somewhere else?

    Thnks!

    #64913
    Craig
    Participant

    Howdy folks…think I’m going to punt on this one…bit over my head and not enough time to research it.

    Thx anyways

    #64910
    David Lewis
    Participant

    Marked resolved… as discussed in a duplicate thread here: https://buddypress.org/forums/topic/user-blogs-gone-what-do-i-do-now

    #64907
    karto
    Member

    Till the modification theme is online at wordpress theme directory, you are able to download the “4 to 5 widget column child theme” here:

    http://kartobuddy.wordpress.com/2010/02/22/child-theme-with-a-single-4-to-5-columns-widget-page-for-buddypress-1-2/

    #64906
    r-a-y
    Keymaster

    Easier said than done I’m afraid. A blog post is different than an activity update.

    I’ll look into it, but I’m not going to promise anything.

    Feel free to tweak the code! I’ll add you as a contributor if you figure it out! ;)

    #64905
    edelwater
    Participant

    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

    wandilly
    Participant

    Instead of downloading wordpress to my PC and then uploading to Godaddy(I ran into all kinds of problems that way…)

    On january of 2010 I used godaddy automated script from hosting control center to automatically install wordpress 2.9.1 into my hosting account. My current account detail in godaddy for marinprofessionals.com is as follows:

    Domain : marinprofessionals.com

    Hosting Login : wandilly

    Server IP Address : 97.74.215.63

    Dedicated Hosting IP : 173.201.83.101

    On January 2010 I also was able to upload the Current Theme to the marinprofessionals.com hosting account in godaddy is called :

    Sliding Door 1.8.7 by Wayne Connor

    (A unique template featuring sliding images in the header based on phatfusion imagemenu. Look at theme homepage to see the menu in action – the preview does not work on wordpress.org!!!! Sliding images in header link to pages, or can be redirected using the Page Links To plugin. The theme has a comprehensive support forum to help you get started at http://mac-host.com/support)

    As far as Buddypress, back in October of 2009, I downloaded the version of I downloaded the bpress 1.1.1zip version and uploaded to godaddy and then unzipped there which create a buddypress folder in the html directory of godaddy. Nevertheless, I also see another version of bpress zip (1.0.2) which was uploaded in January 2010…

    My website I was able to change the appearance of the sliling door of marinprofessionals but am not sure if it was done correctly. I would like help adding a directory capability and enable the creation of individuals blogs per each user registration…similar to what’s is avalable for the ” http://www.umwblogs.org” website … During 2009 I have tried to get help/answers from dirrent forums but was not able to make it work, could you please help??

    #64895
    modemlooper
    Moderator

    If you click the thumb of a blog post it takes you to that blog page. The oembed has a view link I’m suggesting a thumbnail to go to that view link. Showing the full view of flickr and youtube videos takes considerable space in the activity stream. Just trying to clean it up a bit.

    #64889
    peterverkooijen
    Participant

    Would this plugin also help in upgrading a custom Buddypress 1.1.3 theme to 1.2?

    I’ll try that later this week…

    #64888
    r-a-y
    Keymaster

    @modemlooper

    Looks like grabbing the thumbnail might be doable.

    But I’m not sure if the BP activity stream supports this dual-mode view you’re speaking of (activity stream gets one view, activity permalink gets another) since they both use the same template to render the activity.

    I’m guessing not off the top of my head…

    #64887
    myislamicblog
    Participant

    Hey @D Cartwright :),

    I’ve installed your amazing and unique plugin, it went throught till the point i want to visit the group wiki, i see the message: “You do not currently have access to view any of the wiki pages of this group.” and im the admin and the page is public. (http://myislamicblog.com/groups/forums/wiki)

    Plus, in the group/wiki admin, where it says click the (+) picture to add a page, it doesnt do anything and im not able to add other pages.

    Any ideas??

    Thank you in advance.

    #64884
    David Lewis
    Participant

    Yup… it’s not a widget. Two options which would involved making a child theme. Don’t worry… it’s really simple: https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/

    1. Make a child theme with a custom sidebar.php file and comment out or delete the login block of code.
    2. Make a child theme and add this line to your “style.css” file

    #login-text, sidebar-login-form {display: none;}

    I suppose you could also try adding the code below to a “custom.php” file and putting it in your plugins directory (no child theme required)… but now I’m just getting silly. LOL (I haven’t tested this BTW).

    <?php

    add_action('wp_head', 'hide_login');
    function hide_login() {
    echo <<<CSS

    <style type='text/css'>
    #login-text, sidebar-login-form {display: none;}
    </style>

    CSS;
    }

    ?>

    or even this! (very silly)

    <?php

    add_action('bp_before_sidebar_login_form', 'open_login_comment');
    function open_login_comment() { echo '<!--' }

    add_action('bp_after_sidebar_login_form', 'close_login_comment');
    function close_login_comment() { echo '-->' }

    ?>

    So how to you intend for people to login? Just via the regular WordPress login?

    #64881
    David Lewis
    Participant

    I’m not sure… but the plugin was released by Andy who is the main core developer for BuddyPress. I didn’t even know about the plugin until I responded to your post. I knew there was a thread on here about your question about a week ago… so I just did a search.

    #64879
    danka
    Participant

    Thanks a Lot, for fast replying and for the plugin!!!

    I never noticed the existence of this one!

    But, there are any plan of making it official part of Buddypress? It would be really useful.

    Thanks Again. Best Regards.

    #64878
    modemlooper
    Moderator

    @r-a-y

    Suggestion: when you input a url and it auto embeds. I think for usability sake it should do a thumbnail like blog posts and @sbrajesh gallery plugin. The thumbnail would then be viewable full size in the permalink view. This could be done via css but the embed would need to be wrapped in the permalink.

    #64877
    intimez
    Participant

    Thanks to you and your team for all the great work!

    Here’s a reference to the issue I reported:

    https://trac.buddypress.org/ticket/2040

    #64859
    r-a-y
    Keymaster

    @gregfielding

    What part of the group homepage are you looking at adding the player?

    This plugin only adds oEmbed support to activity updates and forum posts.

    It looks like ustream.tv has oEmbed support.

    But as stated in the readme.txt FAQ, you’ll need to add support for uStream to WordPress’ oEmbed provider list in order to allow uStream embeds. I’m not going to be adding any additional oEmbed providers to WordPress’ default list.

    If you know a little bit about code, you can read here to add support yourself:

    https://codex.wordpress.org/Embeds#Adding_Support_For_An_oEmbed-Enabled_Site

    If you need help adding uStream support, I’m *thinking* of offering premium support to extend the plugin for a nominal fee (similar to other Wp plugin developers).

    Yeah I know, not what some people wanted to hear. Basic support will always be free though. Of course, I haven’t thought about this in depth – just a spur-of-the-moment idea your post gave me that is sure to ignite some negativity ;)

    Not sure if I’m actually going to go through the premium support model though.

    @modemlooper

    Re: oEmbed Discovery plugin – that should also work. I listed this in the readme.txt and its potential problems if you don’t trust your user base.

    Also not sure if the upcoming version of oEmbed for BP (v0.6) will work with the oEmbed Discovery plugin, since the new version of the plugin changes the logic of how URLs are sent to WP’s oEmbed to enhance performance on your DB . I’ll do some testing, but if the oEmbed Discovery plugin doesn’t work in v0.6, at least you’ll still have v0.51!

    #64857
    modemlooper
    Moderator
    #64856
    gregfielding
    Participant

    Would this plugin allow embed codes from other services to display?

    I’m running some “classroom” groups in my community and am trying to find a way to embed a ustream player directly onto the group (“classroom”) page. Our presentations and chats are live…so it wouldn’t work to have to upload a video to these other services first. (although it would be great for video archives).

    Thoughts?

    #64855
    Andy Peatling
    Keymaster

    This is a WPMU issue, not BuddyPress, you need to get WPMU to force the BuddyPress theme as the default.

    #64853
    Craig
    Participant

    Hi Andrea…thanks for the tips and helping a newbie.. Yep, I see everything you’re describing…

    But wow…wish I knew what I’m trying to accomplish exactly.

    Am I supposed to just re-arrange the HTML elements? Match the div classes?

    The other thing I don’t get is, both my page.php and BP template files seem to be calling/loading the sidebar element…if so, is only one of them supposed to?

    I’ve never really hacked any WordPress layout before (new from Joomla)

    I’m really interested in learning this aspect of WordPress though if anyone is interested in helping out. :)

    #64850
    Andrea Rennick
    Participant

    It’s not php, it’s HTML. :) Your theme page up there has a “post” div aroudn the content area. make the BP template files match that. (Hint: look for the “content” div.)

    #64848
    bpinspire
    Participant

    Thanks @MrMaz for the reply, I’m curious if someone have the same issue on single WP?

Viewing 25 results - 57,676 through 57,700 (of 69,016 total)
Skip to toolbar