Search Results for 'buddypress'
-
AuthorSearch Results
-
November 13, 2011 at 4:45 am #124287
In reply to: Problem with THIS site?? (buddypress.org)
jsibley
ParticipantWould it be possible to have an update on the transition of this website? I have seen a few mentions that there is a redesign going on, but no details. Is there an end in sight for the next version? Also, would it be possible to share some of the enhancements to expect? Thanks.
November 13, 2011 at 4:11 am #124286In reply to: Fraudulent members
tnd
MemberAnyone have any ideas on this? I know that BuddyPress is having issues and all, but this seems to be becoming a problem for some people.
November 13, 2011 at 2:39 am #124285In reply to: How to make WP themes compatible with BP?
November 12, 2011 at 11:24 pm #124281In reply to: Redirect Loop “caused” by Buddypress, yaaaaay!
Dojoly
MemberRight. Did the plugin reactivation, and Buddypress “is” the culprit.
I screwed around with the URL settings through the Dreamhost.com admin panel, (there are some options to add/remove the www.) ‘before’ I installed Buddypress. At this time, and after I installed Buddypress, I didn’t have a redirect issue.
Then I changed my Dreamhost settings to accept both Http:// and http://www. as equals (instead of changing whichever it landed on), and then had tried “reinstalling” Buddypress. At that point, the redirect loop was incurred.
November 12, 2011 at 10:42 pm #124279In reply to: Buddypress new user
komplain2me
Memberyes, but it’s still not working
November 12, 2011 at 10:41 pm #124278In reply to: Buddypress new user
r-a-y
KeymasterDid you install BuddyPress correctly? Did you go through the install wizard?
https://codex.buddypress.org/getting-started/setting-up-a-new-installation/buddypress-1-5-installation-wizard/November 12, 2011 at 10:37 pm #124276In reply to: Where are my sub-menus? – Graphene Theme
@mercime
Participant@junglejinge you need to wrap your code within backticks (`) the symbol between the parentheses for short blocks of code. But for large blocks like the page.php source code, use pastebin.com as aces mentioned above
I gathered additional information from WP.org forums
https://wordpress.org/support/topic/where-have-my-sub-menus-gone?replies=3
https://wordpress.org/support/topic/buddypress-theme-knocks-out-my-navigation-structure?replies=2BP compatibility process for Graphene Theme
A. After you activate the Graphene theme, install and activate BP Template Pack
B. Go to Appearance > BP Compatibility and go through the process till you click Finish. Do not disable the Template Pack’s CSs nor JS. You’ll see this in frontend [before you make the changes, the regular page and the component page]

It’s totally unlike what you have currently at http://www.meetinbradford.org/Note: this theme has many options which may or may not work with the modifications placed below. In case the following exercise does not work, please contact the graphene theme developer and refer him/her to this post.
C. Download the 6 BP folders which were transferred to your graphene theme folder in server down to your computer hard drive. Because of your theme’s HTML structure, you will need to use the first method for fixing alignment on 16 files within the folders you downloaded. Those 16 files listed here https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#tplfiles
Starting with activity/index.php open it up with text editor
At the very top, replace:
``with
``At the bottom of same activity/index.php file, replace:
``
with:
`
`Save file. Then do this for the remaining 15 files listed in link except for registration/register.php where you do the same for the top portion of the file but at the bottom of the file, replace:
`
jQuery(document).ready( function() {
if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
jQuery(‘div#blog-details’).toggle();
jQuery( ‘input#signup_with_blog’ ).click( function() {
jQuery(‘div#blog-details’).fadeOut().toggle();
});
});`
with:
`
jQuery(document).ready( function() {
if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
jQuery(‘div#blog-details’).toggle();jQuery( ‘input#signup_with_blog’ ).click( function() {
jQuery(‘div#blog-details’).fadeOut().toggle();
});
});`
Save files and upload the six folders with modified template files to your theme folder in server.
D. Styling modifications – you’d most probably want to tweak some styles that come with bp.css. Check out style.css mods used in twenty theme as guide https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/
November 12, 2011 at 10:34 pm #124275In reply to: Buddypress new user
komplain2me
Memberyes i am. i tried others and still have same issue.
November 12, 2011 at 10:34 pm #124274In reply to: Translation works, but not on Activity-screen
r-a-y
KeymasterMake sure you are using the most recent BuddyPress translation file to do your translation:
/wp-content/plugins/buddypress/bp-languages/buddypress.potIf you need to merge an older translation file with the newer BuddyPress one, read this guide:
https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/#poedit (scroll down to “Updating your custom language file”)November 12, 2011 at 10:31 pm #124273In reply to: MoviePress and Buddypress
r-a-y
KeymasterYou should be good. Although there are probably a few usermeta entries as well, but that shouldn’t affect your site.
November 12, 2011 at 10:26 pm #124272In reply to: Redirect Loop “caused” by Buddypress, yaaaaay!
r-a-y
KeymasterIf you deactivated BuddyPress already and you still have a redirect loop, that means there’s a good chance the loop was not caused by BuddyPress.
If you “screwed around” with the URL settings of your WP site, there is a good chance this caused your bug.
If you can, revert to an old backup of your WP setup (database and filesystem). If you can’t, disable all your plugins and reactivate them one by one to find the culprit.
November 12, 2011 at 10:22 pm #124270In reply to: buddypress google analytics plugin
r-a-y
KeymasterFor 99% of themes, you can use any WordPress Google Analytics plugin and it will work for BuddyPress!
https://wordpress.org/extend/plugins/tags/google-analyticsNovember 12, 2011 at 10:19 pm #124269r-a-y
KeymasterThanks for testing the trunk version!
Your scenario only occurs if javascript was disabled or if there is a conflict in the javascript. Are you using a custom theme? There’s a chance a plugin could also be intefering with the javascript.
Deleting activity updates when javascript was disabled was recently fixed in trunk:
https://buddypress.trac.wordpress.org/ticket/3706If there are any other links that are broken and not reported, please post them on Trac:
https://buddypress.trac.wordpress.org/newticketNovember 12, 2011 at 10:14 pm #124268In reply to: Buddypress new user
r-a-y
KeymasterHi, please do not create a new topic because no one has responded to you yet.
To start, are you using the BuddyPress Default theme?
November 12, 2011 at 10:11 pm #124267In reply to: Questions about finding plugin status on bp site
r-a-y
KeymasterWordPress plugin pages usually show the compatibility version as set by the plugin author.
Recent date can be viewed by clicking on the “Development log” link on the plugin page’s right sidebar.
eg. https://wordpress.org/extend/plugins/buddypress (view the right hand sidebar for the link)For status updates, you’ll have to either:
– post on the plugin’s support forum
– find the author’s website / Twitter account and ping that person.For plugin compatibility, check out this codex page:
https://codex.buddypress.org/releases/1-5-plugin-compatibility/ (this might need to be updated)November 12, 2011 at 10:07 pm #124266In reply to: From Roadmap, basic privacy
r-a-y
KeymasterTo update this thread, basic profile privacy is currently being worked on:
https://buddypress.trac.wordpress.org/ticket/3695It will most likely be a plugin before it is included within the main BuddyPress core code.
Timetable for release (if I were to guess) would be late this year / early next year.November 12, 2011 at 10:03 pm #124265In reply to: Site Wide Activity without friends
r-a-y
KeymasterActivity is wide open even without friends out of the box.
Example can be found on testbp.org:
http://testbp.org/activityTo disable the friends component, login to the WP admin dashboard and navigate to “BuddyPress > Components”, uncheck “Friend Connections” and save.
Then navigate to the sitewide activity stream, which by default is located at:
hxxp://example.com/activity.If this is not what you had in mind, please elaborate!
November 12, 2011 at 9:58 pm #124264In reply to: Forums not working – have I configured correctly?
r-a-y
KeymasterHi, to make sure you have setup your forums properly, please try following the steps listed under “Set up a new bbPress installation”:
https://codex.buddypress.org/getting-started/configure-buddypress-components/#forums-setup
Then follow the steps to create a new group forum under “Enable Forum for each Group” at the link above.After you have done that, try making a post in a group forum.
November 12, 2011 at 9:51 pm #124263r-a-y
KeymasterI replied to your post on testbp.org:
http://testbp.org/groups/buddypress-testers-614548248/forum/topic/can-you-post-a-chart-or-videoJust post the link in question (like a YouTube video) on its own line.
If you are using some forum plugin like a WYSIWYG editor, that might intefere with it.
November 12, 2011 at 8:18 pm #124260In reply to: Respond to email notifications by email
November 12, 2011 at 8:15 pm #124259In reply to: Couple questions before I install
@mercime
Participant1. Make Twenty Eleven compatible with BuddyPress https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-eleven-bp-1-5/
2. In many cases, WP plugins work with BuddyPress.
Before installing it into your active/busy WP site, I recommend ichecking out BP in a test install preferably with the same server environment as your current WP install. e.g. in a physical subdomain in same server.
November 12, 2011 at 8:04 pm #124258In reply to: Pages don’t show anything
@mercime
ParticipantDeactivate BuddyPress.
1. Please check requirements https://codex.buddypress.org/getting-started/before-installing/#system-server
2. Make sure that you have WP install working with pretty permalinks https://codex.buddypress.org/getting-started/before-installing/#wp-configuration
3. Then activate BuddyPressEDIT – for Windows hosting issues
https://codex.buddypress.org/developer-docs/iis7-web-config/
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/new-install-on-iis-server/November 12, 2011 at 6:53 pm #124255In reply to: Preview of Pages and Posts not working with BP 1.5.1
Boone Gorges
Keymaster@henrybcn Thanks for the bug report!
November 12, 2011 at 6:19 pm #124254In reply to: Preview of Pages and Posts not working with BP 1.5.1
henrybcn
MemberThanks for responding @mercime. I found the cause. I reported a bug on Trac (3747).
When Front page = a Static BuddyPress page (eg, Activity), the previews do not work, nor do ugly links inside pages test page
When front page = Static Page (= a not BP Page), the previews work correctly, and also the ugly links inside pages test page
When I select Front Page = Forums, I get a “This webpage has a redirect loop” error.
I tested this on my installation, after deactivating all plugins and the default theme. I checked .htaccess, and it is correct.
I reproduced this on a new WP 3.2.1. install, with BP 1.5.1. , on a separate domain.
November 12, 2011 at 6:08 pm #124253In reply to: “Official” BuddyPress Child Themes Broken?
modemlooper
ModeratorA lot of the repo themes are outdated. It’s ridiculous that they screen themes heavily when they are submitted to the repo but are then forgotten and never tested on newer versions of wp or bp. The theme review system at WordPress.org is completely flawed.
-
AuthorSearch Results