Search Results for 'buddypress'
-
AuthorSearch Results
-
May 11, 2012 at 7:44 am #134311
In reply to: 404 Error On ‘Favorite’ Button
@mercime
Participant@djwinner Yes, you should hit up the theme author. You paid for a theme that’s supposed to be compatible with BP 1.5.5 per documentation, you deserve a theme which have all parts working.
May 11, 2012 at 7:35 am #134310In reply to: Fix Buddypress Template for my theme – Insignia
@mercime
Participant@neodjandre at first glance, it looks like the layout you have for the groups directory page you linked to above is the default layout you get right after BP compatibility … except that the member’s profile page has the sidebar below the content. The only hitch with that layout is that you have duplicate div#content in the HTML (one from your theme and the other from the BP template file) but that’s livable. Or did you already tweak the layout of the group directory page?
May 11, 2012 at 6:10 am #134307In reply to: [Resolved] Disable users activation email
Paul Wong-Gibbs
KeymasterI recommend against disabling account activation, but I believe you can do so like this. Put this in your bp-custom.php:
http://pastebin.com/z3ec4Y5F
https://codex.buddypress.org/extending-buddypress/bp-custom-php/May 11, 2012 at 6:03 am #134306In reply to: [Resolved] Disable users activation email
kozmica
MemberThaks for the suggestion Eric, but is not what I was looking for.
About my issue: I changed hosting, it appears that buddypress and banahosting do not get a long as nicely as I would like to. The support people were nice and polite, but could not resolve the issue with the email fast enough.
I also add that the BP-Disable-Activation works but, I deactivated it because I do not want a lot of unnecesary plugins.
May 11, 2012 at 4:58 am #134304In reply to: Deleting BuddyPress Groups
Sniper Kitten
ParticipantYou will need something like BP Group Management for easier management.
If you want to limit group creation to admin, go to BuddyPress > Setting in your dashboard and check “Restrict group creation to Site Admins?”. You may also try BuddyPress Restrict Group Creation & add some rules so members can’t create a group until they reach the requirements
May 11, 2012 at 4:57 am #134303In reply to: Restrict Privacy Options (Group Settings)
@mercime
ParticipantIf you have a child theme of bp-default theme, the simple way would be to copy over:
a) https://buddypress.trac.wordpress.org/browser/tags/1.5.4/bp-themes/bp-default/groups/create.php
to wp-content/themes/YourChildThemeFolder/groups/create.php
– above line 90 per linked file add “
– below line 106 per linked file add “b) https://buddypress.trac.wordpress.org/browser/tags/1.5.4/bp-themes/bp-default/groups/single/admin.php
to wp-content/themes/YourChildThemeFolder/groups/single/admin.php
– above line 69 per linked file add “
– below line 87 per linked file add “Note that if you as Site/Super Admin don’t even want to create a hidden or private group yourself, then delete lines 90-106 from create.php and delete lines 69-87 from admin.php
May 10, 2012 at 7:12 pm #134292In reply to: Reply/Commenting in forums not working
sarbanharble
MemberNope. I deactivated all plugins except for BuddyPress & the Template pack. Still no luck with the comments. Just goes to the top of the screen when clicked.
May 10, 2012 at 6:23 pm #134289In reply to: Reply/Commenting in forums not working
@mercime
ParticipantThere was a report here about a security plugin interfering with forum replies. If you don’t have one, deactivate plugins except BuddyPress and see if issue is resolved. Then activate plugins one by one to see which one is messing up with commenting.
May 10, 2012 at 3:47 pm #134284In reply to: [Resolved] In the Beginning…Some advice Please.
Sniper Kitten
Participant1. Have you tried BuddyPress Group Forums & bbPress (or known as Sitewide forums). Both of them integrate well with BuddyPress and will show up in the activity stream when someone start a topic or post a reply.
https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/2. I think most of the BuddyPress compatible theme should fits your need. You just need to configure it so it looks like a normal blogs in the front while still maintain the social media functions.
May 10, 2012 at 6:05 am #134275In reply to: Share Activity on Social Network ….
@ChrisClayton
Participant@raoulbeltra either within a plugin file or your themes functions.php
You can read more at https://codex.wordpress.org/Writing_a_PluginFrom what i understand you are trying to do, then yes, just replace `echo do_shortcode(‘SexyButton’);` to whatever you want to show.
May 10, 2012 at 4:19 am #134273May 10, 2012 at 3:02 am #134270In reply to: How to fix BP-admin bar width and characteristics
@mercime
Participant@edgarestradac you would add that to your theme’s stylesheet aka style.css file.
May 10, 2012 at 2:56 am #134269In reply to: [Resolved] Forum Replies get failure message
@mercime
Participant@energynet thank you for bringing this to our attention and for sharing the solution. Cheers
May 10, 2012 at 2:41 am #134265@mercime
Participantrename wp-content/themes/custom-community to wp-content/themes/custom-community-xxx via FTP/cpanel and if that doesn’t work, rename wp-content/plugins/buddypress to wp-content/plugins/buddypress-xxx
May 9, 2012 at 11:10 pm #134258chr313
MemberThanks again @ChrisClayton that worked out well.
May 9, 2012 at 10:09 pm #134257In reply to: How to fix BP-admin bar width and characteristics
edgarestradac
MemberWhat file should I modify to change the width of BuddyPress and so fits my sidebar?
May 9, 2012 at 8:56 pm #134255chichii
MemberHi. I just found out that when i use the theme PageLine, i can register new users. AND thas only because PageLine uses WP’s own user registration. When i change to for example use BuddyPress Default 1.5.5, that does not use WP’s own user registration, i cant register a user.
So, what can be wrong now? what makes the BuddyPress Default 1.5.5 theme not being able to register users?(i guess this applies for groups aswell)
You can try it yourself, goto http://demo.raketfart.se. i have activated the BuddyPress Default 1.5.5 theme.
/Chichii
May 9, 2012 at 6:12 pm #134246May 9, 2012 at 6:09 pm #134245@mercime
ParticipantYou have a custom theme that’s supposed to be BuddyPress-ready. I would contact theme author regarding this issue. To confirm if it is a theme issue, change to bp-default theme, clear cache and see if issue is corrected.
May 9, 2012 at 6:02 pm #134244In reply to: buddypress multisite with categories blogs???
@mercime
Participant@sienteastu best place to ask categories/taxonomies/classifications for subsites would be at https://wordpress.org/support/forum/multisite
May 9, 2012 at 5:05 pm #134240@mercime
Participant@indieconnect surround code with backticks ( ` ) the symbol between the parentheses, not apostrophes
May 9, 2012 at 5:01 pm #134239In reply to: BuddyPress dropdown menu is not working properly.
@mercime
Participant== one of the links in the dropdown menu at the top of the page ==
What browser are you using?== using the buddypress 2011 theme as well. ==
Which BuddyPress 2011 theme? theme URI? Does the same behavior apply when you change to bp-default theme?May 9, 2012 at 4:17 pm #134235orebian
ParticipantHello Mercime,
Thank you for your support. It works!
I added the shortcode [bbp-forum-index] to my ‘Forums’ page. At first the forum didn’t show up until I remove the ‘Forums’ as the selected page at “BuddyPress > Pages > Discussion Forums > -None-.
Is it suppose to look like this — http://www.backpackventure.com/forums/ ?
Now I’ve a message displayed at the top of WP, ‘The following active BuddyPress Components do not have associated WordPress Pages: Discussion Forums. Repair’
Guess I just ignore it?
Please advice.
May 9, 2012 at 3:51 pm #134234In reply to: [Resolved] comment and reply not working now
@mercime
Participant@bensonsearch thanks for posting the conflict with FBChat and commenting with BP. Have you checked out the other chat plugins at https://wordpress.org/extend/plugins/tags/chat
May 9, 2012 at 12:41 pm #134228In reply to: how to use files globally?
ashok g
MemberThanks for the responce
Yes the activity component enabled.
BuddyPress also loaded. -
AuthorSearch Results