Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 47,201 through 47,225 (of 68,967 total)
  • Author
    Search Results
  • #91223
    Paul Wong-Gibbs
    Keymaster

    Ah hah. Yes, this is something I’ve fixed for the next version. It occurs when you aren’t using The default theme’s JavaScript.
    Have a read through https://buddypress.org/community/groups/welcome-pack/forum/topic/couple-of-issues-with-2-1/ for now.

    #91222
    mvvspr
    Participant

    Its as simple as this.Just create widgets on your buddypress pages and paste your adsense code in the widgets.

    #91218
    katemgilbert
    Participant

    @djpaul – thanks for your response. Yes, http://domain.com/wp-content/plugins/welcome-pack/includes/js/admin.js exists. I am using Firefox.

    I checked for javascript errors and it looks like it found 3, all relates to the emails in welcome pack. Here’s a screenshot of the error report: http://img203.imageshack.us/img203/1227/jserrors.png.

    Here is a screenshot of the dropdown expanded: http://img299.imageshack.us/img299/9350/dropdown.png. Looks normal to me.

    I am going to try uninstalling and then reinstalling the plug-in. I’ll let you know if that resolves it. Let me know if you have any other tips. Thanks again.

    **follow-up edit: deleting and reinstalling the plug-in via WordPress’s built in plug-in installer did not correct the issue. same js errors occur**

    #91217

    In reply to: bbpress issues

    fbutera101
    Member

    I wanted to update this post. Apparently, even if I disable Buddypress, it won’t recognize a new bbpress directory in the site root. It’s still loading the Buddypress bbpress. If anybody has some insight, I’d really appreciate it. I really don’t want to have to wipe everything and start over.

    #91213
    rich! @ etiviti
    Participant

    maybe interim solution – autoassign a group admin at group creation (sample code, just need to have a account setup and replace the user_id. ie, in my case i use a dummy groupadmin user for all groups)
    http://etivite.com/groups/buddypress/forum/topic/quick-tip-auto-assign-member-as-group-mod-or-admin-to-new-groups/#topic

    though, i don’t know if that fixes the original issue with a legacy creator_id (then again, i don’t see any big references to that col – besides logging)

    rich! @ etiviti
    Participant

    you can add allowed tags via the filter bp_forums_allowed_tags but deep within bbPress there is another hook for `add_filter(‘pre_post’, ‘bb_encode_bad’);` and will convert certain tags. (look at the file bp-forums/bbpress/bb-includes/functions.bb-formatting.php)

    #91209
    Pisanojm
    Participant

    @modemlooper

    Hey, first of great plugin with huge potential. Just an FYI, I’ve tested your plugin and there seems to be a problem with it and the “load more” button. I’ve confirmed it to be happening only when your plugin is loaded. Basically, for me, when your plugin in is activated and the load more is selected on the activity page the load more content does not show up and the “load more” text disappears. I.E. none of the other updates load when pressing the load more button and the button itself disappears. This is not something easily seen when loading your plugin as all else appears to work ok for me…. Can anyone else confirm this for me/modemlooper… Does your “load more” button cease to function with this plugin installed?

    BP 1.2.5.2 WP 3.01

    #91195

    In reply to: changing role user

    Luca
    Participant

    I forget to write I have buddypress plugin.

    #91194
    modemlooper
    Moderator

    Must have been another plugin conflict because it works on a fresh install with that config.

    #91193
    Anton
    Participant

    WP normal 3.0.1 and the the latest bp

    #91190
    Paul Wong-Gibbs
    Keymaster

    Assuming those aren’t spammer user accounts, they need to log in to your site at least once after BuddyPress has been installed to show up.

    #91189
    PJ
    Participant

    Thank you very much @hnla and @rogercoathup

    #91188
    Dia Ritoch
    Participant

    I have the same problem! I was thinking of establishing a simple dailybooth-like network for my community. however, I just can’t find a plugin that works for photo uploading or photo replies. Please, if anyone out there knows, please please share… :)

    @mercime
    Participant
    #91184
    @mercime
    Participant

    Post in this group – https://buddypress.org/community/groups/bp-jobs-board/
    What is your current theme?

    #91175
    zenseeker
    Participant

    Thanks Paul,
    I had define ( ‘BP_ROOT_BLOG’, 2 );
    but not define ( ‘BP_ENABLE_MULTIBLOG’, true );

    It’s working, kind of, but now there’s another issue.

    A user can now activate their account from the activation email if they use the register from the wordpress meta widget on the main site.

    However, if I try to use the buddypress toolbar signup from the main site, it just sits at the main site homepage. Previously that would take you to http://community.howtomakeadesignerhandbag.com/register/

    I think I’d like to not use the wp-register at all and somehow get the bp signup/login in the sidebar of http://community.howtomakeadesignerhandbag.com/register/
    showing on the main site homepage and allow users to signup either from the toolbar or from the sidebar. But I want them to be returned to the main site homepage instead of the buddypress homepage.

    Is this possible?

    Thanks for your help and patience in trying to understand what I’m trying to do.

    #91174
    katemgilbert
    Participant

    @djpaul – I see the Email tab, but when I enable email customization and choose an email to customize from the drop-down, there are no fields to modify the email text itself. I save settings but can’t find any edit fields for the email subj and body. Here’s a screenshot of what I see: http://img825.imageshack.us/img825/6920/welcomepack.png. What am I missing?

    #91169
    juanmaguerrero
    Participant

    @firetag said 1 month, 1 week ago:

    @r-a-y yes it’s totally safe but in order to maintain forwards compatability with the plugin it’s best to only use on installations that currently don’t have any groups

    If I eliminate the groups previously created and install this amazing plugin and then I re-create the groups, Will it still be “forwards compatible” or will be the same that if I never done anything? Thanks a lot! :D

    #91168
    Roger Coathup
    Participant

    @djpaul @nuprn1 – Thanks for the help guys: calling the second loop bp_has_activities() with a full set of parameters overrode the default settings for the page and fixed the problem.

    [Edit: and there doesn’t seem to be any problem with the AJAX – e.g. changing the main drop down selector to just show blog posts, only affects the main activity stream, and doesn’t interfere with the second stream.]

    #91165
    Roger Coathup
    Participant

    @nuprn1 – yes, they were running sequentially, but the second one was just returning the same activities as the first.

    As @djpaul suggests, I’ll make sure it’s getting a fuller set of parameters passed in its bp_has_activities() initiation, to keep it showing all activities. Hopefully, this should fix the PHP call.

    It’s late here – I’ll leave fiddling with the Javascript side for tomorrow.

    #91163
    Roger Coathup
    Participant

    @djpaul – I put some edits in my comment above – it looks like our posts crossed.

    My two streams are independent (i.e. not nested)… I’ll try setting them both up with a full set of parameters specified, and see if that allows them to show different content.

    Cheers, Roger

    #91159
    Stephen Ross
    Participant

    @Paul Gibbs,
    As I have the problem on your site, I don’t even try on mine.
    I understand you will fix the upload issue.
    Thanks

    #91158
    Anonymous User 96400
    Inactive

    have a look at the single.php file of another theme. it’s all in there. your template seems kinda ancient. also, your question has nothing to do with buddypress, so there’s no reason not to activate it.

    #91157
    Roger Coathup
    Participant

    @djpaul, @nuprn1

    I ran into a stack of problems with this approach:

    1. A call to make a new BP_Activity_Template requires a full set of parameters (it doesn’t default them).

    2. All the bp_ functions, e.g. bp_has_activities() work on a single global activities template ($activities_template)

    3. The methods (functions) you can call directly on the BP_Activity_Template calls are very limited (has_activities, next_activity, rewind_activities, user_activities, the_activity).

    [Edit: the call to the_activity() references a global $activity but then doesn’t do anything with it, e.g. it doesn’t instantiate it]

    4. All the presentational / data functions you’d want to use, e.g. for pagination_count, title, avatar, item ids, object names, content, only work on the global $activity_template (not on the $activity global)

    Am I missing something obvious? Or is this really not feasible with the current methods?

    The code I tried:
    `
    $page = 1; $per_page = 10; $scope = ‘ ‘, $max = 200;

    $activities = new BP_Activity_Template ($page, $per_page, $max, false, ‘DESC’, false, false, false, false);

    if ($activities->has_activities()) :
    while ( $activities->user_activities() ) : $activities->the_activity();
    `
    then, I was stuck as there don’t seem to be any easy methods to access the activity content.

    My surmise is that the_activity() should be instantiating the global $activity (but it doesn’t), and then the bp_ functions should work on the $activity global not on the $activity_template global

    #91153
    Bowe
    Participant

    Thanks @rogercoathup for letting me know how to do this.. In the meantime I’ve taken another approach and added a featured posts slider (showing the post_thumbnail) and a excerpt above my activity stream. It’s a good solution for me, altough yours will come in handy for another project I’m working on :) thx!

Viewing 25 results - 47,201 through 47,225 (of 68,967 total)
Skip to toolbar