-
bp-help replied to the topic Issues getting Buddypress working, in the forum Installing BuddyPress 11 years, 7 months ago
@feeldesign
Create a user with the username: demo and password: demo. Not to be rude but there is many people here that can help you and I don’t want the total responsibility of helping your issue because there is still things I have yet to learn so please don’t request help from just one individual. -
bp-help replied to the topic Only registered and activated users can see links in activity stream in the forum Creating & Extending 11 years, 7 months ago
@danesensei
Try this technique:
http://stackoverflow.com/questions/2091168/disable-a-link-using-css
Pay attention to nickf ‘s usage. It uses jquery so if your not familiar with it then you need to study:
http://learn.jquery.com/about-jquery/how-jquery-works/ -
bp-help replied to the topic Only registered and activated users can see links in activity stream in the forum Creating & Extending 11 years, 7 months ago
@jhulianni
Actually it would be more appropriate to start your own topic because hijacking another persons thread is usually frowned upon especially since it has nothing to do with the topic authors support request. Thank you! -
bp-help replied to the topic Issues getting Buddypress working, in the forum Installing BuddyPress 11 years, 7 months ago
@feeldesign @akukskuks
Deactivate all plugins other than BuddyPress and revert to either bp-default theme or Twenty Twelve and see if the problem persists then report back here. I suspect it is either a plugin, or theme but I won’t speculate. I just know I have not encountered this and I have about 30 installs on my test server, I do not however…[Read more] -
bp-help replied to the topic Fixing The Profile CSS in the forum How-to & Troubleshooting 11 years, 7 months ago
@pleasehelpmeplease
http://www.tutorial9.net/tutorials/web-tutorials/quick-easy-css-development-with-firebug/
Keep in mind that if your importing css from a parent theme you may have to add the !important declaration. -
bp-help replied to the topic BuddyPress 1.7.1 in the forum Installing BuddyPress 11 years, 7 months ago
@boonebgorges @djpaul @johnjamesjacoby @r-a-y
Thanks for the update guys. 🙂 -
bp-help replied to the topic Only registered and activated users can see links in activity stream in the forum Creating & Extending 11 years, 7 months ago
@jhulianni
Please provide more info when requesting support. See this sticky topic:
https://buddypress.org/support/topic/when-asking-for-support-2/
Looks more like an issue in your theme from the error you posted. -
bp-help replied to the topic [Resolved] How do I make a sticky wall update? in the forum How-to & Troubleshooting 11 years, 7 months ago
-
bp-help replied to the topic Remove profile links in the forum How-to & Troubleshooting 11 years, 7 months ago
@praisehim
The answer is in my previous response. Most likely its a theme, plugin, or custom code you may have introduced. You may need to revert back to a twenty twelve theme or bp-default theme, and deactivate all plugins other than buddypress. If you created a file in wp-content/plugins named bp-custom.php you also need to make sure the code is…[Read more] -
bp-help replied to the topic Remove profile links in the forum How-to & Troubleshooting 11 years, 7 months ago
@praisehim
It is not a bug at all. I use this code with BP 1.7 and WP 3.5.1 with various themes downloaded from wordpress.org and it works flawlessly. Either you have a theme, plugin, or custom code that is conflicting with the code. Please make sure you test it thoroughly as I have before stating it is a bug. -
bp-help replied to the topic BuddyPress Pages Not Working in the forum How-to & Troubleshooting 11 years, 7 months ago
@jamesonblake
See this sticky topic before asking for support:
https://buddypress.org/support/topic/when-asking-for-support-2/
You need provide us with more info before we can aid you! -
bp-help replied to the topic User profiles – how does a user update/modify in the forum Installing BuddyPress 11 years, 7 months ago
@careythegreen
Unless you have introduced some custom code then there is a link in the toolbar just like the one that appears on buddypress.org. Hover over howdy USERNAME, profile/edit. This is pretty standard so it should be there. If you want to add a a direct link to save confusion then use this code in your…[Read more] -
bp-help replied to the topic How to add Profile Search Field to Member Directory results in the forum How-to & Troubleshooting 11 years, 7 months ago
try adding this above line 58 the do_action line:
<div class="user-location"><?php echo bp_member_profile_data('field=City'); ?></div>
As specified above you still need to make a profile field in the dashboard and the end user has to fill in that info before it will show up! I personally tested it and it works so make sure you place the code as I…[Read more] -
bp-help replied to the topic How to add Profile Search Field to Member Directory results in the forum How-to & Troubleshooting 11 years, 7 months ago
@partytrotter
See lines 61 through 69 in members-loop.php
Between the opening and closing php tags you add code. For example:
echo bp_member_profile_data('field=City');
The instructions are commented between those lines as well.
Just remember for it to show up you need to create a profile field in the dashboard named “City” and it is case…[Read more] -
bp-help replied to the topic Still getting spammers!! HELP! in the forum How-to & Troubleshooting 11 years, 7 months ago
@placementmantra You have already been asked by @hnla to stop opening old threads. Not to be rude but isn’t it ironic that your asking for help with spam yet your kinda being spammy yourself. Anyway try this plugin, it is in beta but it may work for you:
http://geek.ryanhellyer.net/products/spam-destroyer/
Download the beta version that has…[Read more] -
bp-help replied to the topic Only registered and activated users can see links in activity stream in the forum Creating & Extending 11 years, 7 months ago
Try this plugin to see if it fits your requirement just understand it makes all BP pages private but line 24 in private-community-for-bp.php can be edited and commented out the components you don’t wish to protect there is an example built in the plugin for sitewide forums to see how to comment certain components…[Read more]
-
bp-help replied to the topic Do not show unless logged in in the forum Creating & Extending 11 years, 7 months ago
Study the below link in the codex. That is what you need!
https://codex.wordpress.org/Function_Reference/is_user_logged_in -
bp-help replied to the topic Add Link to user profile in the forum Creating & Extending 11 years, 7 months ago
Try adding this code in your header:
http://pastebin.com/Eg2HCKrM -
bp-help replied to the topic PhiloPress – plugins for BuddyPress in the forum Third Party Plugins 11 years, 7 months ago
-
bp-help replied to the topic Posts with community flagging capability in the forum How-to & Troubleshooting 11 years, 7 months ago
This plugin is not been updated in almost 2 years so if you use it and it doesn’t work log into your server, go to wp-content/plugins/ and change the bp-moderation plugin folder to something else to deactivate it if it gives you issues. For example rename bp-moderation to Xbp-moderation just in case. Here is the link to the plugin. Use at your own…[Read more]
- Load More
@bphelp
Active 9 years, 1 month ago