Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 58,251 through 58,275 (of 94,540 total)
  • Author
    Search Results
  • #21421
    armon99
    Member

    Hi
    I have successfully installed Buddypress and all seem to be in order. This is the site am working with, http://www.weightlost4teens.com and what i really want to do is to get the forum going. I have set up the field and thats as far as i went. I like to know if there is a tutorial which provide a complete guide to newbies like myself. I am wondering if there is a way to create topics and get it propagates. I simply would like to know what to do next after a successful installation.
    Thanks for your reply!

    #110468
    pcwriter
    Participant

    @all

    The new BuddyBuilder v1.2 now includes over 160 customization options! (Geez… will it never end? Nope.)

    Especially fun in this update is the Header Image Rotator: you can display up to 8 images in random or ordered rotation in your header, complete with animated descriptions. You have full control over image display time; fade-in/out speed; description size, location, animation speed… and much more.

    See details here: http://buddylite.com/2011/notices/new-in-buddybuilder-v1-2/

    Questions? Don’t be shy… ask here or in the BuddyBuilder forum at: http://buddylite.com/groups/premium-support/forum/

    luvs
    Member

    Hello, I want to change the layout of one of my groups, but I want all the others to stay the same. Like the support groups on buddypress.org

    How do i do it????

    #110464
    @mercime
    Participant

    == thumbnails of next and previous images ==

    @famous next and previous thumbnail images are shown by template tags –
    and

    One quick solution for an image.php file:
    – copy bp-default theme’s index.php and save to your child theme folder
    – open up index.php and replace the following lines:

    Replace

    <div class="entry">
    
    </div>

    With

    <div class="entry">
    ID, 'large' ); ?>
    
    </div>

    Replace

    <div class="navigation">
    <div class="alignleft"></div>
    <div class="alignright"></div>
    </div>

    With

    <div class="navigation">
    <div class="alignleft"></div>
    <div class="alignright"></div>
    </div>

    Replace
    <h2 class="posttitle"><a href=&quot;" rel="bookmark" title=" "></a></h2>
    With
    <h2 class="posttitle"><a href=&quot;post_parent); ?>" rel="attachment">post_parent); ?> </a></h2>

    You can also check out twentyten’s loop-attachment.php to see how image attachments are rendered along with other forms of attachment https://core.trac.wordpress.org/browser/tags/3.1.1/wp-content/themes/twentyten/loop-attachment.php

    lselwd
    Member

    buddypress upgrade is easy and. not fails ever? jQuery used in wordpress [if I installed 3.1 wordpress what version of jQuery have?] may used for client programming since in included as attachment to ALL php files, this is correct? same applies for jqueryui, or this needed js manual include?

    I have installed wordpress 3.1, well this is MU-MULTI-USER so must accept buddy press plugin?

    #110462

    In reply to: Display topic problem

    fladnag
    Member

    Default theme BuddyPress, no other plugins – BP was first… WP 3.1.1 and BP 1.2.8

    nit3watch
    Participant

    @hnla lol dude sorry im a fool. ‘*space*odd’

    Working great >.<

    #110448
    Sam Munro
    Participant

    This is exactly what I want to try and do. Mingle I think has outlived it’s purpose at http://ecigusers.com and I’m trying to migrate to buddypress but I have around 29 users and a steadily growing forum built in using mingle forum, Both Mingle and Buddypress can be activated at the same time I have found but the menu system thats semi-transparent on the header is a knighmare to navigate. If I re-activate buddypress could someone take a quick look at the site and make suggestions as to what I can do.

    #110447
    Hugo Ashmore
    Participant

    It’s a feature that went trough a name change or two, the option is on your create or edit Post view named as ‘Featured Image’ other than that what do you mean ‘is not showing up’

    ewebber
    Participant

    Hi @hnla it’s a 500 error – I will see if there is anything in the server logs

    I do have cloudflare running, I’m not sure if that might be causing an issue

    #110445
    Sam Munro
    Participant

    I’m testing this very thing I have 29 users on ecigusers.com both plugins have very different features that attract me to them. I also have a plugin called mingle forum which seems to work even with buddypress activated but the menu system is all over the shop. Is there an extention that anyone knows of that can add a custom menu to buddypress??

    #21414
    Marcos Nobre
    Participant

    hey guys,

    When I add the add_theme_support( ‘post-thumbnails’ ); to the themes functions.php it doesnt seem to work… the thumbnail option is not showing up… is there a different way to make this work in wordpress 3.1.1 with the latest buddypress?

    Thank you

    Hugo Ashmore
    Participant

    You are going to need to supply a little more detail on the events as there is too little to formulate much of an opinion on what is happening.

    Simply deactivating BP should not produce a server error- what server error? they are generally given error codes to narrow down what issue the server is happening. What do your server logs say? these are the first port of call when encountering issues with servers as they will provide detail as to what was happening or instruction attempted to complete but failed for whatever reason.

    ewebber
    Participant

    Hi all,
    I am having a few issues that started with an attempt to upgrade wordpress to 3.1
    When I deactivate buddypress my whole site shows a server error and the only way of getting it back is to reactivate buddypress through the database. I deactivated everything else first, so doesn’t seem like it’s to do with any other plugns.
    Does anyone have any ideas why this is happening and what I can do about it?
    Thanks

    #21412
    hran
    Member

    Is this normal and expected (WordPress 3.1.1, BuddyPress 1.2.8)? I would think that coding like this would be bad, for example for the undefined offsets and properties, you’d normally want to check that they exist before trying to read.

    `
    Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-templatetags.php on line 193

    Notice: Undefined offset: 0 in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php on line 85

    Notice: is_page was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. (This message was added in version 3.1.) in /sites/www.mysite.org/web/content/wp-includes/functions.php on line 3422

    Notice: Undefined offset: 0 in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php on line 108

    Notice: Undefined offset: 0 in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php on line 115

    Notice: Undefined offset: 0 in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php on line 147

    Notice: Undefined offset: 1 in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php on line 155

    Notice: Undefined offset: 2 in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php on line 158

    Notice: Undefined property: stdClass::$loggedin_user in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-forums.php on line 530

    Notice: Trying to get property of non-object in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-forums.php on line 530

    Notice: Undefined property: stdClass::$displayed_user in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core.php on line 1070

    Notice: Trying to get property of non-object in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core.php on line 1070

    Notice: Undefined index: user-avatar-default in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core.php on line 160

    Notice: Undefined property: stdClass::$profile in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-classes.php on line 816

    Notice: Undefined index: bb-config-location in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-forums.php on line 23

    Notice: Constant BP_XPROFILE_BASE_GROUP_NAME already defined in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-xprofile.php on line 101

    Notice: Constant BP_XPROFILE_FULLNAME_FIELD_NAME already defined in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-xprofile.php on line 102

    Notice: Undefined index: fileupload_maxk in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 35

    Notice: Undefined property: stdClass::$current_group in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-groups.php on line 223

    Notice: Trying to get property of non-object in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-groups.php on line 223

    Notice: Undefined variable: count_indicator in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-messages.php on line 115

    Notice: Trying to get property of non-object in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-templatetags.php on line 1437

    Notice: Trying to get property of non-object in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-templatetags.php on line 1437

    Notice: Undefined index: action in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-signup.php on line 571

    Notice: Undefined index: action in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core.php on line 2026

    Notice: Undefined index: bp-message in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core.php on line 1365

    Notice: Undefined index: bp-message-type in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core.php on line 1368

    Notice: Undefined offset: 0 in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php on line 266

    Notice: Undefined property: stdClass::$is_directory in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-templatetags.php on line 1482

    Notice: Undefined property: stdClass::$is_directory in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-templatetags.php on line 1482
    Notice: Undefined property: stdClass::$is_directory in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-templatetags.php on line 1526

    Notice: Undefined property: stdClass::$profile in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-templatetags.php on line 1652

    Notice: Trying to get property of non-object in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-templatetags.php on line 1652

    Notice: Undefined property: stdClass::$is_directory in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-templatetags.php on line 1482

    Notice: Undefined property: stdClass::$is_directory in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-templatetags.php on line 1482

    Notice: Undefined property: stdClass::$is_directory in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-templatetags.php on line 1482 `

    #110441
    hran
    Member

    I increased the memory to 64mb and that did solve the problem of running out of memory. There are a vast number of notices that show up in debug mode but I’ll post a new thread about them.

    #110440
    hran
    Member

    Also I’m running PHP 5.2, not 5.3

    #110439
    hran
    Member

    This is 1.2.8, but your link says it was fixed in 1.2.6. Maybe there was a regression? I agree about fixing this first.

    @mercime
    Participant

    Cool! Kudos @gunju2221 :-)

    #110437
    @mercime
    Participant

    What BP version are you on? That issue has been fixed https://trac.buddypress.org/ticket/2759 to address deprecated notice if you’re on PHP 5.3+

    == It shouldn’t need 33MB of RAM just to activate the plugin. ==
    It depends on server configurations ultimately. I set up a BP install for a friend on a shared hosting plan with 32MB and it’s running well with a private community of 250+ members. Resolve the deprecated notices issues first and see if you still need to increase memory limit.

    #110436
    hran
    Member

    I am having the same problem, but are you sure this isn’t a bug in the plugin? It shouldn’t need 33MB of RAM just to activate the plugin. I got the same error trying to activate Buddypress 1.2.8 on a fresh install of WordPress 3.1.1 on a high-quality host. There are a huge number of warnings that come before the memory error. Here’s the full output with debug on (I cut out another ~50 warnings on call-time pass-by-reference).

    `Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core.php on line 565

    Warning: Call-time pass-by-reference has been deprecated in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-classes.php on line 228

    [many more errors on call-time pass-by-reference…]

    Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-friends.php on line 433

    Notice: Undefined offset: 0 in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php on line 85

    Notice: is_page was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. (This message was added in version 3.1.) in /sites/www.mysite.org/web/content/wp-includes/functions.php on line 3422

    Notice: Undefined offset: 2 in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php on line 158

    Notice: Undefined property: stdClass::$loggedin_user in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-forums.php on line 530

    Notice: Trying to get property of non-object in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-forums.php on line 530

    Notice: Undefined property: stdClass::$displayed_user in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core.php on line 1070

    Notice: Trying to get property of non-object in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core.php on line 1070

    Notice: Undefined index: user-avatar-default in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core.php on line 160

    Notice: Undefined property: stdClass::$profile in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-classes.php on line 816

    Notice: Undefined index: bp-xprofile-base-group-name in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-xprofile.php on line 101

    Notice: Undefined index: bp-xprofile-fullname-field-name in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-xprofile.php on line 102
    WordPress database error: [Table ‘z_mysitewp.wp_bp_xprofile_data’ doesn’t exist]
    SELECT value FROM wp_bp_xprofile_data WHERE field_id = 1 AND user_id = 1

    WordPress database error: [Table ‘z_mysitewp.wp_bp_xprofile_fields’ doesn’t exist]
    SELECT * FROM wp_bp_xprofile_fields WHERE id = 1

    WordPress database error: [Table ‘z_mysitewp.wp_bp_xprofile_fields’ doesn’t exist]
    SELECT id FROM wp_bp_xprofile_fields WHERE id = 1

    Notice: Undefined index: bb-config-location in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-forums.php on line 23

    Notice: Undefined index: bp-xprofile-base-group-name in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-xprofile.php on line 101

    Notice: Constant BP_XPROFILE_BASE_GROUP_NAME already defined in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-xprofile.php on line 101

    Notice: Undefined index: bp-xprofile-fullname-field-name in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-xprofile.php on line 102

    Notice: Constant BP_XPROFILE_FULLNAME_FIELD_NAME already defined in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-xprofile.php on line 102

    Notice: Undefined index: fileupload_maxk in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 35
    WordPress database error: [Table ‘z_mysitewp.wp_bp_groups_members’ doesn’t exist]
    SELECT COUNT(DISTINCT m.group_id) FROM wp_bp_groups_members m, wp_bp_groups g WHERE m.group_id = g.id AND m.user_id = 1 AND m.is_confirmed = 1 AND m.is_banned = 0

    Notice: Undefined property: stdClass::$current_group in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-groups.php on line 223

    Notice: Trying to get property of non-object in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-groups.php on line 223
    WordPress database error: [Table ‘z_mysitewp.wp_bp_messages_recipients’ doesn’t exist]
    SELECT unread_count FROM wp_bp_messages_recipients WHERE user_id = 1 AND is_deleted = 0 AND sender_only = 0

    Notice: Undefined variable: count_indicator in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-messages.php on line 115

    Notice: Undefined index: action in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-signup.php on line 571

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /sites/www.mysite.org/web/content/wp-admin/includes/media.php on line 1963`

    @mercime
    Participant

    If you want your members to create groups at will, then you could place it in member header area.

    This is how to do it If you had created a child theme of bp-default theme and you want to place the create group button where it can be seen right away, you could copy this file https://trac.buddypress.org/browser/tags/1.2.8/bp-themes/bp-default/members/single/member-header.php from the bp-default theme into your child theme’s folder following the directory structure
    i.e. wp-content/themes/yourchildtheme/members/single/member-header.php . Then you can insert the code as one of item buttons; and you should check if the Groups component was activated in your install first by adding conditional: if ( bp_is_active( ‘groups’ ) )

    == after the Add Friend, Mention this user buttons ==
    `

    <a class="button" href="”>

    `

    == or before the Add Friend, Mention this user buttons ==
    `

    <a class="button" href="”>

    `

    #21411
    Famous
    Participant

    Does anyone have an image.php file for buddypress? One that shows cool thumbnails of next and previous images? Or can you get me started somehow? Thanks for your help.

    #21408
    fladnag
    Member

    This is my problem: I can add topic, but i can’t read it. When I click on topic title (forum page), I go to group page with message: “There is not entires in this topic” – this is my translation, becouse I’ve got polish version BuddyPress.

    What is wrong?

Viewing 25 results - 58,251 through 58,275 (of 94,540 total)
Skip to toolbar