Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 32,876 through 32,900 (of 94,540 total)
  • Author
    Search Results
  • #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.

    #162524
    conceptthegreat
    Participant

    There are a couple things i need help with for my site, so ill include them all in 1 post.

    1) I want it so that, when a user clicks on a group it doesnt just show their name, i want their avatar/profile pic to show beside it. like the default member directory picture in this post http://wpmu.org/how-to-create-a-custom-buddypress-members-directory/ ( not the round pictures)

    2) I want to display a box with about 10-15 users the same way they do on the site above for facebook on the right sidebar. ive seen it on other BP sites, but dont know how to set it up

    3) I want it so that “Newest Members” and “Whos Online” Profile links are clickable, right now it just shows a picture and a Displayname

    4) I also wanted to setup my page so that if a registered user logs in it takes them straight to their homepage. ive tried 1 plugin i think its called bp home, but its not working.

    please help with these things, thanks so much
    my site is http://thehotline.conceptproductionz.com/

    #162522
    yaakhi
    Participant

    Set access level to “read” for normal usersl

    jdhall1972
    Participant

    WordPress 3.5.1
    Buddypress 1.7

    I’m using a multi-line text box on profile pages, but paragraph breaks are not appearing. When I look at the code, there are spaces in between the paragraphs, but it is one long text block on the page itself.

    I’m using the code below to display the text box.

    `bp_member_profile_data( ‘field=About Your Mission Trip’ );`

    Any suggestions?

    Thanks so much.

    http://missionsfund.org/missions/jane-masterson/activity/

    #162519
    jskehill
    Participant

    Hi,
    I use to have Buddypress installed on an old theme I was using (Which at the time was BP compatible). I changed to a theme which was not compatible so I disabled the BP plugin with the intension of revisiting the issue and making it compatible. I have just gone to do this, and can see that BP now works with all themes. Which is great! However, I am having some problems. When I installed BP it told me that I needed to created pages for the activity stream, members, etc. Which I did and linked up on the ‘Pages’ section of the settings. But it seems that none of the elements of each page are showing up on their page….eg, the registration page that I created and linked in the pages settings page has no registration form on it. The activity page has no activity on it….and so on….? I feel I have missed an important step.

    I am very confused. Can someone please help me out?

    Many thanks in advance.
    John

    #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, σας ευχαριστώ !

    steve_macneil
    Participant

    Okay so I have been locally developing a buddypress site. My site address has been localhost:8888 for development. I am using post name for permalinks. I have the site in my root directory.

    I have .htaccess set up as follows, I have mod-rewrite set up properly (I installed wordpress to the new server and used pretty permalinks before migrating to make sure everything was set up properly and it worked).

    `
    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress
    `

    Now after moving I am getting 404 errors, but more importantly, my paths are being shown as “weburl.weburl/members/” instead of “weburl/members/”. I simply did the find and replace on all the database before I moved it over to the server.

    Finally, the most interesting error I am having is that the dashboard is completely unstylized. It looks like the CSS has disappeared and everything is just listed one after the other. The actual pages also look weird as if they have partial css.

    Has anyone encountered this same problem? I would really appreciate any help you could offer!

    #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.

    #162502
    senseiwa
    Participant

    Hi all,

    I am desperately trying to make BuddyPress (1.7) use a modern rich text editor without success. I tried to search but no solutions are around: either a plugin doesn’t work, or the solution of a child-theme is, as far as I see in the topic, null (I see an empty text area in the topic there).

    Is anyone using a rich text editor? If so, how?

    Thanks!

    #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!

    #162485
    Kiran@Caret
    Participant

    Hi i have installed plugin, Mymoods on buddypress how can i show the statics of no of smiley used mostly, i have written small query to retrieve the data which i needed, how i can i write in buddypress or wordpress to convert what i want,
    Here is the query
    “SELECT `meta_value` , COUNT( * ) AS count
    FROM `wp_bp_activity_meta`
    WHERE `meta_key` = ‘mymood_mood’
    GROUP BY `meta_value`
    ORDER BY `count` DESC
    LIMIT 0 , 30
    ”
    I have red through the wordpress site http://codex.wordpress.org/Class_Reference/wpdb but not able to show any results, sorry for my english, any pointer how to start would be very helpful

    #162476
    Ben Hansen
    Participant

    GPU is basically the same thing as CPU

Viewing 25 results - 32,876 through 32,900 (of 94,540 total)
Skip to toolbar