Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 50,901 through 50,925 (of 94,540 total)
  • Author
    Search Results
  • #25909

    Trouble: I have created 5 worpress users from the dashboard. Yet, no members at ll show up on the “http:/momatoldme.com” buddypress site. Nor do I see any way on the page for anyone to register.
    I thought from what I have read about wordpress, that wordpress users=buddypress members?
    If not, how do I sign up members? Please help.

    Answers to “when asking for support” questions:

    1. Which version of WordPress are you running? WP 3.2
    2. Did you install WordPress as a directory or subdomain install? directory
    3. If a directory install, is it in root or in a subdirectory? subdirectory (/public_html/momatoldme.com)
    4. Did you upgrade from a previous version of WordPress? If so, from which version?
    NO, brand new install today
    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
    Um, never ran it as a WordPress site. Got the domain specifically for buddypress.
    6. Which version of BP are you running? BP1.5 installed Today.
    7. Did you upgraded from a previous version of BP? If so, from which version? NO
    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? NO
    9. Are you using the standard BuddyPress themes or customized themes? installed frisco buddypress theme
    10. Have you modified the core files in any way? NO
    11. Do you have any custom functions in bp-custom.php? NO
    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
    NO
    13. Please provide a list of any errors in your server’s log files. None
    14. Which company provides your hosting? Startlogic
    15. Is your server running Windows, or if Linux; Apache, nginx or something else? Apache

    Deafinitive
    Member

    Hi,

    I am having problems with the activation email link and redirection.

    When I cleck the activation link in the activation email it takes mt to an error page. THe URL it redirects to is

    http://site.com/?my_redir_to=/??????????key=9f59f19033809738f375819b687a0f77

    I have the Private Community plugin installed with the config file set up like this:

    `MM_BUDDYPRESS_PRIVATE_COMMUNITY::$ALLOWED_URIS = Array(”,’/online-training’, ‘/register’,’/activate?key=*’,’/wp-login’);`
    `MM_BUDDYPRESS_PRIVATE_COMMUNITY::$REDIRECT_TO_URL = site_url() . ”;`
    `MM_BUDDYPRESS_PRIVATE_COMMUNITY::$REDIRECT_HOOK = ‘my_redir_to’;`

    Can someone offer any suggestion to fix this please.

    Thanks

    #124976
    pcwriter
    Participant

    @denisjoel

    You can simply replace the WordPress search form code in your theme template with the following (it will give you the standard BP search form for Members, Groups, Blogs, Forums, Posts). Plus, the “Search anything…” default text will disappear when the user clicks in it.

    `<form action="” method=”post” id=”search-form”>
    <input type="text" id="search-terms" name="search-terms" value="” onfocus=”if (this.value == ” ) { this.value = ”; }” onblur=”if (this.value == ”) { this.value = ”;}” /> in

    <input type="submit" name="search-submit" id="search-submit" value="” />

    `

    #124975
    pcwriter
    Participant

    @phort6n2

    This plugin should help get you where you want to go:
    https://buddypress.org/community/groups/achievements/

    #25903
    phort6n2
    Member

    I’ve built many WordPress sites before, but this will be my first using Buddypress. I’d like there to be some sort of checklist that all members of the site are working toward completing. More specifically, a list a places each member needs to visit, and then record or check off that they’ve completed it. And have a way to show each members progress. Is there a way to do this with the existing plugins?

    Thanks!

    denisjoel
    Member

    Hi, the quest is simple, How i can put in the search bar of Buddypress in default “Post search”.

    Thanks

    #124974
    bimstop
    Member

    My apologies, yes it used to be call WPMU they have now made it part of the main WordPress install and call it Multisite.

    So yes I have an install of WordPress with Multisite activated. I have not seen anything that says the latest version of Buddypress is not compatible with WordPress Multisite.

    UPDATE
    I have tried a fresh install of WordPress with Buddypress installed. I now have the following happening…

    The settings page still stays the same on a save but if you refresh the page your changes are now visible (This was not happening before). So it seems that the save is now happening it just still shows you the old data first after you press the save button. This seems to make it confusing as you think the save did not complete.

    Further to this, if you use the default buddypress theme the save works first time everytime correctly. The above only seems to happen if I am using a different theme with the buddypress template pack to make the theme compatible.

    So does this mean there is a bug in the template pack? If so any suggestions on how I can make the form display your newly saved data right after the save.

    Thanks

    #124971
    r-a-y
    Keymaster

    In the WP admin dashboard, try navigating to “BuddyPress > Forums”.

    Under “Forums for Groups”, try clicking on “Install Group Forums”. If you don’t see that, click on “Uninstall group forums”, then you should see the Install Group Forums button, click on that button.

    Next, under “BuddyPress > Components”, make sure that “Discussion Forums” is checked.

    If that doesn’t work, it could be a database problem. Try logging into phpMyAdmin and repairing your tables.

    Also make sure that the following tables exist and have data populated in them:

    * wp_bb_forums
    * wp_bb_meta
    * wp_bb_posts
    * wp_bb_terms
    * wp_bb_term_relationships
    * wp_bb_term_taxonomy
    * wp_bb_topics

    #124969
    aces
    Participant
    #124967

    In reply to: Bad login redirect URL

    papaenapuros
    Member

    @despachotres Are the mail notifications working for you? Even your mention didn’t trigger an email…

    #124966

    In reply to: Bad login redirect URL

    despachotres
    Member

    @papaenapuros I had the same problem too :(

    #124964
    jruiz
    Participant

    Hello mercime, thank you for your assistence..

    No, I didn’t make any upgrade in this month.. nor installed a new plugin.. My forums worked good before..

    But I have some changes because my site was hacked, and this affected the Buddypress default theme: all my index.php files receive a malicious code.

    I cleaned all files, changed my passwords, etc… When I saw the problem with the forums (today) I reinstalled all Buddypress files.. but the forum doesn’t work.

    I used Installation Wizard when installed Buddypress.. Any idea?

    #124963

    In reply to: Bad login redirect URL

    Paul Wong-Gibbs
    Keymaster

    Sounds like a bug. Can you report it on http://buddypress.trac.WordPress.org please? You can use your username and password from here.

    #25899
    #124962
    @mercime
    Participant

    == The thing that comes to my mind is that I have installed both sites to a subdomain eg. name.mydomain.com ==
    BP has no problem being installed in physical subdomains or in secondary blogs of multisite installations with subdomain structure as far as I know.

    I noted in your 2nd post that you were trying to make your WP theme compatible with BuddyPress. If you’re using the bp-default theme, you should deactivate the BP Template Pack plugin. What showed up in your error logs?

    #124961
    @mercime
    Participant

    == I’m using BP 1.5.1, I didn’t have problem until days ago ==
    Did you just upgrade and/or install a new theme or plugin recently?
    Did you go through the Installation Wizard?
    Have you gone to dashboard menu BuddyPress > Forums > Forums for Groups – and clicked on Use Existing Installation?

    #124956
    @mercime
    Participant

    The problem IS the parent theme Detox. With all the warnings and deprecated notices generated, if that theme was submitted to the WordPress Theme Repository, it would not be approved with all those errors. That theme is listed with issues on this page https://codex.buddypress.org/releases/1-5-theme-compatibility/

    You have to fix the theme, or drop it and get a WordPress Theme. Then install BP Template Pack plugin. Go through the BP compatibility process and if you need help with that, post here.

    #124954
    4ella
    Participant

    I have exactly the same problem :-( . After replying on some activity post I get Page not found. I have latest Buddypress and wordpress with default theme and have never had Buddystream installed.

    #124946
    jruiz
    Participant

    pagination link is not working.. but you can copy the link in the browser (change page number), like this:

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/?p=3&n=20 (change p=4, 5, 6…)

    ezhil
    Member

    Hi, iam trying to customize my registration fields like tumblr( i.e : usrname | email | password ), the default buddypress ( 1.5.1 ) provides 5 fields to complete, how to remove retype password and full name fields?. I just tried doing it and iam stuck with it, do anyone have similar problem and fixed it. please address.

    wiking
    Member

    if you want to modify that behavior you can edit the theme files which i did for my community. users browsing the page don’t see anything unless they register. i used the wordpress-function is_user_logged_in()
    files to consider:
    /wp-content/plugins/buddypress/bp-themes/bp-default/activity/activity-loop.php
    and to hide the rss-button (private groups still in rss if you know the link or browse the source code – but users not logged using the site don’t see anything):
    /wp-content/plugins/buddypress/bp-themes/bp-default/activity/index.php

    #25895
    Muhang
    Member

    How can I make ng gal work with bp?
    I want users to be able to create albums and upload photos.

    Is this possible?

    #124942
    Flocktome
    Member

    This seems to be a nice plugin that works on buddypress:
    https://wordpress.org/extend/plugins/buddypress-recaptcha/

    Some slight manual additions (just add your recaptcha keys into the actual php file), but apart from that, clean, simple it seems.

    #124940
    dude
    Member

    Aces you are the man !!!

    I bit the bullet and gambled and it paid off :)

    Now I just need to re-arrange my banner because it’s playing peekaboo lol

    many many thanks for your input, not to mention your patience on this edit sir

    #25890
    avincom
    Member

    I came across a case of white screen of death after upgrading my WordPress/Buddypress multisite install yesterday to latest versions. Basically, I realized that 2 pages that used to display fine suddenly started yielding a blank screen. All the other pages of the site kept displaying correctly.

    After a few hours of troubleshooting, I narrowed down the problem to the name of the template file that is attached to the displayed page. The theme I am using is Classipress and the name of the template file is “tpl-membership-purchase.php”. If I rename the template file to something simpler, then the page displays as it should.

    I checked as well that this was only happening if buddypress’ latest version was installed.

    I managed to reproduce the problem by
    – installing WP (latest release) + BP (latest release + all wizard default options)
    – activating Twenty-eleven theme (no BP modification)
    – creating a new (very basic) template fille called “tpl-membership-purchase.php”
    – assigning the new template to a newly created page and display the page

    Thanks.

Viewing 25 results - 50,901 through 50,925 (of 94,540 total)
Skip to toolbar