Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 24,626 through 24,650 (of 68,949 total)
  • Author
    Search Results
  • #148960
    nobodyridesforfree
    Participant

    help me please…

    #148955
    willusername
    Participant

    please help?

    sapna1809
    Participant

    Hello,

    I am working on a website in which i used buddypress, bpress and now i am getting an issue regarding admin tab of individual group.
    if i logged as admin then i can edit group details for individual group but when i logged as moderator i am able to see the admin tab in groups but when i clicked on admin table , it is redirecting to same group not show all admin sub tab items like, details, members, delete.

    Means group moderator is not able to edit, delete groups.So please help me, how i can do this.

    #148950
    @mercime
    Participant

    Also restored about 60 pages which some troll had trashed.

    That’s downright nasty.
    Thanks Paul.

    #148949
    Paul Wong-Gibbs
    Keymaster

    Fixed. Also restored about 60 pages which some troll had trashed.

    #148948
    @mercime
    Participant

    Thanks. Codex will be back soon.

    #148947
    @mercime
    Participant

    Good screenshot. The “widget-like” you are referring to is the sidebar of the theme with what looks to be default widgets

    I’ve already gone through step 3 on the BP Compatibility plugin

    I see that the instructions of the theme page in Themeforest require you to activate BP template pack plugin “to get the fancy AJAX functionality”, but it didn’t say that you’d have to go through step 3 of the compatibility process — because when you do, the sidebar drops down below content.

    You might need to re-upload the clean copy of your theme in server then just activate BP template pack without going through step 3 of the compatiblity process. If that doesn’t work, please contact the theme author for support and clearer instructions since the theme is supposed to be BUDDYPRESS-ready.

    #148946

    Hi, I have also tried the site with Chrome and IE and I receive the same error “This site has been archived or suspended”

    #148945
    lpryor
    Participant

    I’m getting this too.

    #148940
    Michael4fm
    Participant

    Just thought I’d add another suggestion – there’s a plugin called Member Access (http://www.chrisabernethy.com/wordpress-plugins/member-access/) which controls access to pages based on whether a visitor is logged in or not. I’m using it successfully on a BuddyPress site. I think you’d have to disable access to the “Member Directory” page as well for it to work ‘out of the box’, but with some php tweaking  you may be able to have the directory page show but restrict access to more detailed profile information.

    #148936

    Thanks everyone for a great 2012. 🙂

    #148933
    NSxguy24
    Participant

    Where do i find this? i’ve been looking!

    #148930
    @mercime
    Participant

    @sbla I see the empty boxes in the other BP pages I visited in your site along the empty boxes in the sidebar of your regular pages e.g. http://siliconbeachla.com/about/our-story/ This is a theme issue. Some solutions:

    1) Open up your theme’s sidebar.php and make changes posted here http://pastebin.com/GyrrSgbg @emiluzelac ping!

    and/or

    2) You can also make the change in Step 3 of the BP compatiblity process. If you intended a full page layout for your BuddyPress pages, then open up the BP template files you made the original changes in and remove the line in each.

    #148923
    Ben Hansen
    Participant

    hi there i’m not so much of coder but i’m thinking i’ll chime in here anyway but most of what you are looking for usually falls under the umbrella of what plugins normally do. some people like to make their own i not being a programmer tend to go with whats already been done for the most part.

    #1 you might want to check out s2 members plugin does everything you are looking for in #1 and more but then again that’s not always desirable just saying you might want to check it out.

    #2 what you are saying here seems to be a non-sequiter if you actually meant to say site instead of network however it sounds like you actually want to be giving new users Author or Contributor users roles which is actually just a WordPress thing and has very little to do with BuddyPress itself other then possible a hook into the public profiles but again this sounds like something that might also be handled by a plugin especially with regards to reordering the content. Be advised this information already exists on a contributors author page which again sort of a WP thing and not really a BP thing.

    #3 is already sorta possibly already similar to the last thing any post (wp thing) can be set to private or password protected but tying that access to different BP connections once again sounds to me like some a plugin might do.

    #4 i don’t follow this one either if nobody can see each other how would they ask them to be friends? if you wanted to do such a thing it once again sounds like a plugin.

    plugins that do what you are looking for may or may not exist, you will need to do some research or perhaps build them yourself. Like i said before i’m not actually a programmer but from what i hear WP/BP plugin coding is relatively stratiforward if you are proficient in php.

    #148922
    Ben Hansen
    Participant

    Very Merry Christmas and Happy Holidays to all the BuddyPress community!

    #148917
    peterjhead
    Participant

    Merry Christmas! Happy new year! Be safe and blessed in the holidays!

    #148914
    @mercime
    Participant

    Merry Christmas and a Prosperous, Happy New Year!
    Peace.

    #148912
    @mercime
    Participant

    @sbla Copy over the “BuddyPress Component Finishing Styles” frpm https://codex.buddypress.org/legacy/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ then adjust to taste.

    #148911
    Paul Wong-Gibbs
    Keymaster

    Happy Christmas to all! Let’s have a great 2013.

    #148908
    Aron Prins
    Participant

    The Merry Christmas Thread! Yay, Merry Christmas everyone 😀 Have a blast!

    #148898
    myladeybugg
    Participant

    Thanks @valuser. The code seems to take me back to the main blog on the multisite, not the actual users blog, but I think this is close!

    Wish I was ok with PHP so I could mess around with the code to see if I could get it to work.

    #148894
    @mercime
    Participant

    How can I hide this menu item for users who are logged in only as it does not show up in the menus under Appearance.

    @voopress The code above shows the link only for logged in users. The link won’t show up if they’re not logged in. Why would you want to “hide this menu item for users who are logged in only”?

    instead of hacking the php file

    There’s no hacking being done here 🙂 You’re legitimately adding a filter to include the dynamic link to the menu. You can change the markup in the code posted just so those additional class/es would match those of the IfMenu’s. I’m not aware of any menu plugin which allows you to add a dynamic link.

    #148884

    In reply to: login for buddypress

    Ben Hansen
    Participant

    there is no difference between BP login and WP login the only thing that can be a bit different is registration.

    #148870
    @mercime
    Participant

    @factorian Re the how to’s in applying the patch: if this is your first time to do anything like this, I would suggest that you implement it on a test installation and not a live site.

    Go to https://buddypress.trac.wordpress.org/changeset/6326 the files you’d want to change are listed there. Add codes with green backgrounds and delete code in file with red backgrounds. Or, if you know how to use SVN (there are many online tutorials) then you can apply the patch to check if this works for you.

    #148869

    In reply to: login for buddypress

    vpolite
    Participant

    It is not a lightbox. How are logins handled in Buddypress. How do you avoid getting the registration page all the time?

Viewing 25 results - 24,626 through 24,650 (of 68,949 total)
Skip to toolbar