Search Results for 'buddypress'
-
AuthorSearch Results
-
September 13, 2013 at 9:25 am #171280
valuser
ParticipantMany thanks for your reply.
The theme is that at https://wordpress.org/themes/wordstrap
Have taken your advice and am almost there! (i think !)
I just have not altered the index.php file correctly – (your advice very welcome)
With an index.php file in directory —> themes/wordstrap/groups/index.php
(no change whatsoever if in themes/wordstrap/buddypress/groups/index.php)
see altered file at http://pastebin.com/VAfJAjbj
and a jpg of the result at https://i.imgur.com/7fRK8at.jpg (where within the content everything has floated left!).
Any advice most welcome
September 13, 2013 at 2:50 am #171265@mercime
Participant@valuser Which wordstrap theme are you referring to? The issue could probably be due to how the page title is rendered by your theme. Is the theme using the_title or a theme-specific template tag?
If it’s a theme-specific template tag causing the issue, you can most possibly resolve this by creating a template specifically for the Groups Directory page which addresses the page title issue https://codex.buddypress.org/theme-development/theme-compatibility-1-7/template-hierarchy/
September 12, 2013 at 9:56 pm #171254In reply to: Buddypress x-profile visibility doesn't work
envieme
ParticipantJust one more nudge on this. As this is really important in securing the privacy on my site members.
I was successfully able to set my own profile privacy levels editing it from front end. So I see the bp-x-profile-visibility-levels field in user_meta table with value:
a:7:{i:1;s:6:”public”;i:2;s:8:”loggedin”;i:3;s:8:”loggedin”;i:4;s:8:”loggedin”;i:7;s:10:”adminsonly”;i:8;s:10:”adminsonly”;i:11;s:6:”public”;}Is there a simple SQL that I can execute to make all users get this field in their user meta and set to this value? Can someone with SQL knowledge help?
Thanks
September 12, 2013 at 8:00 pm #171245@mercime
Participant@thugzanime something like
#buddypress table#message-threads {
width: 666px;
}September 12, 2013 at 6:30 pm #171236In reply to: Group page issues
steviep
ParticipantThanks mercime.
Here is the URL from pastebin: http://pastebin.com/zbg1N1Zm
I am not a coder so I can’t answer your question about the template tag. I can answer that the issue only happens when logged in– we use s2 member as well and the buddypress members/groups/forums are all behind an s2 membership wall.
Let me know if you need anything else.
September 12, 2013 at 6:18 pm #171234In reply to: buddypress.org issue
September 12, 2013 at 6:14 pm #171230In reply to: not showing anything
@mercime
Participantclosing this in favor of https://buddypress.org/support/topic/not-listing-information/#post-171225
September 12, 2013 at 6:13 pm #171228In reply to: Groups creation based on user role
Ben Hansen
Participantbuddypress only recognizes 2 roles by default as far as i’m aware anyway, Admin/superadmin and everyone else. there’s probably a way to make a plugin that would do that if you know about such things.
September 12, 2013 at 6:13 pm #171227In reply to: function is show double button
@mercime
ParticipantClosing this in favor of https://buddypress.org/support/topic/bp_member_header_action/#post-171223
September 12, 2013 at 5:55 pm #171220In reply to: Having links back to profile pages
@mercime
Participant@zeallous not sure if formidable pro plugin has integrated compatibility with BuddyPress. As for Gravity Forms, please check their forums for integration with BuddyPress.
September 12, 2013 at 5:38 pm #171218@mercime
Participant@samuelrh it would help if you provided more information about your own installation. Did you enable group creation in Settings > BuddyPress > Settings so that anyone can create a group?
September 12, 2013 at 5:34 pm #171217In reply to: BuddyPress Registration Page Not Working
@mercime
ParticipantThere are a variety of reasons why registration won’t work for some installations with different/similar configurations. Help us help you by creating a new topic of your own and providing us more information about your installations – single WP/WPMS, theme used, plugins used, etc. or did you check if registration process is working in your WP install if BuddyPress is deactivated?
September 12, 2013 at 5:26 pm #171216In reply to: Can't see Birthday field on registration
bp-help
Participant@whiteeagle1985
You may want to try basic troubleshooting by deactivating all plugins other than BuddyPress including the WPMU DEV Membership plugin and also try activating a known theme that works well with BuddyPress such as Twenty Twelve or bp-default. Then test the registration and see if the issue still persists. The idea here is to isolate what is causing your issue and unfortunately since that plugin and theme is premium from WPMU DEV a lot of volunteers here will not have access to them to help you resolve the issue, so you will most likely have to rely on WPMU DEV for support unless someone here does have access to those plugins and can offer you assistance. Good luck!September 12, 2013 at 5:10 pm #171213@mercime
Participant@koomak @tperkins there’s a trac ticket for this https://buddypress.trac.wordpress.org/ticket/5140 = would be helpful if you provide more information about your installation, also if this happened only when you upgraded to BP 1.8.1 or do you have a new installation?
September 12, 2013 at 4:45 pm #171209In reply to: Problem activating BuddyPress on localhost – WAMP
Padawaness
ParticipantI should be more specific, and say that I’m using easyphp.org’s development WAMP package… I’ve been happy with it over several years.
Good thought about Skype – I do not have Skype installed, but I did have an Apache port conflict with SpiceWorks’ inventory tool, which I resolved…
I implemented pretty permalinks before I activated BuddyPress.
September 12, 2013 at 4:36 pm #171208In reply to: Problem activating BuddyPress on localhost – WAMP
@mercime
ParticipantHaven’t used WAMP for a long while (XAMPP is tops) … You mentioned you have pretty permalinks working in WAMP. Was that before you activated BuddyPress or after? Btw, if you have SKYPE installed, you have to go through an extra step.
September 12, 2013 at 3:29 pm #171202In reply to: Problem activating BuddyPress on localhost – WAMP
Padawaness
ParticipantNo, I never have been able to resolve it!
Could this possibly be resolved by adding an entry to the hosts file in Windows 7?
September 12, 2013 at 2:23 pm #171198In reply to: Credential system for members of certain groups
Artisantopia
Participantok – just adding this here so I have everything in one place:
How to Add an Image Field to Buddypress Extended Profile FieldsSeptember 12, 2013 at 2:03 pm #171196In reply to: Credential system for members of certain groups
Artisantopia
Participantooh what about this one for the file uploads:
https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/Can anyone advise which of these options works best?
thanks
September 12, 2013 at 1:37 pm #171192In reply to: Credential system for members of certain groups
Artisantopia
Participanthttps://wordpress.org/plugins/buddypress-profiles-manager/
ok, doing some more research and I’ve found this plugin which would possibly work by only showing the credentials profile fields for the experts. I’m not using S2member, but I am looking at other membership plugins, or I assume I could just use a capability manager to create new roles….
Yes? No? Maybe?
ok – back to Google for some more research…
September 12, 2013 at 12:31 pm #171190In reply to: Problem activating BuddyPress on localhost – WAMP
godrob
Participant@padawaness did you resolve this? I’m having the exact same problem. I’m trying to develop my site locally, but cannot get BuddyPress 1.8.1 to Activate – I too am using WAMP…
Any ideas… Anybody?
Rob.
September 12, 2013 at 10:12 am #171185MakeNice
ParticipantBumping this thread as I am still having problems, would anyone be able to help?
September 12, 2013 at 8:35 am #171184In reply to: Unable to add user to group
wernerk
ParticipantGlad the issue could be replicated.
@elangley: thanks for submitting a trac ticket. I’m definitely interested in having this issue fixed. And thx as well for the advice on the BuddyPress Import plugin, will try it.September 12, 2013 at 8:00 am #171183In reply to: Registration/Activation & Themes
Abertawe
ParticipantBefore activating Buddypress I had gone into the general settings in the dashboard and checked the anyone can join option so I wouldn’t think it’s anything to do with that. Both pages were created automatically when the plugin was activated so I’m not sure why I was getting a 404 page not found error…
September 12, 2013 at 5:57 am #171181In reply to: [Resolved] Change avatar crop feature not working
justintyme
ParticipantHaving same issue. Moreover I’m running multisite in which all 5 sites have all the same plugins activated + all use the same theme. Yet, on some sites cropping works and on half of them not. All sites have exactly same setup, same settings, same extensions and same functions. Nothing modified. Along with the crop function, the buddypress register function also fails on those site where cropping fails.
Theme issue? Don’t think so.
Other plugin issues, nope.PS, on the sites that DO have a functioning cropping, when first time clicked on any area within the cropping module, the page jumps and users have to scroll up again.
WP 3.6.1 mlti network, latest buddypress, bbpress latest, cubepoints, set permalinks on %post-name%. Activated and deactivated rtMedia (which sucks for me since it conflicts with build-in media upload) but also gives same results.
-
AuthorSearch Results