Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 20,751 through 20,775 (of 69,119 total)
  • Author
    Search Results
  • #165590
    BottleInfrontomy
    Participant

    @KalanStar

    I have this same problem. I thought it was because I upgraded from a previous version and had a bunch of plugins causing a conflict. I just purged my site of BuddyPress including anything from pre-1.7.2 (including any DB entries), I reinstalled 1.7.2 and I have nothing in my Activity page, nothing in the Site Tracking page, nothing in User Groups, and all of my BuddyPress pages have ‘Viewing ARchives for “” ‘ at the top of the content area.

    You wouldn’t happen to have Better WP Security running would you, and have renamed your DB Tables? I’m trying desparately to solve this problem and nothing seems to be working. I created all of my sub-blogs via the Admin console so the bug appears to still be there and several more. I’m running Pagelines Framework.

    #165586
    bp-help
    Participant

    @patricksaad
    It would be a good plugin, from what I can see your method involves throttling for the activity stream correct? Not really projected towards friend request correct? I personally would like to see this feature towards both so hopefully it will come to fruition. Maybe you can create two plugins off this idea?

    #165577
    Amandabears
    Participant

    I have a theme that is buddypress ready, however when users go to register they are emailed an activation key. When clicked on OR imputed into the Activation spot on our website, it says Invalid and requests for the user to enter in their email to reset password.

    Once the user does, a new password is emailed. When the user then goes to login, it claims there is no such user.

    Can anyone offer a solution to this? Our website is hosuewivesmag.com. I also have ANYONE Can register checked in the settings.

    #165572
    devrap
    Participant

    I’m having this same issue, but on a newer version of BP (1.7.1). I’ve submitted a ticket to report this bug, https://buddypress.trac.wordpress.org/ticket/5046#ticket. The error doesn’t occur if *all* fields of the extended profile are filled out.

    #165571
    rahulc
    Participant

    Hello,

    Brilliant work! Awesome app and plugin.
    Thanks!

    #165570
    bp-help
    Participant

    @caming
    If your using BuddyPress then it should login users to use forums as well. I think you may want to post this issue on the bbpress forums as well.

    #165567
    Scott Hendison
    Participant

    @hahvensa – My programmer, a member of this forum, is unable to have her replies go live or be shown in her history, so after reading your post she had an idea and fixed it – she asked me to post this –

    we don’t use the dropdown select box, but while troubleshooting I put it back on and it doesn’t work for us either. I don’t know a solution to that since we don’t need it.

    On the alphabetical issue: I finally found a way to make it work. I had to edit a core buddypress file though. bp-core/bp-core-classes.php on line 253, I changed from $sql['orderby'] = "ORDER BY u.display_name";
    to
    $sql['orderby'] = "ORDER BY u.user_login";

    Of course this only works for us because we chose to use the business names as the people’s usernames. The sorting by display name, although should work, shows the list out of order. I can’t figure out why, but the core file edit has solved the problem. That will be frustrating on upgrades, but at least it now works.

    Before the upgrade, we were sorting by display name and it worked fine, and this sounds like a workaround – Using buddypress for a chamber of commerce seemed like a good idea at the time, and overall we’ve been pretty happy, but is there any paid support somewhere?

    #165566
    Hugo Ashmore
    Participant

    Reason you ought to write as a plugin for own use is while you should offer the code through trac for consideration for adding to core there is no guarantee it will be accepted so if it’s that necessary for you safer to keep running as a plugin until such time as it’s merged into core.

    #165564
    modemlooper
    Moderator

    You shouldn’t edit those files. You can add settings with a plugin. If you want that as a core feature then post on http://buddypress.trac.wordpress.org then submit a patch of working code.

    #165555
    Scott Hendison
    Participant

    Similar issue –

    After upgrading Buddypress to the latest version of 1.7.2, the “sort alphabetically” is no longer working when viewing the list of members:
    http://www.eastportlandchamberofcommerce.com/business-directory

    It’s not working when you view all members, search results, or when choosing to view members in categories. In members-loop.php, here’s the line of code that has worked up until now:

    <?php if ( bp_has_members( bp_ajax_querystring('members').'&type=alphabetical&per_page=500' ) ) : ?>

    On another note, our programmer has posted this issue twice here since Monday, but her post has not appeared visible to her or to me, or presumably, to others. (Budddypress user, Dzynit) – Any ideas why that’s happening?

    #165553
    P
    Participant

    @sooskriszta I agree that the plugin is a terrible idea. Throttling is one thing (telling the user “hey slow down a bit”) but setting an absolute limit for the number of friendships goes against the concept of a community.

    Going back to the ORIGINAL point of this topic, I said I will add throttling to the activity page and the friendship requests, but I ran into small trouble and thought maybe some of you people can help out. I opened another topic https://buddypress.org/support/topic/add-custom-setting-to-buddypress-settings/, I appreciate it if you can check it out and help out. @synaptic @sooskriszta

    #165538
    Henry
    Member

    Ah right, and i never knew that! i’ll try to make my list a little more comprehensive before I create a new codex page, i’m sure i’m still missing one or two important site pages

    Thanks again :}

    #165537
    Hugo Ashmore
    Participant

    If you have a list Henry create a new page in the codex, leave it as a draft if you’re unsure or want feedback and one of can look it over – anyone can add pages the docs team is very ad hoc any entries to the codex welcomed but possibly edited here and there ๐Ÿ™‚

    #165535
    Henry
    Member

    Thanks @hnla

    i’ve been through the directory structure with a toothpick and have come up with a good list. It would be great if you could feed back to the documentation team that a full list published somewhere in the codex would be greatly appreciated :}

    #165531
    Hugo Ashmore
    Participant

    The file directories give you a good idea or are as good a ref as any, ones that can catch you out are /members/single/ where you need to remember that there are two nuisance files ๐Ÿ™‚ plugins.php & settings.php which have their own full structure (are not template_parts) or that need to be considered.

    #165528
    @mercime
    Participant

    Before the change I had the grey around the navigation of friends forums etc but that disappeared with the templates being disabled.

    Not quite sure what you mean. You lost all BP styles? What do you mean by “templates disabled”? BP components are rendered automagically via theme’s page.php file.

    #165527

    In reply to: BP-Default fonts

    @mercime
    Participant
    #165525
    alishoja
    Participant

    i have the same problem, please share your solution!
    thanks

    #165524
    unknownterritory20
    Participant

    Ok. I played around with it until I found out the issue, but I don’t know how to solve it.

    In groups > forum > topics > My New Topic … when I inspect the element for the href for the modify link (and others) are as follows…

    href=”http://mysite.com/groups/Sailing/forum/topic/edit?_wpnonce=xxx&#8221;. This gives me a blank page, or bbpress edit form.

    If I slightly modify the url to href=”http://mysite.com/groups/Sailing/forum/topic/my-new topic/edit?_wpnonce=xxx” then I see things exactly how they are supposed to be. So the modify link was taking me to the wrong page.

    I have no idea how to modify the url to insert the topic title. This would completely resolve my issue

    The modify link is embedded in the bp_the_topic_admin_links function.

    function bp_the_topic_admin_links( $args = '' ) {
    	echo bp_get_the_topic_admin_links( $args );
    }
    	function bp_get_the_topic_admin_links( $args = '' ) {
    		global $forum_template;
    
    		$defaults = array(
    			'seperator' => '|'
    		);
    
    		$r = wp_parse_args( $args, $defaults );
    		extract( $r, EXTR_SKIP );
    
    		$links[] = '<a href="' . wp_nonce_url( bp_get_the_topic_permalink() . 'edit', 'bp_forums_edit_topic' ) . '">' . __( 'Edit Topic', 'buddypress' ) . '</a>';
    
    		if ( bp_is_item_admin() || bp_is_item_mod() || bp_current_user_can( 'bp_moderate' ) ) {
    			if ( 0 == (int) $forum_template->topic->topic_sticky )
    				$links[] = '<a href="' . wp_nonce_url( bp_get_the_topic_permalink() . 'stick', 'bp_forums_stick_topic' ) . '">' . __( 'Sticky Topic', 'buddypress' ) . '</a>';
    			else
    				$links[] = '<a href="' . wp_nonce_url( bp_get_the_topic_permalink() . 'unstick', 'bp_forums_unstick_topic' ) . '">' . __( 'Un-stick Topic', 'buddypress' ) . '</a>';
    
    			if ( 0 == (int) $forum_template->topic->topic_open )
    				$links[] = '<a href="' . wp_nonce_url( bp_get_the_topic_permalink() . 'open', 'bp_forums_open_topic' ) . '">' . __( 'Open Topic', 'buddypress' ) . '</a>';
    			else
    				$links[] = '<a href="' . wp_nonce_url( bp_get_the_topic_permalink() . 'close', 'bp_forums_close_topic' ) . '">' . __( 'Close Topic', 'buddypress' ) . '</a>';
    
    			$links[] = '<a class="confirm" id="topic-delete-link" href="' . wp_nonce_url( bp_get_the_topic_permalink() . 'delete', 'bp_forums_delete_topic' ) . '">' . __( 'Delete Topic', 'buddypress' ) . '</a>';
    		}
    
    		return implode( ' ' . $seperator . ' ', (array) $links );
    	}
    

    ALSO, is there a way to disable bbpress user profiles, completely? I only want bp profiles active.

    #165523
    @mercime
    Participant

    @thecrow72 basically, BuddyPress uses the WP email functions for its registration process. Deactivate BuddyPress, bbPress and other plugins then check your WP registration/activation emails, etc. If it’s not working, then please resolve your issue at https://wordpress.org/support/forum/how-to-and-troubleshooting

    Before activating BuddyPress, read https://codex.buddypress.org/user/before-installing/

    Good luck!

    #165522
    @mercime
    Participant

    @sarathbabu_k can’t even guess what’s up with your installation. Need more information like WP/BP versions? Theme used? Plugins installed? New installation or upgraded from previous BP/WP version? Did you check if links in posts (blog posts or status updates or forum posts?) were working before BuddyPress was installed or not?

    #165519
    @mercime
    Participant

    @junithorn BP 1.7 theme compatibility -> https://codex.buddypress.org/developer/theme-development/a-quick-look-at-1-7-theme-compatibility/ see “Overloading Template Compatibility theme files”

    #165518

    In reply to: Display Issues

    @mercime
    Participant

    @bkypes starting from scratch – might I suggest that before installing pagelines theme and other plugins, test BuddyPress with Twenty Twelve theme – registration, group creation, etc.? That way, you can ID issues to be resolved if something goes wrong when pagelines theme/plugin are activated and you’ll be able to report specifics to pagelines theme developers.

    #165517
    @mercime
    Participant

    the plugin is โ€œbreakingโ€ the layout because its using different content tags


    @millo
    it’s more like your theme is using proprietary templating system. BuddyPress is compatible with nearly all of the WordPress themes in the market.

    BuddyPress uses the page.php file to render BP components. Open up your theme’s page.php file and Save As > buddypress.php and ask your theme developer to change the respective proprietary tags to show the_title and the_content in source.

    After that’s done, upload buddypress.php file into your theme folder in server.

    #165514

    In reply to: SignUp Error

    @mercime
    Participant

    @galavrah deactivate plugins batch by batch except BuddyPress to check which plugin is causing the issue.

Viewing 25 results - 20,751 through 20,775 (of 69,119 total)
Skip to toolbar