Forum Replies Created
-
Classic mistake. Don’t assume – check it.
No assumption, a fact. Like I said (and you quoted):
I also know the bp_get_member_user_id() is working perfectly inside the user-loop, so that shouldn’t be the issue either.
The code on that page looks roughly like this:
– if & while – members loop
– – Display Profile & xProfile data, using the bp_get_member_user_id() function to retrieve the userID (which I mentioned).
– – if & while – groups loop of that specific memberThe last if & while (the groups loop) works perfectly on the default overview page, it’s displaying the groups for every member on their corresponding row in the html-table.
BUT: as soon I start searching (whether it’s the name of the member, or part of the address) the groups-loop stops working. All other things still work (Profile & xProfile field values are still getting displayed), but the groups-list per member doesn’t display anymore.
With checking on a per-group basis the same thing happens: on the overview page of that group it works perfectly, until I start searching: everything but the groups display.
What I completely forgot about: it’s also doing this with the groups-list I’m displaying on the top of the overview pages to filter the members per group. When on the all-overview page it’s displaying the groups fine, but once you start searching the only thing in that submenu/filtermenu is the All option.
I’d love to provide screenshots of this, but unfortunately I’m dealing with private information here, and very specific group-names, so I don’t want to display that here in the open.
@mercime, I just created a new subsite and only activated BuddyPress and it’s giving me the same permissions error..
With the “Oh and it’s a subsite of a second network in that installation and I did add the multisite define to wp-config.php.” I mean the following:
I have famire.nl as the main site (main network). I am using the ‘Networks for WordPress’ plugin by David Dean to be able to add multiple networks in my installation. My site onexa.nl is one of the networks.
Inside that network I have a subsite called clients.onexa.nl (which I want to use as an extranet) and inside that site I have BuddyPress enabled.I understand differences between sitewide & group forums are btw (can’t remember mentioning the sitewide forums though). What I’m not sure of is what the “use excisting installation” & “install group forums” differences are.
And just in case I need to have more added to wp-config.php, this is the BP related define I have in there: `define(‘BP_ENABLE_MULTIBLOG’, true);`
Oh and if this has been covered in the forums multiple times: search isn’t working for me (I get redirected to the homepage with just ?s added to the URL, adding it manually to the URL results in a search results page with titles only and a search form as the content of every result).