Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 40,226 through 40,250 (of 68,932 total)
  • Author
    Search Results
  • #110557

    In reply to: More Networks

    tubruk
    Participant

    Thats what I want each site should show the same members but I only want to have sperated groups area (incl. Forums)..
    @boonebgorges
    I mean if you go to france.mysite.com you should see groups for french people and you should also be able to move to germany.mysite without logging out.

    Sorry for my bad english but I hope its clear now.
    and thank you for helping

    #110556
    celsosoares
    Participant

    @r-a-y , @Dankicity thank you for your replies. Yeah I can’t get this to work either. Following r-a-y’s steps all I get returned is ALL of the activity items, sorted chronologically. That’s likely because my code sucks though :) If anyone gets this to work, it would be awesome! It’s the only thing left to sort out on this app I’m making :(

    #110553
    Xevo
    Participant

    Good websites dont have many links, it just confuses the user.

    #110551
    Hugo Ashmore
    Participant

    *puzzled* what does he mean??!! and he also pointed out that having a crap load of menus will kinda break the theme point out to him that a crap load of menus is the result of users adding pages and the way BP-default is coded, horizontal links are never wise with dynamic sites where you can not account for links generated. Using the new WP menus the user can control this aspect I thought @modemlooper was reviewing BP submissions?

    Boone Gorges
    Keymaster

    Have you done any customizations to .htaccess?

    #110542
    ultimateuser
    Participant

    @boonebgorges Deactived W3 Total Cache – didnt change anything…

    ewebber
    Participant

    Hi @boonebgorges I have a whole host of plugins running, 41 in total a lot of those are extending BP, I can list them if you think it will help.
    I can switch all of those off and the site will run, it’s just when I switch off BP do I get the 500 error.

    Cloudflare is a caching/CDN system

    Boone Gorges
    Keymaster

    Thanks for the clarification. That makes a lot more sense.

    Go to Dashboard > BuddyPress > General Settings, and look at the setting for “Hide admin bar for logged out users?:” Does it say Yes? Try switching it to No.

    I’m guessing that users are not being added automatically to the BP root blog (a situation which would have been irrelevant in non-MS mode). It’s possible that either the setting I mention above, or something about the way that WP eMember handles membership in an MS network, is interfering with the way that the admin bar is conditionally displayed.

    Webweaver21
    Member

    Okay, I’ll try to be clearer…

    I’m using a theme I converted to be compatible with BuddyPress. I know it is now compatible because when I first installed BuddyPress it worked perfectly. All the BuddyPress menus appeared at the top and I tested every page. I’m using WP eMember membership plugin and it worked perfectly with BuddyPress. When logged in as either an Admin or regular user I could see the top BuddyPress menu and everything worked perfectly.

    Then I activated WP multiuser mode…

    After activating WP multiuser mode, I can only see the BuddyPress menu on the front end by using my Admin account. If I try creating any new accounts through either WP or eMember, they are unable to view the BuddyPress menu. Originally, I thought these new members were unable to view any BuddyPress pages, but now it appears that if I manually try to access different pages, the new members ARE able to see BuddyPress pages. So IT IS ONLY THE BUDDYPRESS MENU THAT DOESN’T WORK FOR NEW USERS. However, the BuddyPress menu DOES work for my Admin account.

    Obviously something happened when I activated multiuser mode and I have no idea what it could be. If anyone wants to register for a free account to check it out feel free: http://magneticquest.com/registration/

    All I need to do now is figure out how to get the BuddyPress menu to appear for new users.

    #110534

    In reply to: More Networks

    Boone Gorges
    Keymaster

    At the moment, there is no way to do exactly what you are trying to do, without having totally separate WP installations. BuddyPress gets its member data from the WP user table, which is shared among all sites. That is, there is no way to distinguish between a france.example.com and a germany.example.com site from BP’s point of view – each site will show the same members.

    That said, have you considered using BP groups for countries? The URLs wouldn’t look exactly how you want, but everything else would be similar.

    Boone Gorges
    Keymaster

    It’s a pretty good idea to deactivate the BP theme before deactivating BP, though strictly speaking it should not be necessary. Having a BP theme active while deactivating BP will mean that visitors to your site will see a white screen. However, the Dashboard of your site should still be available. You should *not* be seeing 500 errors when you attempt to visit http://example.com/wp-admin.

    I’m not sure what cloudflare is – I looked at their site and I don’t get it. Is it a caching plugin of some sort? It’s possible that a caching plugin might cause this sort of problem. Generally, what other plugins are you running?

    Boone Gorges
    Keymaster

    I still am not clear on what’s happening. Presumably, you are using a BP-compatible theme, such as BuddyPress Default. Users should then be able to access BP content by clicking on links like Members, Groups, etc. What do users see when they view your site? Do they see the theme that you have installed? Or a blank page? What happens when one of these new users attempts to view a page like http://example.com/members? I think that we need a clearer sense of what’s going on before we can suggest a solution.

    Do you have any plugins installed that restrict member access to certain parts of the site? For instance, are you using some method of keeping non-members from accessing pages like example.com/members?

    ewebber
    Participant

    Do I need to switch off the buddypress theme before deactivating buddypress?

    #110522
    ultimateuser
    Participant

    @DJPaul These are the plugins im using:

    Add Logo to Admin
    Akismet
    BackupWordpress
    BPAlbum
    BP-Youtube Feed
    BP Profile Search
    BP Redirect to Profile for Buddypress
    BP Xtra Signup
    BuddyPress Announce Group
    Buddypress Auto Group Join
    BuddyPress Block Activity Stream Types
    Buddypress Community Stats
    Buddypress Mandatory Groups
    BuddyPress Mobile
    Buddypress Moderation
    BuddyPress Registration Groups
    BuddyPress Restrict Group Creation
    BuddyPress RSS Character Fixer
    Buddypress Topic Mover
    Capability Manager
    Custom Profile Filters for BuddyPress
    Email Login
    Erocks Dashboard Lockdown
    Fast Secure Contact Form
    Forum Attachments for BuddyPress
    Mail From
    PHP Exec
    Simple Page Ordering
    Twitter Goodies
    Users to CSV
    W3 Total Cache
    Welcome Pack
    WP-Invites
    WP-TwitterBadge
    WP Activate Users

    Phil Meyer
    Participant

    Crikey – nobody?

    #110512
    James
    Participant

    @sladkoe6ka
    cannot help with specific widget, but I assume that you should add missing per_page parameter, e.g.

    bp_has_members( ‘include=2,12,46,233,365&per_page=22’ )

    see the link to codex above.

    #110511
    mabjustmab
    Participant

    Inquiry bumping – addition query: has anyone else received a call-time error for other areas of buddypress?

    #110509
    sladkoe6ka
    Participant

    @mercime , can you describe the way widget display users?
    First of all I have notices that users are shown in random order.
    The problem I have at the moment is that I put 22 users to display, but only 20 are displayed. Does it mean that there is a 20 users to show limit? Does it mean that remaining 2 users will be shown later, when next shuffle would happen?

    #110507
    aces
    Participant

    Seems there may have been a country list in version 1.0 : https://svn.buddypress.org/branches/1.0/bp-xprofile/prebuilt-fields/

    #110503
    @mercime
    Participant

    Check this out http://buddydev.com/buddypress/blog-categories-for-groups-plugin/
    no need to create another blog/site.

    #110501
    @mercime
    Participant

    == when I make a text widget of any type they only seem to show on the main page. ==

    That is strange, I see no evidence of a text widget in the home page nor in the inside pages, did you already delete the text widget?

    Troubleshooting –
    1. Deactivate ALL plugins except BuddyPress. Now add text widget – not Adsense, just a regular one – and I believe the regular text widgets will show up in all pages. It might just be that your Adsense plugin is not working as expected or has got a conflict with other plugins installed in your site.
    2. Deactivate ALL plugins except the Google Adsense plugin and change theme to default twentyten theme. Add the adsense widget. If the Ads don’t show up, then you have to resolve this issue at the WordPress.org forums https://wordpress.org/support/forum/plugins-and-hacks and reference whichever Google Adsense plugin you are using

    #110500
    nit3watch
    Participant

    Added a version which is stable and all errors sorted out. Only thing left to do; is work on the styling of the main nav bar as anything other that of ‘home’ selected doesn’t reflect the selected colour..

    The guy reviewing my theme has pointed out that there should be a option to disable/enable the admin bar. Iv’e documented this in the readme.txt so Im not going to bother with it and he also pointed out that having a crap load of menus will kinda break the theme – if you want to use that many menus, good luck! link to the menu

    I specifically included the custom menu/drop down menus as to reduce ‘cluttered menus’.

    #110499
    #110497
    Roger Coathup
    Participant

    In early BP versions, there used to be a few handy pre-populated profile fields – including a country list (I think).

    Would be nice to have them back. As @djpaul suggests, some SQL and a bit of plugin coding should do the trick…. Paul: is there a nice schematic of the xprofile tables available?

    #110496
    Roger Coathup
    Participant

    Timing! I suspect the thumbnail is getting created by your plugin after the BuddyPress activity create hook.

Viewing 25 results - 40,226 through 40,250 (of 68,932 total)
Skip to toolbar