Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 64,526 through 64,550 (of 69,040 total)
  • Author
    Search Results
  • #47216
    gpo1
    Participant

    Am abit confused what you mean?

    #47211

    In reply to: Alignment in profile

    carpconnect
    Participant

    The themes are the default BBpress ones, the plugins i am running are

    BuddyPress

    BPContents

    Support

    Signup TOS

    Additional Privacy

    All in one SEO

    Simple Site maps

    Upgrades

    Invite

    I would not have thought these would have affected user profile layout?

    Will upgrade to new version and see how that goes.

    #47208
    lynton
    Participant

    Sorry i didnt make it too clear the title of my home page currently reads ” firevine social media marketing network” in the title bar i have decided to change the nature of my site so that title no longer fits, is there any way to change this or would i need to re-install buddypress ?

    i have not yet found a way to change it from my admin menu

    #47204
    talk2manoj
    Participant

    Your menu bar seems fine to me without login.

    For displaying a shortcut to the logged in members profile in this bar

    Create your own function like bp_adminbar_authors_menu for logged in members profile and add an action to bp_adminbar_menus

    e.g.

    function bp_adminbar_logged_members(){
    ....
    ....
    }

    add_action( 'bp_adminbar_menus', 'bp_adminbar_logged_members', 100 );

    #47202
    Paul Wong-Gibbs
    Keymaster

    Only from BBPress at the moment.

    #47199
    stefk
    Participant

    Hi Brajesh

    Thank you for you reply. Yes, i am talking about the top navigation bar. Mine isnt showing the propper shortcuts-please could you or someone advise me.

    My domain is http://gvine.co.za

    #47198
    Andy Peatling
    Keymaster

    http://codex.buddypress.org – see that “Edit Page” button at the bottom? :)

    This is a community of users after all, you don’t need to be a coder to contribute.

    #47196
    3118294
    Inactive

    Thanks for your reply. I did install using sub-directories for blogs rather than sub-domains. The root of the blog is the top level of the domain (blog ID 1). so I’ve installed the blog in http://www.example.com. I’ve created a sub-blog from the wp-admin dashboard called “community” (Blog ID 2).

    Then I edited bp-core.php to set BP_Root_blog to Blog ID 2. That’s when I get the redirect error with “members”.

    I got the problem with 1.0 and I installed BP 1.0.1 yesterday so I guess it’s the latest. but I’ll try again.

    #47194
    Burt Adsit
    Participant

    Is your wpmu installed using sub-directories? I can’t tell from your message if the ‘community’ directory is just a sub-dir you’ve installed wpmu in or is it a blog domain?

    The redirect loop issue was seen in the first release of 1.0.1. Try downloading and installing 1.0.1 again.

    #47180
    David Lewis
    Participant

    I wonder if this thread:

    https://buddypress.org/forums/topic.php?id=1651

    should be made ‘sticky’?

    #47170
    Paul Wong-Gibbs
    Keymaster

    This error relates to the dp_messages_send_message() function in Welcome Pack, which is a copy of BP’s messages_send_message(). My version of the function is a copy+paste with a “from user_id” argument added and lots of code that won’t get used commented out. Trac https://trac.buddypress.org/ticket/673 relates.

    It’s the messages_add_callback_values() that the OP’s error is referring to in bp-messages.php. I’m not sure why this error is triggering for some people but not others. It might be custom theme related. Need help!

    #47159

    In reply to: Dashboard ?

    Andy Peatling
    Keymaster

    I just created this last night. It’s a mashup of a few of the template loops you can use in your themes.

    It is custom for each member, and a member can only view their own dashboard.

    I’m going to write up a blog post on how to create a dashboard in your themes. Dashboard functionality may end up in a future version of the default BuddyPress member theme, but it will likely be based on the same setup.

    #47158

    In reply to: Dashboard ?

    @ChrisClayton
    Participant

    The Dashboard is here – https://buddypress.org/developers/YOURUSERNAME/dashboard

    the link you posted is to the wordpressMU dashboard.

    #47157
    Deli Yaban
    Participant

    Hangi versiyon buddypress ve hangi temayi kullaniyorsun..sitenin linkini verebilirsen yardimci olmaya calisiriz… (translation @Burt Adsit)

    #47156
    diego r.
    Participant

    Well the problem with that is that I have to manually ad the code. I need a plugin that automatically does the trick. I’ve used slimbox before on other wordpress blogs but on buddypress it doesnt seem to want to work.

    #47151
    chouxpastry2002
    Participant

    ohh it must be done at the first stage itself man :(!!! There must be such a documentation for end user for more usage of the system.

    Also is there any facility in for file attachment in the buddypress please tell me if there is any possibility or any hack possible.

    Sam.

    #47149

    In reply to: BP-Dev Flickr

    Jeff Sayre
    Participant

    Mikem1986–

    You should contact Nicola via bp-dev.org as this is an issue with a 3rd-party plugin, not a BuddyPress core component or theme.

    Perhaps Nicola will also see this thread, but he would appreciate the heads up at his site as well.

    #47146
    Burt Adsit
    Participant

    Your ‘My Blogs’ menu alignment is not corrrect? What version buddypress and what theme are you using? Can you post a link to your site?

    Anybody speak Turkish?

    Jeff Sayre
    Participant

    Dan-

    What John was referring to was having the “Blog Tracking” component enabled in BuddyPress, not allowing users to create new blogs. If you log into WPMU as site admin, then navigate to “BuddyPress > Component Setup”, you can enable or disable any of the core BuddyPress components. By default, they are all enabled.

    So, in your particular case where your users cannot create new blog posts but can only comment on blog posts, if “Blog Tracking” is disabled, then users’ comments will not show up in the activity stream. The enabling or disabling of new blog creation is a WPMU not BuddyPress feature.

    #47137
    Mike Pratt
    Participant

    woot!

    #47127
    Burt Adsit
    Participant

    You can add any content in bp, to any blog, using any theme, any place in that theme. You aren’t restricted to just the widgets.

    See: https://codex.buddypress.org/developer-docs/custom-buddypress-loops/

    Burt Adsit
    Participant

    I don’t really understand when you want to disable the adminbar but this is a fairly easy thing. See: https://buddypress.org/forums/topic.php?id=1115 for the general idea.

    You don’t want it on the root blog but you do want it on the subdomain blogs? You’ll have to wrap that in some blog detection code then. Disable it when global $current_blog->id is anything but 1.

    #47119
    slicktig1
    Participant

    Mike,

    i’ve tried both buddypress using facebuddy member themes as default. but the member home page has skeleton only and left,middle and right columns have same message.

    “Please log in and add widgets to this column. Add Widgets”

    is there a way admin can set default widgets for all members/blogs?

    #47116
    Mike
    Participant

    you might have the Skeleton theme selected under BuddyPress >> General Settings >> “Select theme to use for BuddyPress generated pages” in your admin backend. That’s usually where you’d select your custom theme or BP Default theme.

    Burt Adsit
    Participant

    This is fixed in the bp trunk. You can wait for bp 1.0.2 or download the trunk version from here:

    https://trac.buddypress.org/changeset/1532/trunk?old_path=%2F&format=zip

Viewing 25 results - 64,526 through 64,550 (of 69,040 total)
Skip to toolbar