Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 52,226 through 52,250 (of 69,016 total)
  • Author
    Search Results
  • #78872
    mazen
    Member

    @boonebgorges thanks for your response and plugin link, in terms of functionality it is almost exactly what I need, only:
    – Need it to manage users instead of groups
    – Need it to show their full profile fields (including xprofile)
    – Need options to deactivate(very important) or delete users
    – Need function to export list to excel sheet

    3dcandy
    Member

    @kankakee
    I’ve altered fishbook to get active header tabs to change for static pages. you need to edit the styles.css file like this:

    find the nav css. look for the line that says “ul#nav li.selected a {” and change it to “ul#nav li.selected a, ul#nav li.current_page_item a {“

    done!

    Regards
    Ade

    #78869
    mazen
    Member

    Awesome guys, thanks a lot for all your replies, I will go through these and post back feedback. @djpaul @boobebgorges @paulhastings0

    Cheers.

    #78867
    Hugo Ashmore
    Participant

    @DJPaul I guess on perhaps registration and community > Groups page; especially the groups page I suppose, a simple set of guidelines not too dictatorial as to reasons a member might want/ may create a group on this site but that on testbp.org they may experiment if they want to simply get a feel for how BP works. I was slightly surprised that there was no link to the test site from the main page as I had forgotten the link and had to guess a few time at it.

    #78861
    Hugo Ashmore
    Participant

    You would need to explain exactly what you tried as it should work, as long as the anchor has a parent named .feed? or was it.rss that is one possible issue and the script element check would need to be smarter or not so rigid.

    #78851
    Jeff Sayre
    Participant

    @arxpoetica

    I couldn’t access the link. Chris’ site just keep trying to load and then threw a 503. I’ll try again later.

    In general, as you know, I have issues with using OpenID in a distributed environment because it requires a lot more server calls and a 3rd-party provider / verifier. This basically locks individuals back into the same mantra of depending on another provider. Decentralized services are best, IMO, managed and controlled by each individual. This is where FOAF+SSL-backed WebID shines. It does not require a 3rd-party authenticator and the process takes significantly fewer steps.

    Of course, that does not preclude offering both options–the Open Stack and their SemWeb counterparts.

    #78837

    I am afraid I had to give up in the end. I tried it in all three and it didn’t open any of the syndicated RSS articles in a new window. I am sure its down to my incompetence but that’s a product or heredity, environment and evolution, so it won’t be changed quickly and I have to get the site up and running, so I will leave it out for the time being. Many thanks for your help.

    #78833
    masok88
    Member

    awesome, thanks!

    #78817
    wahuu
    Member

    i am using wordpress 2.9.2
    i want to install buddypress 1.2.3

    I have my own format of permalinks “/index.php/%postname%/”
    i am installing buddypress first time

    I have many other plugins like:
    All in One SEO Pack
    Akismet
    GD Star Rating
    Mailpress
    TDO Mini Forms
    Theme My Login

    #78813

    In reply to: adding members

    lj
    Participant

    • 1. Which version of WP/MU are you running?

    I’m not sure about the WP part because simple script installs everything at once, but it was a fresh install.
    They also offer WP 2.9.2, so I believe that’s what it would be if they installed wordpress first.

    2. Did you install WP/MU as a directory or subdomain install?
    It was installed directly to the domain with a /city after it.
    It is not my primary account, but it lists as just the domain name. so in my case it is not 12gates.citywidesites.com, but 12gates.net .It is an add-on domain

    4. Did you upgraded from a previous version of WP/MU? If so, from which version?
    • NO

    5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.

    I installed WP under a different subdirectory to test it when the Buddy press did not work, and it worked fine.

    6. Which version of BP are you running?
    1.2.3

    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?
    NO

    9. Are you using the standard BuddyPress themes or customized themes?
    Standard

    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?
    NOT running bbpress

    13. Please provide a list of any errors in your server’s log files.
    14. Which company provides your hosting?
    Hostmonster is the host and simplescripts is the installation software

    #78811

    In reply to: adding members

    @mercime
    Participant

    There are different reasons and possible solutions but we need https://buddypress.org/forums/topic/when-asking-for-support

    #78809
    arena
    Participant

    Hi all !

    Just playing with nightly build wp 3.0 and buddypress 1.2.3.
    As BP can be installed on a standalone WP or WP multi-sites, i though i could install BP on one of my WP site letting other sites working as standalone sites.
    Apparently this is not possible.
    Did i missed a specfic setting ?
    Any idea if future release will allow this ?

    #78808

    In reply to: Another Renaming topic

    @mercime
    Participant

    BuddyPress Codex, see rename SLUG section – https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/
    add this to your wp-config.php file
    define( ‘BP_GROUPS_SLUG’, ‘communities’ );

    #78805
    qbuster
    Participant

    Paul

    Thanks for that explanation re: localhost.

    But my main issue (and looking at the earlier posts in this thread over the last few weeks, it is a problem experienced by several other posters) is the same sort of problem on my remote site, http://waterwaywatch.org . I can get as far as Member and Group pages but if I try to click on a member to display their profile, the site re-directs to About.

    I’ve been struggling with this for some time (see earlier post in this and other threads). In an attempt to isolate the problem I have reverted to a standard bp 123 theme- including choosing a non-default permalink – but the problem persists and it is a real show stopper as I can’t launch the site as is.

    Thanks for your response,

    Regards

    Will

    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress

    #78804
    Arx Poetica
    Participant

    Oh — that’s marvelous — I don’t know why I never noticed this one before. Think of that. SVN repos for plugins. Nice.

    #78803
    @mercime
    Participant

    There are different reasons and solutions but we need to know setup etc https://buddypress.org/forums/topic/when-asking-for-support

    #78802
    Elena Amicus
    Participant

    I found this at a forum… I guess my problem was, I had first installed the BuddyPress templates and THEN put Buddymatic in. Hopefully I fix it. yikes.

    Ron says:
    April 10, 2010 at 4:30 pm
    Buddymatic is Thematic with a few extra functions and the BuddyPress templates. If you did something like make Thematic a Buddymatic child (or visa versa), you would get that result. Also, if you are running the BP template pack, you MUST remove it before activating Buddymatic.

    Reply

    #78801
    Chris Mackintosh
    Participant

    @rossagrant I would like the code please!

    #78800

    In reply to: Uploading photos

    @mercime
    Participant

    Help us, help you
    Also, are you having problems uploading avatars or images in Posts/Pages in general?

    #78799
    Erlend
    Participant

    Is this recommended over the “Forums Setup -> Use an existing bbPress installation” import?

    I tried it, and for the life of me I can’t get it right. Not right enough anyhow. I installed a clean bbPress, added two forums, populated them with about two threads each. Then I try BP’s magic button. The config was successful it says, and I go check it out. The best I’ve gotten is one group with the threads from one of my forums, while I’ve no clue where the threads in the other forum went. I’ve tried this over and over with different settings. Just not getting there.

    Since adding additional users to bbPress is a pain I haven’t gotten around to doing that yet, so I don’t know yet if users would import properly, or if that’s a problem too.

    Is it just me or does the bbPress importer leave a lot to be desired?

    #78798
    @mercime
    Participant
    #78797
    Famous
    Participant

    yeah, I thought about that too. And the reason I cross posted is because it can go on either site. As a WordPress user or BuddyPress user, both need to consider an effective homepage. And though the activity stream is great. There needs to be sections in order to capture an end users attention, and keep it. So I thought this post can rely on either site. Someone may be working on or know something about what I am suggesting? Remember BuddyPress last year? Andy had something similar to what I am suggesting.
    Thanks to anyone who may have a suggestion.

    #78795
    techguy
    Participant

    Delete the theme that you activated from the theme directory. If that’s what caused the error, then deleting it should revert to a different theme.

    If that doesn’t work, you can rename the buddypress plugin folder (which essentially disables it) so that you’ll be back to square one before you enabled BP.

    Not sure what caused this. I want to say it’s the theme, but not sure since you said the admin pages don’t load either.

    Thanks for the recommendation @BOW. Paul – I’m trying to hide particular field groups on the edit page. I set the user type in a field group called “Accounts” (radio select Personal, Business, or Artist) which I have appended to the registration process. Then, based on their answer there I want to show or hide different field groups in the profile edit page and profile display page. I also want to hide the “Accounts” field group from everyone so that they can’t change that after registration.

    #78791
    @mercime
    Participant
Viewing 25 results - 52,226 through 52,250 (of 69,016 total)
Skip to toolbar