Search Results for 'buddypress'
-
AuthorSearch Results
-
July 3, 2013 at 8:43 am #167463
In reply to: Gmail contacts importer
Prince Abiola Ogundipe
Participant@marathifacebook, am not being funny, but no one will be willing to help you with this kind of you attitude, refering to a free plugin which developer spent hours of hardwork on as useless even make the matter worst.
There is no free gmail importer that am aware of, you may have to consider some paid one and make it work with buddypress or code one yourself.
Naijaping
July 3, 2013 at 7:12 am #167456In reply to: Cacheing plugin recommendations
Martin
Participant@modemlooper
So anything to do with BuddyPress then?July 3, 2013 at 5:48 am #167445In reply to: How Do I Hide Extended Profile Fileds from Users
bp-help
Participant@nobodymove
Have you tried reverting to twenty twelve theme or bp-default theme to see if your issue persists?
If so then try bulk deactivating all those plugins other than BuddyPress and then reactivate each one individually and test if the issue you are having persists against each one of those plugins as you reactive them individually. I know it sounds tedious but this is pretty basic troubleshooting procedure to narrow down if it is a theme or plugin causing the issue. If you find that it is a theme or plugin then report it to the respective author so they may check and make any adjustments necessary. If the issue persists after this procedure and you have not been able to narrow down the culprit then please report back here.July 3, 2013 at 5:35 am #167444In reply to: How Do I Hide Extended Profile Fileds from Users
nobodymove
ParticipantAlso, I do have this in my buddypress settings tab under Legacy Group Forums – bbPress configuration: /var/www/vhosts/lochmoorclub.com/httpdocs/wordpress/bb-config.php
Not sure what that is…
July 3, 2013 at 5:30 am #167443In reply to: How Do I Hide Extended Profile Fileds from Users
nobodymove
ParticipantThanks @bphelp. Info listed below:
1. Which version of WordPress are you running?
3.5.2
2. Did you install WordPress as a directory or subdomain install?
Directory
3. If a directory install, is it in root or in a subdirectory?
root
4. Did you upgrade from a previous version of WordPress? If so, from which version?
3.5
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
Wordpress seems to be working fine
6. Which version of BP are you running?
1.7.2
7. Did you upgraded from a previous version of BP? If so, from which version?
1.7
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
Yes, a lot. 🙂
Allow Multiple Accounts
amr users + buddypress
buddypress group email subscription
buddypress member import
buddypress message attachement
Buddypress Toolbar
Buddypress Xprofile custom fields type
comprehensive google map
contact form manager
events manager pro
easy table
form lightbox
GRAND Flash Album Gallery
Lightbox Galleries EWSEL
Mass Messaging in Buddypress
Online Backup for WordPress
Peter’s Login Redirect
SHortcode Widget
User Switching
WP Full Calendar
WP Wunderground9. Are you using the standard BuddyPress themes or customized themes?
I’m using Razor 1.1.3 from Themeforest/Parallelus
10. Have you modified the core files in any way?
No
11. Do you have any custom functions in bp-custom.php?
No
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
13. Please provide a list of any errors in your server’s log files.
14. Which company provides your hosting?
Network Solutions
15. Is your server running Windows, or if Linux; Apache, nginx or something else?
VPS hosting package
July 3, 2013 at 4:40 am #167441In reply to: How Do I Hide Extended Profile Fileds from Users
bp-help
Participant@nobodymove
This is not default behavior. Please see:
https://buddypress.org/support/topic/when-asking-for-support-2/
And supply all the info you can regarding your install!July 2, 2013 at 7:23 pm #167430In reply to: BuddyPress Group Page
Hugo Ashmore
Participant@disqusnow BuddyPress is a plugin, plugins live in the WP directory /wp-content/plugins/ not in the directory /wp-content/themes/
BP historically ran it’s default theme from it’s plugin struture and still does along with the new theme compatibility files /buddypress/bp-templates/bp-legacy/
If you have a custom theme and you want to edit the bp theme compat templates then you must copy them over to your theme and edit them from there ( to confirm as mentioned earlier the actual WP pages are placeholders you do not enter content in them.)
Please see the codex for more in depth guides to theme compatibility and overloading the templates to your theme.
July 2, 2013 at 7:14 pm #167429In reply to: BuddyPress Group Page
disqusnow
Participant@macpresss I finally found it via my host ftp but my theme folder doesn’t have buddypress inside it. wp-content / themes / [your-theme-name] />>NO BUDDYPRESS but there is an index.php file inside it.
July 2, 2013 at 4:24 pm #167422In reply to: BuddyPress Group Page
disqusnow
Participant@macpresss Thanks for your detailed explanation. I tried to find the index.php file via wordpress admin>>plugins>>buddypress but I couldn’t find a file called bp-templates on the right hand side of that page.
Thanks
BenjaminJuly 2, 2013 at 3:30 pm #167420In reply to: BuddyPress Group Page
Shmoo
ParticipantWhat you’re trying to do doesn’t work I believe.
BuddyPress only creates those pre-named Pages in WordPress to create Permalink -structures.
I believe the BuddyPress script takes over from that point , those pages have no further meaning from the back-end of your WordPress website. You can add content to them as much as you want but that content will not show up on the front-end of the page because BuddyPress has taken over those pages and instead loads it’s own ‘groups’ – ‘activity’ – ‘members’ templates.
If you want to add some content to those pages you have to look into the template files.
wp-content / plugins / buddypress / bp-templates/ bp-legacy / buddypress / groups / index.php
Thats the files that will be shown when you view the Groups page.
If you would like to add some content to it or edit it in any form you should copy-/paste that file inside your WP Theme folder – just like this.wp-content / themes / [your-theme-name] / buddypress / groups / index.php <– make sure that’s a COPY of the default version.
July 2, 2013 at 1:36 pm #167416In reply to: BuddyPress Group Page
disqusnow
Participant@mgrmn
I have emptied the trash and changed the parmalink from groups-2 to groups but non of my edit of Groups via the page menu isn’t showing on the Group page when view from a browser.July 2, 2013 at 1:02 pm #167414In reply to: Adding group ID to activity lists
Shmoo
ParticipantFound the answer by reading this topic.
https://buddypress.org/support/topic/how-to-get-group-id-while-in-activity-loop-php/The word item_id got me thinking-/searching in the Core files before I found this tag.
<?php bp_activity_item_id(); ?>– It will Echo just a plain ID number of the related Group the activity is posted in. Just what I needed, I maybe was too focused on the word ‘group’ and searching to much about group_id’s.
July 2, 2013 at 8:56 am #167408In reply to: author name
Henry
MemberSo you want to replace fullname “John Doe” with username “johndoe93”? Do you need to make the change sitewide?
r-a-y (BP core developer) has built a plugin for that:
https://wordpress.org/plugins/buddypress-usernames-only/July 2, 2013 at 6:18 am #167401In reply to: Adding extra field data to Members Directory
daol9999
ParticipantThank you so much. Best $15 I’ve spent in a long time. No faffing around for hours and hours and hours, it just works!
I will install the new 1.8 version on a test server when its out (fyi: I am THE developer. There are no other developers to talk to.) It sounds a big step in the right direction though. In answer to all the ‘why have you done it like that’ questions (on this and another thread) that you and Henry raise is because BuddyPress is a steep learning curve and this project involved bringing together both site functionality (i.e. BuddyPress) and the design that the graphic designer supplied. The design was closer to the TwentyTwelve theme, which is why that was chosen. Then its learn and make mistakes on the way. Some things you get right, others you get wrong. Some things work, some things don’t… So to answer all your ‘whys’, ‘that’s why’.
July 1, 2013 at 10:02 pm #167392In reply to: BuddyPress Group Page
mgrmn
ParticipantGo to pages -> Trash -> empty all pages from trash
And in the page make sure the permlink says groups and not groups-2 (edit if needed)edit -> ok -> update page
July 1, 2013 at 7:08 pm #167384In reply to: Custom Forum Role
Paul Wong-Gibbs
KeymasterBest to ask on bbPress.org. bbPress is the component that provides forums to BuddyPress.
July 1, 2013 at 5:12 pm #167364In reply to: Creating New Plugins
modemlooper
ModeratorLooks good. One more suggestion per WP standards. Place all add_actions right below it’s function unless the action is inside a function in that case you place that actions function below the function the add action is inside. It’s to keep the code easier to manage when you have really long file and scrolling up and down gets tedious.
/*** Make sure BuddyPress is loaded ********************************/ function private_community_for_bp_lite_bp_check() { if ( !class_exists( 'BuddyPress' ) ) { add_action( 'admin_notices', 'private_community_for_bp_lite_install_buddypress_notice' ); } } add_action('plugins_loaded', 'private_community_for_bp_lite_bp_check', 999); function private_community_for_bp_lite_install_buddypress_notice() { echo '<div id="message" class="error fade"><p style="line-height: 150%">'; _e('<strong>Private Community For BP Lite</strong></a> requires the BuddyPress plugin to work. Please <a href="https://buddypress.org/download">install BuddyPress</a> first, or <a href="plugins.php">deactivate Private Community For BP Lite</a>.'); echo '</p></div>'; } function private_community_for_bp_lite_init() { require( dirname( __FILE__ ) . '/private-community-for-bp-lite.php' ); } add_action( 'bp_include', 'private_community_for_bp_lite_init' );July 1, 2013 at 3:29 pm #167354Tux Kapono
ParticipantThanks guys! Ah, here it is: https://codex.buddypress.org/developer/releases/version-1-7/
Forums
Retired bbPress 1.x “Group Forums” component (replaced with bbPress 2.x integration) (#3598)
July 1, 2013 at 3:10 pm #167351In reply to: How to modify a template to Buddypress
Hugo Ashmore
ParticipantCheck the Codex and BuddyPress release notes! As of 1.7 there is a theme compatibility layer built in to BP that allows it to work with most themes – activate your theme, activate BP, that is about all you have to do bar a few style mods if required to bed BP screens in.
July 1, 2013 at 3:08 pm #167350Henry
MemberHugo beat me to it 🙂
July 1, 2013 at 3:07 pm #167349Henry
MemberAh yes, my bad. BP forums was pre 1.6.5. The bbPress plugin is different.
This may help you move everything across:
https://codex.buddypress.org/user/buddypress-site-administration/migrating-from-old-forums-to-bbpress-2/July 1, 2013 at 3:02 pm #167348Hugo Ashmore
Participantit is in the Codex!
Originally BP used a stripped down version of bbpress built in, now that is removed and bbPress plugin provides support for BP groups forums, there is a guide on transitioning over.
July 1, 2013 at 2:45 pm #167347Tux Kapono
ParticipantbbPress is a separate plugin – bbpress.org. We have the BuddyPress 1.6.5 forums on our site without the bbpress plugin installed, and they seem very dated IMO.
It would be nice to have this all explained in one definitive document though, as we’re not clear what we have to do to maintain the most up-to-date forums.
July 1, 2013 at 2:20 pm #167345Henry
Member‘BuddyPress forums’ is bbPress (as far as i know)!
July 1, 2013 at 12:23 pm #167343In reply to: show header item when user not login in buddypress
-
AuthorSearch Results