Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 33,551 through 33,575 (of 69,119 total)
  • Author
    Search Results
  • #128742
    doctorwhobbc
    Member

    I am up to step three in that article but like i said i dont actually know what to do. If i post my page.php or something could you or someone give an a example of what needs to be done so i can repeat the process for each file?

    The theme i am using is 13floor by elegant themes (http://www.elegantthemes.com/gallery/13floor/)

    Thanks

    #128738

    In reply to: Forum – not working

    @mercime
    Participant

    What views in BP Codex have different screens and features? https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/

    #128736

    In reply to: Forum – not working

    SaskiaF
    Member

    I’m having issues with settin up a forum either.
    Set up WordPress, installed Buddypress and first tried to get sitewide forums running. Kept getting the complaint that the forums component wasn’t set up yet, although I was quite sure it was.
    Then de-installed bbpress and set up a groups forum.
    I have a forum directory now, but when I want to create a new topic it says: please pick the group forum where you would like to post this topic. Although I just did in the little dropdown menu below.

    I really, really would like to hav a step by step tutorial on how to set up a forum in buddypress, with a private community. One that fits the screens I see, because most blogs and tutorials about this look older and have losts of different screens and features.

    #128734
    @ChrisClayton
    Participant

    @doctorwhobbc without knowing what exact theme your using, all we can suggest is to follow the steps written on the codex.

    https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/

    #128733
    @ChrisClayton
    Participant

    RE custom posts in activity stream. Here is some code that will help (had it bookmarked, cant remember who its from originally. i think @r-a-y originally posted it) http://pastebin.com/kNqTrRzc

    #128731
    @ChrisClayton
    Participant

    Buddypress doesn’t make it easy to allow “profile types” out of the box, you will either need to hire a developer or use a plugin, this one might get you half way their – https://buddypress.org/community/groups/buddypress-user-account-type-lite/

    @djpaul also suggested to someone else with a similar-ish question, of using xprofile fields and a some custom coding. https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/interactive-profile-fields-during-registration/ (Theirs some great discussion on that thread regarding similar things that you might be interested in reading)

    #128729
    Marcella
    Participant

    @djpaul it’s already in trac :)

    In ajax.php there is a function

    `function bp_dtheme_new_activity_comment()`

    On line 194

    `check_admin_referer( ‘new_activity_comment’, ‘_wpnonce_new_activity_comment’ );`

    In activity/entry.php The Nonce matches here.

    In buddypress/bp-activity/bp-activity-functions.php Line 912
    function `function bp_activity_new_comment()`

    Which later calls on line 937

    `bp_activity_add($args)`

    $args being sent from the form.

    Within the same file there is the function above which preps the data by merging and ostracising into var names.

    It then used the BP_Activity_Activity class located in buddypress/activity/bp-activity-classes.php

    and checks if the data could not be saved otherwise return the id of the entry.

    BP_Activity_Activity instantiates all expected parameters initially with the id if passed. (i’m guessing for an output method).

    Saving is the issue here and the method save() on line 62 has 3 global vars $wpdb, $bp and $current_user.

    Saving allows for additional filters (to which extent is beyond me here) (… along with the rest).

    *gets hairier here

    Then…
    It checks if some specific filters failed to return a value and if so returns false.
    It checks for more specific filter return values and if false sets them to that of the matched user. (primary_link) specifically. How this is used in saving, can only hazard a guess that it’s for outputing a url to the activity stream for permalink.php

    http://site.com/members/admin/activity/6060842 for example.

    Then using WPDB inserts or updates accordingly.

    Maybe we can gain some movement with this here.

    Anyone else please do chime in with corrections of the above PSEUDO interpretation, where to go from here is the next one.

    #128727
    Paul Wong-Gibbs
    Keymaster

    This has rapidly gone off topic. We’re not going anywhere, and this sort of discussion isn’t beneficial.

    #128726
    Hugo Ashmore
    Participant

    `I read an article that buddypress is going to be discontinued, is this true?`
    What article? where? point us to it please. BP is an open source project it can’t be ‘discontinued’ at worse development might cease but in an open source community anyone could pick up and continue development of it under the licence terms.

    #128724
    Paul Wong-Gibbs
    Keymaster

    I’ve not seen any such guide, and since it would require someone to figure out it for you, you probably won’t get a quick response. I know one of the core developers of BuddyPress is keen on non -Ajax support, so if it doesn’t work in BPDefault, submit it as an issue to the BuddyPress trac.

    Paul Wong-Gibbs
    Keymaster

    We should be stripping HTML comments rather than just parsing out the angled tags, which is what I guess is happening. Please could you report this on http://buddypress.trac.WordPress.org? Thanks

    #128720

    In reply to: WordPress Mu?

    Marcella
    Participant

    You can’t have a network on a network created site. It gets complicated.

    You could however have seperate installs on the same domain and take it from there.

    subdomain-one.site.com
    subdomain-two.site.com

    You would then upload and install WordPress in both these location and install / activate network / BuddyPress as you require.

    public-html/suddomain-one/
    public-html/subdomain-two/

    https://codex.wordpress.org/Create_A_Network That’s all you need.

    Chineseand
    Participant

    Morning! Sorry, I meant the former – the information that shows up on mysite.com/activity. I haven’t written on the Gravity Forms support yet, but I did get a response saying that BuddyPress doesn’t use ‘the_excerpt’ for the activity stream.
    `About “the_excerpt”, you’ll need to create a plugin by hooking into the filters available in /buddypress/bp-blogs/bp-blogs-activity.php. It might be good for BP to use the_excerpt by default, but a new enhancement ticket should be created for that.`

    Wondering how I could implement/take advantage of this as I’ve never created a plugin as was suggested..

    #128716

    In reply to: WordPress Mu?

    Marcella
    Participant

    WP 3.x baby.

    WordPress.org

    wp-config.php

    define(‘WP_ALLOW_MULTISITE’, true);

    Login

    Tools -> Network

    Follow the steps.

    Install BuddyPress.

    Ready to rumble.

    #128714
    advghana
    Member

    Waw instead of renaming the folder, i deleted it and my page is back now. It was the Ajax chat.
    Thanks very much.
    I read an article that buddypress is going to be discontinued, is this true?
    Thanks once again.

    #128713
    @mercime
    Participant

    Rename the plugin folder by accessing server files via FTP/cpanel/etc.

    #128712
    @mercime
    Participant

    In a multisite installation, you will find BuddyPress in Network Admin only and it must be activated sitewide to track and enter posts/activities from subsites/sublogs. If you do not want BP to “show up” in subsites, delete `define ( ‘BP_ENABLE_MULTIBLOG’, true );`

    #128709
    advghana
    Member

    it was a widget but cant remember. The fact is i cant even login into the dashboard to do anything.

    #128706
    Marcella
    Participant

    Hey @davidveldt this should do it if you are using the default theme. Otherwise you should integrate as you see fit.

    theme/registration/register.php

    You can add any groups or fields as you require. The groups and fields here are arbitrary.

    ` ‘player’, 4 => ‘coach’, 5 =>’parent’, 6 => ‘instructor’); ?>

    $role) : ?>
    <div id="” class=”role-fields”>

    <label for="”>

    <textarea rows="5" cols="40" name="” id=””>

    <input type="hidden" name="signup_profile_field_ids" id="signup_profile_field_ids" value="” />

    `

    Create some profile groups to cater for each role. You can find the group id within the BuddyPress admin… In the url bar or investigate your database.

    You should set-up the $roles array above to match your requirements.

    Within the loop you can show any fields you have created within that xprofile group. If you have a select box within that group you would add the following code as outlined in the bp-default register.php

    `

    <label for="”>

    <select name="” id=””>

    `

    Finally add the following jQuery where you house any other code of similar ilk.

    `
    jQuery(“.role-fields”).hide();
    $roles = jQuery(“#roles”);
    jQuery(“#field_2”).change(function()
    {
    $role = jQuery(this).val().toLowerCase();
    jQuery(“.role-fields”).hide();
    jQuery(“#” + $role).toggle();
    });
    `

    Here’s a pastebin for all that above. http://pastebin.com/QFdTdstz

    No need for tabs or accordion this time.

    Hope that helps you on the Road.

    #128704
    @mercime
    Participant

    Basic troubleshooting – change to bp-default theme and deactivate all plugins except BuddyPress and see if issue is corrected.

    #128703
    @mercime
    Participant

    What did you activate before this happened? If it’s a theme, rename theme folder in wp-content/themes/ . If it’s a plugin, then rename the plugins folder in wp-content/

    #128702
    advghana
    Member

    i do not have a redirect plugin please.

    #128701
    yadigit
    Participant

    I took a look at the link above, it keeps redirecting in a loop.. as I asked before if you have a redirect plugin for non logged in users?

    #128700
    yadigit
    Participant

    do you have a redirect plugin?

    #128691

    No reason to bump anything here at all. The forums don’t move fast enough and all of the core devs and moderators do a great job at keeping their eyes on things.

Viewing 25 results - 33,551 through 33,575 (of 69,119 total)
Skip to toolbar