Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 32,101 through 32,125 (of 94,540 total)
  • Author
    Search Results
  • #164329
    caspergrimaldi
    Participant

    I don’t have anything written in spanish on my pages.

    I restarted the whole site, it was all working well. Today I tried registering and the problem is back. I have no idea what’s creating the block.

    The only plugins I have that use login ar buddypress and the membership plugin. But all those have been up and running from the start and were working fine.

    New page for registering is adauk.org/join

    Would love some help please. I have to launch this site on June 1st.

    #164328
    Andres Felipe
    Participant

    Hi @mercime and thanks for your quick reply

    I’m using a custom Artisteer theme. After change to BP Default the h2 tag is ok but in this theme just doesn’t shows up. It’s like the h2 tag were not declarated.

    This is my header code in case this could help:

    <div id="item-header" role="complementary">
    <div id="item-header-avatar">
    	<a href="http://site.com/red-social/miembros/quehaypahacer/">
    		<img src="http://site.com/wp-content/uploads/avatars/1/d0733fbcac7e6b0d98c9d144758a2621-bpfull.jpg" class="avatar user-1-avatar avatar- photo colorbox-manual" width="150" height="150" alt="Foto del perfil de Qué hay pa' hacer" rel="user_1" style="">
    	</a>
    </div><!-- #item-header-avatar -->
    <div id="item-header-content">
    	<h2 class="user-nicename">@quehaypahacer</h2>
    	<span class="activity">activo hace 39 segundos</span>
    								<span id="bp-verified"><img src="http://site.com/wp-content/plugins/BuddyVerified-master//images/1.png" class="colorbox-manual">
    							<span class="v-text"> </span></span>
    		<span class="cubepoints_buddypress">919 Pesos Tulueños</span>
    			<span class="cupepoints_buddypress_rank">Rango - 15% Tulueñ@</span>
    	<div id="item-meta">
    			<div id="latest-update">
    				bla bla bla <a href="http://site.com/red-social/actividad/p/361/"> Ver</a>
    			</div>
    		<div id="item-buttons">
    		</div><!-- #item-buttons -->
    	</div><!-- #item-meta -->
    </div><!-- #item-header-content -->

    Thanks for your help!

    #164327
    mjbenzon
    Participant

    Yay! And I thought we’re doing really bad. 2k+ members in 4 months but this is is like highly customized buddypress site. http://www.webcuties.me. No major marketing yet but will run contests with prizes soon and hopefully that would give us a boost.

    #164324
    angslycke
    Participant

    I’ve upgraded to BuddyPress 1.7.2 in my staging area and the update went smooth. Most functions seem to work fine. However, when I tried registering a new user the above filter didn’t work. BuddyPress sent the standard activation e-mail to the new user’s e-mail instead of the admin e-mail (please read the first post in this thread to review the new member process I have).

    The function bp_core_signup_send_validation_email_to is in bp-members/bp-members-functions.php on line 1361 and I’ve verified that it’s unchanged since BuddyPress 1.6.4 which is what I’m running now. Does anyone know if there’s been any other change affecting this? Thanks!

    #164318
    LogicWolf
    Participant

    To clarify on my type above:

    This code does NOT work (can’t reorder the forums tab):

    $bp->bp_options_nav[$bp->groups->current_group->slug]['forum']['position'] = '99';

    But this code DOES work (I can reorder the Home tab)

    $bp->bp_options_nav[$bp->groups->current_group->slug]['home']['position'] = '99';

    Thank you again for any help you can provide!

    LogicWolf
    Participant

    Hi there,

    Hoping somebody can help. I’m trying to change the order of the Group tabs in BuddyPress.

    I have been successful reordering the Profile tabs using bp_nav. It’s the Group tabs that are eluding me.

    I was able to move the Home tab in Groups with this code in functions.php:

    if (isset($bp->groups->current_group->slug) && $bp->groups->current_group->slug == $bp->current_item) {
              $bp->bp_options_nav[$bp->groups->current_group->slug]['home']['position'] = '99';
          }

    But when I look at the array like this:`foreach ( (array)$bp->bp_options_nav[$bp->groups->current_group->slug] as $key => $value ) {
    echo '<pre>';
    echo '<strong>' . $key . ': </strong><br />';
    print_r( $value );
    echo '</pre>';
    }`
    I only see hooks for Home, Forum, Members, and Admin tabs. For some reason:

    1. I can’t seem to control anything besides the Home tab (for example when I try to change the order of Forum it doesn’t work – this code does now work)
    $bp->bp_options_nav[$bp->groups->current_group->slug]['forum']['position'] = '99';

    2. I don’t see hooks for other tabs added by plugins (like Calendar, Newsletter, etc.)

    I would appreciate any help! Where are these tabs hiding???

    (Also happy to share the code I have to modify Profile tabs if anyone needs that.)

    Looks like I am using BuddyPress version 1.6.4

    Thank you in advance!

    #164313
    @mercime
    Participant

    Is there a way to migrate usernames so they dont have to log in to the forums seprately?

    @thapharm logged in members of BuddyPress install do not have to log in again to post in forums. WP/BP versions? How did you set up your forums? https://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/

    #164312
    @mercime
    Participant

    will that be the one that is integrated in the future?

    @famous scope of BP 1.8 https://bpdevel.wordpress.com/2013/04/25/buddypress-1-8-scope-and-timetable/ and group blogs are not in it

    Know that the group blogs plugin I referred to above is the plugin of choice for Group Blogs for “Commons in a Box”, a project of Boone Gorges, one of our Lead Developers.

    GGG_TXL
    Participant

    Also in case of a visible category “Gruppenforen” the behaviour is identical.

    GGG_TXL
    Participant

    Meanwhile I did find, that user/template-tags.php did have a known issue. But patching that did not change behaviour at a specific way to reproduce the problem:

    User X is member of group A, but not group B. Both groups do have hidden forums. Both Forums are in a hidden Category “Gruppenforen” (German for group forums).
    When User X goes to the forum of group A and then follows the link in the group to “Gruppenforen” and onlky at that moment the widget for recent topics shows all topics in “Gruppenforen” includigts those of group B, that user X is not supposed to see.

    #164307
    angelladesigns
    Participant

    Considering adding a tab to the profile loader file.
    * BuddyPress XProfile Loader

    Would this be the best method?

    #164300
    shanebp
    Moderator

    To change the output, use the filter hook in
    bp-groups-template.php -> bp_get_groups_pagination_count()

    return apply_filters( 'bp_get_groups_pagination_count', sprintf( __( 'Viewing group %1$s to %2$s (of %3$s groups)', 'buddypress' ), $from_num, $to_num, $total ) );

    You can’t override functions unless they are pluggable.
    https://codex.wordpress.org/Pluggable_Functions

    #164299

    In reply to: All posting fails

    energynet
    Participant

    Your timing is immaculate. 🙂 I just spotted a help file saying that I needed to delete old bp files in the theme before upgrading to 1.70. So I’d turned it off and was looking at the theme, which is Weaver II. Also searched the Weaver site for issues and they all point back at BP. 🙁

    I memory is bad on this but I either upgraded to BP 1.71 first before changing to Weaver II, from an older theme called Elbee Elgee, or or visa versa, moved to Weaver and then upgraded from the older version of BP.

    Either way, I didn’t have the old BP template pack installed, nor do I see any of files I was told to delete at this link in step 3: https://codex.buddypress.org/bp-17-upgrading-template-packed-themes/

    3. Delete the six (6) BP folders transferred to your theme’s folder in server: /activity, /blogs, /forums, /groups, /members, and /registration. If you have a header-buddypress.php, sidebar-buddypress.php and/or a footer-buddypress.php file, delete those too via s/FTP or control panel.

    My first action was to roll back the site a week. All the plugins were still current after putting the old database back other than the theme rolled back. Was just rebuilding the theme first before turning BP back on. which will be in a few more minutes…

    Fourmi
    Participant

    I’m trying to edit the groups pagination output. My idea was to redeclare the function bp_get_groups_pagination_count() in my bp-custom.php file but I get this error:

    Fatal error: Cannot redeclare bp_get_groups_pagination_count() in /nas/wp/www/staging/chronicles/wp-content/plugins/buddypress/bp-groups/bp-groups-template.php on line 902

    Is there a way I can redeclare this function without modifying the BuddyPress core function? Or is there another way to edit the pagination output?

    Thank you!

    #164295

    In reply to: All posting fails

    @mercime
    Participant

    @energynet BuddyPress is not activated in your site. Have you tried changing to Twenty Twelve theme and activating BuddyPress?

    #164293

    In reply to: All posting fails

    energynet
    Participant

    Oops. I forgot to mention that I’m using the buddypress Activity Plus as a plugin to post links, and multimedia. Its their latest version.

    All other plugins were turned off but problem persists.

    Will check with WPMU, the creators of Activity Plus as well on this, but just an additional note, no posts, or comments are working…

    #164291
    energynet
    Participant

    Hi,

    I’ve got an old buddypress site that hadn’t been upgraded since 1.51 and wpress 3.2

    I upgraded to wp 3.51 and then upgraded to buddypress 1.71 and then 1.72.

    The site had laid dormant with no work on it other than a couple of groups setup. Attempts post any content on the old groups or the new groups is completely random.

    I’ve tried multiple times to post content. The first time it added the post, but didn’t show up until I refreshed the page. I then deleted the duplicate post, but it showed up again. Then I added a new post, trying 4 times in a row and failed. Refreshing the page a few minutes later showed the deleted post back and no new posts.

    I’m using Dreamhost as an ISP. The group I was posting to was public, requiring that people register.

    http://www.rlta.org/blog/groups/redstone-history/

    I am using the latest version of BulletProof Security – which says I’m using the following settings for the blog… Don’t know why else I’m having this problem.

    Security settings Current settings

    .htaccess ../.htaccess 644.
    wp-config.php ../wp-config.php 640.
    index.php ../index.php 644.
    wp-blog-header.php ../wp-blog-header.php 644.
    root folder ../ 755.
    wp-admin/ ../wp-admin 755.
    wp-includes/ ../wp-includes 755.
    wp-content/ ../wp-content 755.
    wp-content/bps-backup/ ../wp-content/bps-backup 755.

    spiritix
    Participant

    Hi there

    One more issue (it’s killing me). Despite having the registration disabled, emails for registration and the whole activation process stayed from buddypress. So I use WP registration template but get buddypress emails and activation – which is even NOT WORKING!

    Can you help me disable whole f*ckin BuddyPress registration&activation process so I can use only WP registration + its emails and everything?

    I appreciate your help.
    Thank you!

    #164283
    MrBlade01
    Participant

    I am new to buddypress, i have installed it successfully but i am having lil problem.
    On the bottom of profiles, members etc list of all the pages are shown.
    How to remove it????

    here is the screenshot:
    http://s20.postimg.org/8hruw1lrh/problem.jpg

    Please help asap…

    GGG_TXL
    Participant

    Dear BP-Communnity,

    even with the current Version of Buddypress (1.7.2) and bbPress 2.3.2. I have a problem that was supposed to be fixed: The Buddypress widget that shows recent topics in the sidebar also reveals posts from private forums thereby giving away what is supposed to be secret.

    I am using WordPress 3.5.1. I did install it a subdirectory. But in respect to the the web adress the relative path at the directory is ./
    Before and after the recent update from BP 1.7.1 to BP 1.7.2 the problem occured equally.

    Installed and activated Plugins: Akismet, bbPress, Better WP Security, BP Message Attachment, GD bbPress Attachments, Google Calendar Events, Members, Private content, Tapatalk, WP Google Fonts, WP User Avatar, Yop Poll
    I am using the theme “From Dusk till Dawn”
    I did not modify the core files and did not have own custom functions in bp-custom.php
    My bbPressVersion is Version 2.3.2
    Right now i can’t provide error logs from the server but can provide them late on.
    My hoster is 1&1. The server runs some brand of Linux.

    hiboy
    Participant

    By default, there is name which is the primary and i create birthdate and gender,
    buddypress option only have enforce or allow member to change privacy , how about prevent changes? How do i achieve it?

    hiboy
    Participant

    Hi bb-help, thanks again for your reply, really appreciate it, as i am abit panick.
    here the full story,

    i started off with a buddypress theme and buddypress, I do my development from there to fit my needs, and i install plugin and about to done with my site after several weeks. Well the buddypress folder was renamed to buddypress2 when i first started developing on this site. everything all fine and working well. I then install this plugin = https://wordpress.org/extend/plugins/buddypress-xprofile-custom-fields-type/, and then error start appear at the top of my backend and frontend, so i immediately rename this folder in ftp, it got deactivated, but error still shown, then i delete this plugin, error still shown, then i deactivate buddypress, error still shown, deleted buddypress, error still shown, and i also replace functions.php in my wp-includes, and here where i stop. the error was still there.

    #164268

    In reply to: The Codex Looks Great!

    @mercime
    Participant

    Moved topic as requested.

    To add code in Codex, you can either use

    <pre><code>
    // code here
    </code></pre>

    for something like https://codex.buddypress.org/developer/members-navigation-menus/

    or use

    [sourcecode language=""css""]
    //code
    [/sourcecode]

    for something like https://codex.buddypress.org/legacy/theme-dev-template-pack-walkthrough-twenty-twelve/

    #164267
    hiboy
    Participant

    hi again, yes , but footer.php if i put the ads code ,it will appear in all pages, which the layout is different from my buddypress theme. I only left with showing ads at the footer of single member and group page.

    #164266
    ljmac
    Participant

    @bp-help

    You would not be associated with my site in any way by doing this – this is just code that would help a lot of BuddyPress users (judging from the many requests for it). I simply suggested showing you my site to give you a clearer idea of what I’m already doing, and how the code I have so far works. If the site of the female human body offends you, you don’t have to look (that’s entirely your choice), but it shouldn’t have any bearing on whether or not you help to provide a much-requested BuddyPress feature.

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