Search Results for 'buddypress'
-
AuthorSearch Results
-
May 26, 2012 at 9:21 am #135085
In reply to: buddypress theme looks diff??? help
@mercime
ParticipantNot clear what you mean by “in instant WP”? What theme are you using? Screenshot or site url so we could see what’s going on.
May 26, 2012 at 9:19 am #135084In reply to: BP_ENABLE_MULTIBLOG
@mercime
ParticipantWhere is WP installed, in domain root, subdomain or subfolder. Is your multisite subdomain or subdirectory structure?
Site url? Have you tried changing to bp-default theme and deactivating all plugins except BuddyPress?
May 26, 2012 at 4:23 am #135082In reply to: [Resolved] Problem with site wide forums
@mercime
Participant@nickharambee since you have group forums at http://www.yoursite.com/forums/ , to avoid conflict between the group and sitewide forums, need to have a different slug for your sitewide forums, e.g. discussions so the sitewide forums will be at http://www.yoursite.com/discussions/
Ref -> https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/3/#group-sitewide-forumsMay 26, 2012 at 3:31 am #135081@mercime
Participant== I am running a buddypress site consisting of hidden groups only. ==
1st, remove the Groups tab from your custom menu. We will add the link to respective group per member.
2nd, add this to your theme’s functions.php file
add_filter( 'wp_nav_menu_items', 'mme_my_hidden_groups' ); function mme_my_hidden_groups($items) { if (!is_user_logged_in()) return $items; else $hiddengroups = '<li><a href="' . bp_loggedin_user_domain('/') . 'groups' . '">' . __('My Groups') . '</a></li>'; $items = $items . $hiddengroups; return $items; }The “My Groups” link will appear at the end of the custom menu and will show up for logged in users only.
May 26, 2012 at 2:48 am #135079In reply to: BP_ENABLE_MULTIBLOG
luisrosario
Participant@mercime , hey there, my theme is buddypress enabled, I’m using the same theme on the child site as the home site so in theory I should be fine, not really sure what the issues is. I can’t find much information on this since it seems any problems it have been addressed in the current version.
May 26, 2012 at 2:27 am #135078In reply to: Building a website like www.buddypress.org
@mercime
Participant@matthew29 all are custom-coded specially for BuddyPress.org
You’d either have to create the plugins or hire a developer to do so.May 26, 2012 at 2:04 am #135077@mercime
Participant@creaminta You have Joomla in your main site (plus uri’s there ends with .html) and WP/BP in a physical subdomain http://training.zbrushworkshops.com/members/admin/ which is a single WP installation.
If you do not plan to make your WP at root of http://training.zbrushworkshops.com/ a multisite installation, then don’t add `define( ‘BP_ENABLE_MULTIBLOG’, true );` in your wp-config.php
@mercime
Participantclosing this duplicate of https://buddypress.org/community/groups/bp-album/forum/topic/bp-album-not-showing-images/
May 26, 2012 at 1:23 am #135076In reply to: Site Activity?
@mercime
Participant@timetraveler we are aware of the search issue. In the meantime you can use google: buddypress.org keywords phrases and/or username (if applicable)
As for site activity – make sure you have /activity/index.php in your active theme’s folder. Change to bp-default theme and go to yoursite.com/activity (assuming you didn’t change the slug) and check if issue is resolved..
May 26, 2012 at 12:29 am #135075In reply to: Custom post Types in Activity Stream
@mercime
ParticipantMay 26, 2012 at 12:27 am #135074In reply to: BP_ENABLE_MULTIBLOG
@mercime
Participant@luisrosario If you have enabled BP_ENABLE_MULTIBLOG, you will need to ensure that each active theme on your installation is BuddyPress-enabled
May 25, 2012 at 9:24 pm #135069Eric Langley
Participant@mercime ,
Thanks I check with Ron, his version of BP Multi Network does not filter Members or Widgets users.
The other BP Multi Network (almost exactly the same name, by Brajesh Singh) does, BUT only on Multisite NOT any of the Multi Network plugins.
Note: The user count on the primary site shows all of the site members, only the subsites are filtered by BP Multi Nework.
~eric
May 25, 2012 at 7:32 pm #135067thirstcard
MemberThis is probably what you want:
http://pastie.org/3967744May 25, 2012 at 7:01 pm #135066In reply to: Interactive Profile Fields During Registration
bojan85
ParticipantI have looked over the forums and found several threads concerning this function but there seem to be no apparent solution to this issue. I would love an answer from somebody who has deeper understanding of buddypress to see if this is possible to accomplish or not.
Is it possible to create multiple different registration forms or different fields to fill in depending on what the user selects when registering?
All help would be much appreciated!
May 25, 2012 at 4:52 pm #135065In reply to: Share Activity on Social Network ….
raoulbeltra
ParticipantHi @ChrisClayton …I add the code you suggest me and it works ! Great…but now I have another problem with the sharing. It doesn’t work. look this image http://i1271.photobucket.com/albums/jj634/raoulbeltra/share.png
Have you any suggestion about it ????
Thank you so much for your support.Raoul
May 25, 2012 at 4:16 pm #135063odarma
Participant@mercime thanks for helping me… i upgrade WP in each version is out (with a delay of 2 weeks to give time for the plugins i use to be upgraded too), my BP as i remember i upgrade from 1.2.10 to 1.5.2 and then 1.5.5
May 25, 2012 at 3:37 pm #135061In reply to: Customizing Problem (Renaming Groups)
Brajesh Singh
ParticipantHi ,
The best way to do so will be using the languages file.
you will find the BuddyPress languages file in budypress/bp-languagesUse poedit(or any other software) to translate it. Change the Group/Groups with the desired text and save the generated mo file as buddypress-yourLocal.mo e.g buddypress-en_US.mo for the US English.
May 25, 2012 at 1:55 pm #135059nickharambee
ParticipantYes, that’s what I mean.
Nick
May 25, 2012 at 12:31 pm #135057rkread59
Member@mercime, thank you very much for this. Please forgive my ignorance, but to be clear, would these plugins need to be installed in the specific WordPress part of the site?
May 25, 2012 at 10:27 am #135056In reply to: The Register Button goes to Home page?
andricor
ParticipantI had the same register problem. I couldn’t see any group in “Profile Fields”.
I tried to create another one, i was getting a success message but still not able to see any group.
So i checked in the db and I noticed that there was a the column “group_order” missing in the wp9_bp_xprofile_groups table:mysql> desc wp9_bp_xprofile_groups
-> ;
+
+
+
+
+
+
+
| Field | Type | Null | Key | Default | Extra |
+
+
+
+
+
+
+
| id | bigint(20) unsigned | NO | PRI | NULL | auto_increment |
| name | varchar(150) | NO | | NULL | |
| description | mediumtext | NO | | NULL | |
| can_delete | tinyint(1) | NO | MUL | NULL | |
+
+
+
+
+
+
+
4 rows in set (0.01 sec)I reached that finding because I compared with another buddypress installation I have.
I added the column to the table and then everything was working again:
mysql> desc wp9_bp_xprofile_groups;
+
+
+
+
+
+
+
| Field | Type | Null | Key | Default | Extra |
+
+
+
+
+
+
+
| id | bigint(20) unsigned | NO | PRI | NULL | auto_increment |
| name | varchar(150) | NO | | NULL | |
| description | mediumtext | NO | | NULL | |
| can_delete | tinyint(1) | NO | MUL | NULL | |
| group_order | bigint(20) | NO | | NULL | |
+
+
+
+
+
+
+
5 rows in set (0.08 sec)Here you are how I added the column:
mysql> alter table wp9_bp_xprofile_groups add column group_order bigint(20);
mysql> alter table wp9_bp_xprofile_groups modify group_order bigint(20) not null;The “Base” group was again visible in the administration page and those fields were visible again in the registration page.
I could not find out what modified that table. Also reinstalling the whole buddypress doesn’t help as I noticed that the buddypress tables in the db are not deleted.Hope this helps.
May 25, 2012 at 6:17 am #135052In reply to: Multiple BP Sites one user database? Possible
@mercime
Participant@michaeljdornan There are two plugins for multiple BP sites in one WPMultisite installation
1. BP MultiNetwork – https://wordpress.org/extend/plugins/bp-multi-network/ which requires WP MultiNetwork or Networks+
2. BuddyPress Multi-Network – http://buddydev.com/buddypress/introducing-buddypress-multi-network-plugin-create-multiple-separate-social-networks-on-a-single-buddypress-install/ which you can use with Join Blog Widget plugin which you’ll find in the same site.
May 25, 2012 at 5:21 am #135049In reply to: Anonymous User Comments Defaulting to Site Admin
Tommy White
ParticipantSorry here are my versions. Buddypress Version 1.5.5 + WordPress Version 3.3.2
Yes if I disable Buddypress then the comments are attributed to the correct posters.
Yes I disabled EVERYTHING except buddypress and also switched to the default Buddypress theme.May 25, 2012 at 5:11 am #135048In reply to: Help us… get help…
@mercime
Participant1) What specifically were you looking for? URI to thread with links to errors so we may correct them? There have been some major changes behind the scenes throughout these months.
2) We are aware of the search issue. Sorry for the inconvenience. You could Google for your username + buddypress.org + keyword or phrases. What were you looking for?
3) Googled and found your topic https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/all-groups-displays-correct-number-but-no-groups-found/
Please be aware that we are all volunteers here living in different time zones.May 25, 2012 at 5:01 am #135047@mercime
ParticipantWhat versions of BP/WP did you upgrade from? You mentioned webpages from two years ago. If you upgraded from BP 1+/WPMU, then you have to upgrade major version by major version as in BP1.0+ to BP1.2/WPMU 2.9.1 to BP1.5/WP3.2.1 to BP1.5.5/WP3.3.2
WP versions download – https://wordpress.org/download/release-archive/
BP versions download – https://buddypress.trac.wordpress.org/browser/tagsMay 25, 2012 at 3:53 am #135045 -
AuthorSearch Results