-
Thanks @mercime
Where do I get that permalink file? I took a look in the BuddyPress folder and the default theme, but couldn’t see it there.
-
horroruk started the forum topic After Adding Multisite, users no longer join the main site in the group How-To and Troubleshooting
I had the site working ok, with users signing up to it via BuddyPress.
However, as soon as I mad the site MultiSite, it still has the BuddyPress registration form, but the users aren’t being added to the main […]
-
I’ve created a BuddyPress version of the Listings theme from WooThemes using the BuddyPress Template Pack, and everything seems to be working ok, except that when I click on the ‘View’ link for a user’s […]
-
horroruk replied to the forum topic BuddyPress Template Pack: The Members Loop in the group Creating & Extending
Thanks for that.
I’ll take a look at all that and get it sorted :0)
-
horroruk started the forum topic BuddyPress Template Pack: The Members Loop in the group Creating & Extending
I’m using the WP-Smooth theme from Solostream, and have got just about everything looking right using the BuddyPress Template Pack.
However, I’m having trouble with the members loop, as it seems to be […]
-
horroruk started the forum topic Inviting Members within a group in the group How-To and Troubleshooting
I’ve just noticed that when I go to the ’Send Invites’ within a group, it shows members who are already members of the group.
Is there a way to stop this happening?
-
I’ve created a BuddyPress site, taking my usual WP site and using the plugin to add the BP sections.
Most of it is ok, I’ve made a few tweaks and have some more to do, but one problem I have is proving a bit […]
-
horroruk started the forum topic Changing the @name given on signup in the group How-To and Troubleshooting
I’m using WHMCS Bridge which creates a new user when somebody signs up to WHMCS.
This is great, but because it uses the email as the signup name, which can easily be changed to whatever the user wants, the <a href='http://buddypress.org/community/members/name/' […]
-
horroruk replied to the forum topic Changing the @name given on signup in the group How-To and Troubleshooting
Actually, my apologies, but that did do the job perfectly.
Thank you.
-
horroruk replied to the forum topic Changing the @name given on signup in the group How-To and Troubleshooting
Thanks, that’s kind of what I need, but for the @name only, as the user name needs to remain the email so that the bridge will work (WHMCS only allows emails as the user name).
There isn’t a problem so much […]
-
horroruk replied to the forum topic Have another Group Page as Businesses Group Page in the group Creating & Extending
I’d be interested to know if this is possible, as it would be good for the town community site I’m working on.
-
horroruk joined the group Creating & Extending
-
horroruk replied to the forum topic Add filters to if ( bp_has_activities( bp_ajax_querystring( activity )) ) in the group How-To and Troubleshooting
I got this to work using the last bit of code shown above, however, it needs to be added without the smiley:
`?php
function my_query_filter_new ( $query_string ) {
$query_string .= ‘&per_page=5′;
return […] -
horroruk joined the group How-To and Troubleshooting