Search Results for 'buddypress'
-
AuthorSearch Results
-
October 1, 2012 at 2:34 pm #142762
In reply to: What is “i0.wp.com”?
Paul Wong-Gibbs
KeymasterThis problem was caused by a change made by Gravatar. We have a bug ticket tracking the issue at https://buddypress.trac.wordpress.org/ticket/4571
October 1, 2012 at 2:23 pm #142761In reply to: Confusion, Help please?
modemlooper
ModeratorbbPress can be network activated so each subsite can create forums but I’m not sure if the site wide forums option in BuddyPress can be network activated.
October 1, 2012 at 1:54 pm #142758In reply to: Confusion, Help please?
SFMichael
ParticipantThanks for your reply, As far as this project goes yes, multisite is essential.
Oh, I assumed buddypress worked across them all as it is network activated. I also thought bbpress worked with buddypress therefore also worked across the network.
October 1, 2012 at 1:41 pm #142757In reply to: Confusion, Help please?
modemlooper
ModeratorBuddyPress only works on one site in a WPMU install. bbPress might be more flexible with multi-site but I’m not sure. There is a plugin that will allow each site to have its own BuddyPress install but I think that would be problematic to maintain.
Do you really need multi-site?
October 1, 2012 at 1:00 pm #142755In reply to: What is “i0.wp.com”?
Paul Wong-Gibbs
KeymasterSorry. Gravatar is a service that lets you upload a picture, and it’s used as your avatar across many websites. BuddyPress lets users upload their own picture, of course, but we use Gravatar as a fallback (if you don’t have a gravatar, then we use the uploaded picture).
Automattic (automattic.com) is the company who owns and runs Gravatar.
October 1, 2012 at 12:45 pm #142753Hugo Ashmore
ParticipantYou’ll need to do something like identify the field in question i.e a check to see if that field is being displayed in the edit loop and then wrap it in a user capability check for admin only, but you’ll need a little php knowledge to do this.
October 1, 2012 at 11:01 am #142751In reply to: [Resolved] Problem with Volt theme template
October 1, 2012 at 10:30 am #142749@mercime
Participant== I want to all member only active in one (main) forum. ==
Then deactivate the Group Forums. Go to dashboard Settings > BuddyPress > Components and uncheck Discussion Forums. https://codex.buddypress.org/getting-started/configure-buddypress-components/#settings-buddypress-components
October 1, 2012 at 10:26 am #142748@mercime
Participant1. Sure. If you want the complaints to be private, just set up a contact form. If you want complaints to be public or semi-private set up Group and/or Sitewide forums.
2. You need the Domain Mapping plugin. Then you need either:
– https://wordpress.org/extend/plugins/bp-multi-network/ OR
– http://buddydev.com/buddypress/introducing-buddypress-multi-network-plugin-create-multiple-separate-social-networks-on-a-single-buddypress-install/
You’d have to ask plugin devs whether either or both are compatible with Domain Mapping plugin though I haven’t heard issues with either so far.3. In either multinetwork plugins above, there are ways and means to do what you need – some coding required.
4. Yes, using either of the multinetwork plugin above, you do keep those components separate.
5. Yes, I posted both in #2
6. No, the networks do not have to use the same theme at all.
7. No limit to number of networks. One can only be limited by server and coding skills.
October 1, 2012 at 9:25 am #142746nggablog
Participant@mercime Great. Thank you for the explanation.
I think the Forum menu in buddypress display archieve of forum post from a member.
Is it possible to remove this menu since I don’t allow group have its own forum. I want to all member only active in one (main) forum.And… how to remove bbPress Forum menu in the member’s dashboar?
I appreciate you helping me.
October 1, 2012 at 8:38 am #142739In reply to: [Resolved] BuddyPress and Sports Mag Theme
Wizza
ParticipantOctober 1, 2012 at 8:06 am #142738In reply to: remove registration page
Tammie Lister
ModeratorHi, you can perhaps start by looking at this thread it should give you some pointers: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/using-the-wordpress-login-and-register-pages-instead-of-buddypress/
October 1, 2012 at 8:04 am #142737Tammie Lister
ModeratorLooks like part of the akismet integration:
http://phpxref.ftwr.co.uk/buddypress/nav.html?_functions/index.html
I’d say from tracing through that functions list it’s needed and should exist.
October 1, 2012 at 8:02 am #142736In reply to: Registration page not working
Tammie Lister
ModeratorOff the top of my head I’d say make sure you’ve not got any rewrite rules in your .htaccess, no plugin is interfering and you’ve re saved your BuddyPress pages to be linked up.
October 1, 2012 at 5:29 am #142734In reply to: There is reason for concern in the future!!
Asynaptic
Participantif there is a conflict contact the respective plugin creators:
http://rtcamp.com/support/forum/buddypress-media/
https://buddypress.org/community/groups/bp-album/forum/please use the correct forum to receive the fastest response
October 1, 2012 at 4:27 am #142733In reply to: There is reason for concern in the future!!
forfuture
ParticipantThink ‘ve found a bug with the software
Problem if you enable together
http://rtcamp.com/buddypress-media/
https://wordpress.org/extend/plugins/buddypress-activity-plus/screenshots/@mercime
Participanthttps://codex.buddypress.org/getting-started/configure-buddypress-components/#users-profile-fields
Any field you add on the first group (as seen above) will show up in registration page. If you “Add a New Profile Field Group”, any field you add in this new group will not be shown in registration but in member’s profile page after logging in.October 1, 2012 at 2:28 am #142729@mercime
ParticipantB. At the bottom of the same 16 files, replace:
`
`
with the following (except for registration/register.php):
`
`with the following for registration/register.php:
`jQuery(document).ready( function() {
if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
jQuery(‘div#blog-details’).toggle();
jQuery( ‘input#signup_with_blog’ ).click( function() {
jQuery(‘div#blog-details’).fadeOut().toggle();
});
});`
Save files.
C. Upload the 6 BP folders containing the 16 files you’ve just revised to your server wp-content/themes/simpolio/
D. Copy the style modifications made in BP Twenty Ten at https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste to your theme’s stylesheet. Adjust to taste.
October 1, 2012 at 2:28 am #142728@mercime
Participant@nstjwz Based on the structure of your theme, you need to use the first option, i.e., change 16 template files within the 6 BP folders transferred to your simpolio theme folder in server during the compatibility process.
If you’ve previously changed any of the BP template files in your theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.
Download the 6 clean BP folders to your computer hard drive.
A. At the top of each of those 16 template files I linked to above, replace
``with
``Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `
…
` or `
..
` to `
// Titles Of Respective BP Page Templates //` and move to just right under “
Watch out when you do this in the /activity/index.php page.Save files.
October 1, 2012 at 12:41 am #142726In reply to: [Resolved] BuddyPress and Sports Mag Theme
@mercime
Participant@wizza
– URL of theme demo as there’s more than one sports magazine theme
– Do post the codes for the header.php, footer.php and index.php files as wellOctober 1, 2012 at 12:34 am #142725@mercime
Participant@pilarmontesluna Bien hecho. Gracias por sus comentarios
September 30, 2012 at 10:39 pm #142724rickkumar
Participant@ juanlopez4691
Have you found any other solution or plugin dealing with this issue?
Can you share your network or websites’ url?
I am also looking for similar answers?
Thanks.
September 30, 2012 at 9:19 pm #142722delete this account
Participant@mercime I agree with you, and I prefer wide space too.
September 30, 2012 at 9:17 pm #142721@mercime
Participant@nstjwz option available for all BP templates – wide space http://easysite.by/simpolio/pages/about-us/ or one with sidebar http://easysite.by/simpolio/blog/ I’d go wide space since you’d need it for most of the BP components. Or you want the one with sidebar?
September 30, 2012 at 6:49 pm #142718In reply to: Sidebar driving me insane!!
@mercime
Participant== I have selected the ‘full-width’ layout for the Member Profiles page (that is set up through buddy press settings). ==
@tynkit The full width layout was set up for the Members Directory page. The internal Members and other component pages will take on the default page layout. In order to have full control of the layout for all BP pages, you would have to change the HTML structure of the BP template files per structure of your theme’s special pages.
e.g. Full width page like your contact us page, superimpose the html structure of that file over the template files in /members/ directory transferred to your Volt theme folder in server -> those template files which have the get_header and get_footer
-
AuthorSearch Results
