Search Results for 'buddypress'
-
AuthorSearch Results
-
January 30, 2013 at 3:29 pm #152059
@mercime
Participanthttps://codex.buddypress.org/legacy/configuring-components-v1-6/#users-profile-fields
Only add the profile fields you want during registration on the base group. Add new Profile Field Group/s for the fields you want the members to fill in later.
January 30, 2013 at 2:52 pm #152054In reply to: Question about Customizing Labels, Messages etc
danbpfr
ParticipantIt’s not ok, and not safe.
If you put the mo file into bp-languages folder, it will be erased at the next BP update. This folder only exist to provide the release pot file needed to update your existing buddypress- xx_XX.mo after an update.
So, there is no need to add something into /plugins/bp-custom.php. Aside, this file will only exist if you create it, it’s not shipped with BP (MS nor single WP)
Bp language file goes to /wp-content/languages/buddypress-xx_XX.mo
xx_XX is the wp_lang setting you have in wp-config.php of your main site.
January 30, 2013 at 2:33 pm #152052In reply to: Codex Posting
danbpfr
Participant@johnjamesjacoby, @modemlooper,
one of you decided finally to erase my contributions to the codex. Well ! I invited you to do so if necessary.
But a private message explaining me your decision would have been appreciated, but it isn’t the case.Also, who is responsible of the Codex ? Didn’t know that Ryan is the codex chief editor !
This tread is also unhelpfull at least.
The tips & tricks page is still nested with 1 tuto page, despite the tech explanation above.And with this on the customize page, i’m very doubtfull too
CustomizingThis page has no content of its own, but contains some sub-pages listed in the sidebar.
(between other nested pages “tips & tricks”…)Please edit this page and add something helpful! (and probably nested pages too, no ?)
I thought I was right by adding my tips, even if not on the same page as “Tips ā Tricks ā Code Snippets” by misunderstanding the existing nesting which is not to use finally ! Sorry for my ignorance of this detail.
Support users are not code snippets, but real humans. Your method and reaction are simply unbelievable !
Be sure i’m discouraged and that i don’t add anything to the codex in the 100 next years. šDan
January 30, 2013 at 2:30 pm #152051In reply to: uploaded photos rotation
Saurabh
ParticipantHi,
I am from the team that develops BuddyPress Media. Like @shanebp says, the rotation data is stored in the exif data. Generally, most devices that can detect their orientation correctly assign the data. So, when storing or uploading, things remain normal. However, older devices and iOS don’t do this and images and videos are displayed with awkward rotations.
Ideally, a browser should be able to detect this and automatically correct the rotation. However, (surprise, surprise) only Internet Explorer 10 does this.
We are working on this and there is an open issue here: https://github.com/rtCamp/buddypress-media/issues/118
We plan to fix this at least with BuddyPress Media, soon!
Regards.
January 30, 2013 at 1:28 pm #152049valuser
Participanttry https://wordpress.org/extend/plugins/wp-user-frontend/
it supports add media,quote,image, link, etc, etc
January 30, 2013 at 11:07 am #152048In reply to: [Resolved] WP Admin bar and sub nav under the user
Mitesh Patel
ParticipantI am getting the same problem. It seems a bug, but I don’t know how to report it correctly.
I am on latest versions of wp, bp and bbp (3.5.1, 1.6.4 & 2.2.4 respectively), developing locally using MAMP.The problem is essentially this.
When wordpress is installed with buddypress and bbpress (sitewide forums with group forums enabled for buddypress), if one hovers on “Howdy” menu to access forums quick-links, the forums menu offers 6 links (when you hover on “forums” quick-link), with 4 unique and 2 (“Topics Started” and “Favorite Topics”) duplicates. However, contrary to what @rmohney observed, even if group-forums are turned off, the problem (duplicate quick-links) persist(s).January 30, 2013 at 6:52 am #152045In reply to: Question about Customizing Labels, Messages etc
voopress
ParticipantForgot to mention that I did try the following as well;
January 30, 2013 at 6:45 am #152043Mitesh Patel
ParticipantOK, now I have got the form working on a stand-alone page with strategy described above with one change.
I changed the form’s action atribute to point to the original action (buddypress message compose page).
now the form posts fine, but redirects to the user inbox, irrespective if the form was submitted successfully or with error. The success and error messages are rendered correctly, but this is not logically correct behavior.
The form page should redirect to itself. Please advise, how can I do it.
January 30, 2013 at 6:05 am #152036In reply to: BP Template pack step 3
@mercime
Participant@getpeppered Based on the codes you posted in pastebin.com (you have no footer code by the way) the theme authors of the AIT Rounder theme are not using the normal WP template files and instead have rewritten it and made it very difficult to reverse engineer the theme’s proprietary code just to get the HTML tags for Step 3 of the BP Compatibility process.
At this point, I suggest that you contact the theme authors about providing assistance for Step 3 of the BP compatibility process. As I mentioned above, you would need to change 17 template files from the BP folders in your server. Here are examples of changes in 17 files
http://wp.me/p1I84P-1B and http://wp.me/p1I84P-31January 30, 2013 at 5:24 am #152035modemlooper
ModeratorThe file you pasted into gist is the default theme not Blox. How did you get BuddyPress support into theme? On the theme’s store page it doesn’t say it supports BP
January 30, 2013 at 1:26 am #152026In reply to: BP not working
@mercime
Participantways to increase memory https://codex.buddypress.org/troubleshooting/blank-pages/
you might need to contact your webhost tech supportJanuary 29, 2013 at 7:01 pm #152011rossagrant
ParticipantHave confirmed this on 2 more brand new installs.
Tried to explain it as best as I could in this ticket:
https://buddypress.trac.wordpress.org/ticket/4792
Cheers š
January 29, 2013 at 6:51 pm #152009In reply to: Error in creating topic
@mercime
Participant@heidilf it has been a long time since I saw this error reported in BP forums. Btw, you only have group forums installed in synergycommons.net per my recent check. Looking back at old reports, following check/action could help you (backup DB before making any changes, just in case):
1. For group forums, a bb-config.php file should have been created at the root of your WP install, the same level where wp-config.php is. If you moved your installation from another server, make sure that you updated the DB information in your bb-config.php file as well.
2. Check if 7 xxx_bb_xxx tables were created in your database see https://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/#bbpress-forums-tables-in-database
3. You might have to make some DB changes via phpMyAdmin re forum ID http://buddydev.com/support/forums/topic/error-when-creating-topics/ and http://premium.wpmudev.org/forums/topic/buddypress-groupforums-not-working
January 29, 2013 at 6:32 pm #152007In reply to: Reduce size of Photos on Activity page.
b1gft
Participantphotos uploaded by U BuddyPress Forum Attachment
site http://www.salesd.com I did not say the site as I have WP Maintenance Mode set and I thought the information I give on the version of the scripts, would do.
January 29, 2013 at 6:26 pm #152006In reply to: Reduce size of Photos on Activity page.
January 29, 2013 at 6:20 pm #152004omgbud
Participant@Chouf1 thank you I found the data in wp-usermeta, now I have problem retrieving it, not usual data..
in meta_key: bp_xprofile_visibility_levels
in meta_value:
`a:53:{i:1;s:6:”public”;i:2;s:7:”friends”;}`53 is userid
1,7 is the field number
6,7 is the visibility_levelsSo how can I retrieve the data (public or friend) if I want field no.7 from this useid 53.
January 29, 2013 at 6:19 pm #152003In reply to: [Resolved] Will not load more pages.
@mercime
Participant@b1gft what theme are you using? Is pagination and load more working in your BP Default theme?
January 29, 2013 at 4:46 pm #151995January 29, 2013 at 1:52 pm #151986In reply to: [Resolved] Group Forum display time
danbpfr
Participanthi @omgbud,
if BP 1.6.x, you can add this to your theme’s functions.php
This will change the date format of each group forum topic`function my_topic_date_ouput () {`
global $forum_template;
echo date (‘M d, YĀ ‘, strtotime($forum_template->topic->topic_time));}
add_filter( ‘bp_get_the_topic_post_time_since’, ‘my_topic_date_ouput’ );For for changing the freshness date/time, use this one
<code>function my_topic_freshness_ouput () {
global $forum_template;
echo date (‘d/m/Y H:iĀ ‘, strtotime($forum_template->topic->topic_time));
}
add_filter( ‘bp_get_the_topic_time_since_last_post’, ‘my_topic_freshness_ouput’ ); </code>Take care with quotes (must be single quotes)Ā when copy/pasting from here
January 29, 2013 at 12:24 pm #151982Patryk
Participant@mercime
Thank you really are a great š
and do you know maybe how to raise the limit on the links in the menu?January 29, 2013 at 7:30 am #151978vunye
Participantwowowo am so happy now it worked after installing buddy press from a remote server…wowowo Thanx alot @Hugo
January 29, 2013 at 5:52 am #151977In reply to: [Resolved] threaded comments won't work after update
Ben Hansen
Participantwell there are probably way better people to answer that question then myself but if you don’t care about users or bbpress/buddypress information and you can create a staging area then one step you can take is to export/import your sites content into a totally clean install which is also a recommended step for certain kinds of hacking events. bear in mind i have never actually had to take that step myself so i am not saying i would recommend that as i have try little information about your actual situation.
my understanding is that if you do this the old site must be be live during the reimport on the other side which is why a staging area would be required. if any of this seems scary to you then it probably should and you might want to consider paying someone who’s more knowledgable to resolve the situation for you they may well even have a better path to happiness then my sort of last ditch option.
January 29, 2013 at 5:04 am #151973In reply to: Can't read messges
@mercime
Participantclosing duplicate of https://buddypress.org/support/topic/message-page-absent/
January 29, 2013 at 4:48 am #151968In reply to: Installation Wizard Failure Due To Doc Confusion
@mercime
Participant@intimez the Codex page has been updated. Sorry for the confusion. Basically, you install bbPress via Plugins > Add New https://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/#c-set-up-sitewide-forums-only
January 29, 2013 at 4:47 am #151967In reply to: message page absent
kebecweb
ParticipantMy WordPress version is 3.5.1 and my Buddypress version is 1.6.4
I loaded the .po and .mo files in french (although the file was for 1.6.3)
When I mean the front end, I’m talking about my profile admin section on the top right hand corner…where you get numbers whenever you get a message…
I have 2 messages right now but when I click them, its says the page dosent exist…
Now I have tested a profile which is not an administrator profile and the messages seem to be working right).
I have disabled all other plugins (I have only one which is Buddypress Courseware) -
AuthorSearch Results