Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 21,501 through 21,525 (of 68,969 total)
  • Author
    Search Results
  • dreamdimples
    Participant

    Oooooweeee…. I’m getting closer to the finish line ๐Ÿ™‚
    Got the Share Group Button to Finally work in the Group Page. ๐Ÿ™‚
    Got the Share button to Finally work in the Forum Page. ๐Ÿ™‚
    Cannot get the Share Button to work in Activity Page….yet ๐Ÿ™

    I sooooo love and need this script to work…. I will NOT give up ๐Ÿ˜€

    valuser
    Participant

    @dreamdimples I now have encountered (on an iPad Safari – all icons intact but vertically aligned) as you have encountered or similar to what you are encountering.

    So there was indeed something that i was missing!! Sorry!

    but still all normal on a Mac (OS 10.7.5) with latest editions of Safari, Chrome and FireFox on a Mac.

    Would be interested to know your OS etc.

    dreamdimples
    Participant

    I really apologize for being persistent with the same old issue, but I still don’t have it resolved yet.

    The issue is that the links are outside of the share button.
    example: http://vanitywigs.com/vertical.jpg
    The test site is: http://vanitywigs.com/wordpress/activity/

    I can’t get these links to lineup Horizontally. If I can get it to lineup Horizontally, I would get rid of the actual share button and just used it like that since the links work perfectly.

    Any help from the guru’s would be appreciated greatly.

    #162527
    VegasKev88
    Participant

    @djpaul of course, you’re on top of this as usual, but have you heard anything from the plugin author about him renaming his function `bp_login_redirect()` so that it doesn’t conflict with the (now) native buddypress function with the same namesake? I notice that the plugin hasn’t been updated since 5-20-2012.

    #162522
    yaakhi
    Participant

    Set access level to “read” for normal usersl

    #162516
    oriadam
    Participant

    Hi @riente,
    I read your blog post twice but couldn’t get it…
    Did you edit the original BP code?
    Perhaps latest BP update changed the location of the function you edited.

    My code looks something like that:

    <?php
    require('wp-load.php');
    require_once('wp-includes/user.php');
    require_once('wp-includes/pluggable.php');
    require_once('wp-content/plugins/buddypress/bp-core/bp-core-loader.php');
    
    $from_id=get_current_user_id();
    if (empty($from_id)) exit; // do nothing if there's no current user
    ///////// ...some boring code here... ////////
    $sum=10; // for example
    $to_user_link = bp_core_get_userlink($to_id);
    $from_user_link = bp_core_get_userlink($from_id);
    
    $note_to="You got $sum points from $from_user_link"; // <--- notification to be sent to payee
    $note_from="You sent $sum points to $to_user_link";  // <--- notification to be sent to payer
    
    /********** Now how do I send the above notifications to the relevant users $from_id and $to_id? ********/
    bp_core_add_notification( $item_id, $to, $component_name, $component_action, $secondary_item_id);
    

    Thank you!

    #162515
    oriadam
    Participant

    Me too.
    Found this which promises a lot but I couldn’t get it.
    It seemed that he edited a code BP function, which was re/moved in last update…

    steve_macneil
    Participant

    The admin page looks something similar to this but without the banner at the top. http://imgur.com/vwjjr.jpg

    #162513
    ggsalas
    Participant

    @frequeunce, I think that have one comment thread for post and another comment thread for activity is confusing for users. I would hope that another buddypress user can solve this.

    Greetings

    steve_macneil
    Participant

    In addition, if I go to mysite/members/stevemacn/profile/edit it will take me to mysite/members/stevemacn/profile/edit/mysite/members/stevemacn/profile/edit/mysite/members/stevemacn/profile/edit/mysite/members/stevemacn/profile/edit/mysite/members/stevemacn/profile/edit/mysite/members/stevemacn/profile/edit/mysite/members/stevemacn/profile/edit/mysite/members/stevemacn/profile/edit

    I am unsure if this little clue will help anyone discover the problem but I thought it was worth mentioning.

    #162511
    lradden
    Participant

    Hello – no just buddypress with custom post types.

    lisa

    #162510
    giannisff
    Participant

    What a pleasant surprise!!!!!!!!!!!!! Bon aprรจs-midi.(Google translation)

    #162509
    danbpfr
    Participant

    @giannisff, ฯƒฮฑฯ‚ ฮตฯ…ฯ‡ฮฑฯฮนฯƒฯ„ฯŽ !

    #162506
    shanebp
    Moderator

    Did you try the example here
    https://codex.wordpress.org/Class_Reference/wpdb#Examples_5

    Try pasting your query between the double quotes.
    Make sure you have `global $wpdb; ` in your function.

    #162503
    giannisff
    Participant

    Nice site. Extremely interesting the members directory.

    #162498
    Tammie Lister
    Moderator

    Have you configured your permlinks since installing BuddyPress?

    #162497
    Tammie Lister
    Moderator

    Are you showing activity on the front or do you use a theme that outputs the activity? Either way – you can remove tabs by editing the template. Which one depends on what you are doing on your site.

    For example using the default buddypress/activity/index.php layout:

    Starting at: div class=”item-list-tabs

    Comment out / delete until the 2nd:

    `
    `

    But, that of course removes tons of functionality. I would assume you want to just show it without that on the front?

    #162491
    YolandaS
    Participant

    I have deactivate everything and chose the Twenty Twelve theme and now both the register and the login stil does not work if you go to the login page there is no code in the page like the one in registration that has the [register] code on the page.

    Even if i use the BuddyPress Default theme nothing works and the theme DynamiX nothing works now.

    #162488

    In reply to: Separate Theme for BP

    @mercime
    Participant

    @victoryrock open up your theme’s page.php file and check if you can see the_title and the_content tags.

    If you do see those tags, copy the code of your page.php file, paste into pastebin.com, click submit and post the generated pastebin.com url here.

    If you don’t see those tags, then it means that the theme author made customizations to the theme. You’d have to make a copy of your theme’s page.php file and Save As > buddypress.php file. Then ask the theme author to revise that file -> specifically add the_title and the_content tags within the loop. Upload the revised buddypress.php file to your theme folder in server and you should be good to go.

    #162487
    terraling
    Participant

    Hi

    still get an error with the post, wherever I try to post it.

    ERROR: Your topic cannot be created at this time.

    Not obvious why it’s failing as it’s just plain text, and it posted at jobs.wordpress.net just fine.

    Ah, well. Anyone looking for a fab BuddyPress challenge head over there and check out the “PHP fiend wanted…” post.

    #162486

    In reply to: Best image sizes

    Paul Wong-Gibbs
    Keymaster

    Generally, use whatever size images you want. Any slowdown is unlikely to be caused by images.

    For more advice or help investigating why you feel your site’s performance is slow, pop over to the WordPress.org forums as this isn’t a BuddyPress-specific question. Thanks!

    #162476
    Ben Hansen
    Participant

    GPU is basically the same thing as CPU

    #162474

    In reply to: BuddyPress Broken

    mySimCities
    Participant

    I did that and I dont see any error.

    I think BP 1.7 is no good. I used had 1.6 and it works great but not 1.7

    #162473

    In reply to: BuddyPress Broken

    shanebp
    Moderator

    >Some plugins doesnt show up on register page

    BP 1.7 is not broken – Your install of BP 1.7 has problems.

    The first steps to take to diagnose your problems are:

    1. Deactivate every plugin except WordPress and BuddyPress

    2. Switch to the WordPress 2012 theme

    3. Go to Settings -> BuddyPress and review all your settings

    Your problems are probably due to conflicts between BP and your theme or other plugins.

    #162468

    In reply to: BuddyPress Broken

    mySimCities
    Participant

    Seriously, no one ever bother to reply me back? I need serious help becuase BP 1.7 is broken and there are bugs and it doesnt work. I do know BP 1.6 does work but 1.7 doesnt not.

    Thanks!

Viewing 25 results - 21,501 through 21,525 (of 68,969 total)
Skip to toolbar