-
phos flip posted an update 14 years, 2 months ago
@wpsec Hi – sorry to add to the list of requests I see you’ve got! I’m trying to find a version of the auto-join plugin too. I spent a while trying to hack it to work for a single bog install but had given up when I found your forum post saying you’d managed it. Could you send a copy over or is it possible to download from somewhere? If so I’d be…[Read more]
-
wamoma posted on the forum topic "Auto Group Join" plugin added in the group Creating & Extending: 14 years, 2 months ago
For those saying it needs the links changing to ms-admin.php I’m guessing that means the plugin only works if multisites are enabled in wordpess?
I’ve tried playing around to get it working in buddypress without multisites enabled but no joy.
-
wamoma posted on the forum topic Displaying Categories in Groups in the group Creating & Extending: 14 years, 2 months ago
Don’t know if this is any use to anyone and no doubt there are far better ways of doing it but just in case it is of use…. I’ve created (hacked really) a plugin made up of 3 files, one of which is useless for now but at a future point I’d like to play […]
-
wamoma posted on the forum topic Displaying Categories in Groups in the group Creating & Extending: 14 years, 2 months ago
no that’s exactly what I was looking for – thanks 🙂
-
wamoma posted on the forum topic Displaying Categories in Groups in the group Creating & Extending: 14 years, 2 months ago
I’ve got stuck on this code:
if ( !groups_get_groupmeta( $bp->groups->current_group->id, '14' ) ) { $this->enable_nav_item = true; } else { $this->enable_nav_item = false; }
I’m trying to insert the group ID or name. I’ve tried every variation I can think of but none work – it either displays in all groups or none whichever way… -
wamoma joined the group Creating & Extending 14 years, 2 months ago
-
wamoma posted on the forum topic Community and Support (Forum) in the group Requests & Feedback: 14 years, 2 months ago
Just adding to this rather than creating a new topic: I keep getting an error when trying to upload an avatar (on here): Upload Failed! Error was: Unable to create directory /home/buddypress/public_html/wpmu/wp-content/blogs.dir/1/files/avatars/6656263. Is its parent directory writable by the server? Also get a ’page not found’ whenever trying to…[Read more]
-
wamoma joined the group Requests & Feedback 14 years, 2 months ago
-
phos flip posted an update 14 years, 2 months ago
hm keep getting an error when trying to upload an avatar:
Upload Failed! Error was: Unable to create directory /home/buddypress/public_html/wpmu/wp-content/blogs.dir/1/files/avatars/6656263. Is its parent directory writable by the server?
Also get a ‘page not found’ whenever trying to search through search pages with multiple pages
And when I…[Read more]
-
wamoma started the forum topic Displaying Categories in Groups in the group Creating & Extending: 14 years, 2 months ago
I want to display categories in different groups. For example if I have groups called ‘Toys’ and ‘Pets’ and then have blog categories called ‘Toy News’ etc. I’d like to be able to choose (as the site admin) to have a tab in the ‘Toys Group’ displaying the latest posts from the ‘Toy News Categories’. […]
-
wamoma reviewed the plugin BuddyPress Custom Posts: 14 years, 2 months ago
Hi – just updated and got an error:
The plugin buddypress-custom-posts/loader.php has been deactivated due to an error: Plugin file does not exist.
-
wamoma joined the group BuddyPress Custom Posts 14 years, 2 months ago
-
wamoma posted on the forum topic Custom Groups or activating different plugins in different groups? in the group How-To and Troubleshooting: 14 years, 2 months ago
hm – just tried the lite version of that plugin and doesn’t do anything at all. I see somebody else has mentioned the same on the plugin page. Also see that the person apparently singing it’s praises appears to work for them – given she was told 2 days ago it wasn’t working and how […]
-
wamoma posted on the forum topic Custom Groups or activating different plugins in different groups? in the group How-To and Troubleshooting: 14 years, 2 months ago
looks as though the membership plugin here:
has the functionality I’m after. Seems like an absolute rip off signing up to that site though!
-
wamoma posted on the forum topic Custom Groups or activating different plugins in different groups? in the group How-To and Troubleshooting: 14 years, 2 months ago
no need to apologise – very much appreciated! I’ll give that a go & report back, many thanks
-
wamoma started the forum topic Custom Groups or activating different plugins in different groups? in the group How-To and Troubleshooting: 14 years, 2 months ago
I’ve searched all over for ways to do this but had no luck. Probably I’m looking for the wrong things so hoping somebody could gently point me in the right direction? I want to set up groups that do different things, for example: Group 1: has a forum and a gallery Group 2: has forum, […]
-
wamoma joined the group How-To and Troubleshooting 14 years, 2 months ago
-
wamoma reviewed the plugin BuddyPress Sliding Login Panel: 14 years, 4 months ago
looks nice but doesn’t work for me – get a blank screen and a fatal error message: Call to undefined function bp_has_message_threads()
Guessing it’s because I have no messages as yet?
-
Actually, it’s probably because you disabled the private messaging function.
You can fix it by editing line 21 in buddypress-sliding-login-panel/update-content.php
It looks like: if ( bp_has_message_threads(’per_page=2’) ) :
and should be changed for: if ( bp_is_active( ’messages’ ) && bp_has_message_threads(’per_page=2’) ) :
-
@wamoma
Active 7 years, 8 months ago