Search Results for 'buddypress'
-
AuthorSearch Results
-
April 2, 2011 at 4:22 am #109347
Virtuali
Participantthe register link works but the link to log in doesn’t it just keeps giving a 404 page not found error
https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/
April 2, 2011 at 3:00 am #109344@mercime
Participant== I added the extra bit still no joy ==
Hmm, I know the code works. I assume you revised the whole wp_nav_menu code in your functions.php with the whole code I posted above.
– Post content of your footer.php here.
– Did you create a new menu in Appearance > Menus – Choose Footer Menu from Theme Locations and clicked on Save after creating the links?== if you click that you will get a 404 error, ==
– Deactivate all plugins except BuddyPress then re-run Settings > Permalinks – Save.
April 2, 2011 at 1:58 am #109343In reply to: [Resolved] Speeding up buddypress
nanchante
ParticipantMIhgt be a dumb question, but can someone explain please what relative benefits are between object aching and database caching? What are the downsides too?
We use eAccelerator on our server.
April 2, 2011 at 1:03 am #109340In reply to: Activating Themes Are Messing Up My Site
@mercime
Participant@wuphilly Some ways to get a BP-compatible theme
1. Create a child theme of bp-default theme – then style it to taste
https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/2. Make your WordPress theme compatible with BuddyPress via BP Template Pack
https://wordpress.org/extend/plugins/bp-template-pack/
More info
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/3. Some BP compatible themes/child themes
https://buddypress.org/extend/themes/4. Search online for BuddyPress premium themes
April 2, 2011 at 12:39 am #109339In reply to: Text Editors in BP
@mercime
Participant@el_terko Thank you. I should have explained before posting the link to the plugin:
You would need to create that functionality, see how TinyMCE editor is added in BuddyPress Docs plugin.April 1, 2011 at 11:52 pm #109337In reply to: From Latin1 to UFT8 – Issues
danbpfr
ParticipantInstead of html entities for your accentuated caracters (& ea cute ; for é ) used in your buddypress-xx_XX.po language file, use octals for any message displayed by javascripts !
http://www.pjb.com.au/comp/diacritics.htmlApril 1, 2011 at 9:31 pm #109335In reply to: Multiple Profile Group Fields in Registration
christophg
MemberI have the same question as well. I have created a couple more field groups in Buddypress profile fields section on the dash. Alas, none but the base group shows up in registration. Any help on how to get around this would be fantastic!
April 1, 2011 at 8:09 pm #109331In reply to: Text Editors in BP
José M. Villar
Participant@mercime I think @redsavior is only looking for a rich text editor for forums and groups entry boxes. And 3.1/1.2.8 compatible.
@redsavior Buddypress docs is a whole differente deal, adds wiki-like functionality to BP
April 1, 2011 at 7:49 pm #109329In reply to: Update a BuddyPress 1.0.3 plugin to the last version
@mercime
ParticipantYou’re welcome. Found your post in Jobs Forum for anyone interested. https://buddypress.org/community/groups/bp-jobs-board/forum/topic/update-a-buddypresss-plugin/
Closing this topic.
April 1, 2011 at 7:27 pm #109328In reply to: [Resolved] Speeding up buddypress
Pisanojm
ParticipantGreg, I am using W3TC for object caching (xcache opcode) and browser caching. Along with that I am using MAXCDN as the CDN (was prior using Amazon S3). MAXCDN is set now to cache almost all of my graphics, css, and javascripts -including plugins and child-themes. One of the two sites I was referring to is a straight WordPress site: http://mustech.net and the other is a BUDDYPRESS, non-multi-site (single site), site (htttp://musicpln.org – registration only).
I’ve set up a different pullzone for each of the sites using maxcdn.
April 1, 2011 at 6:52 pm #109325In reply to: Text Editors in BP
@mercime
ParticipantApril 1, 2011 at 6:48 pm #109324In reply to: BuddyPress doesn't work with Yahoo Hosting?
@mercime
ParticipantYou should do some research. Maybe I missed it but I don’t see any links for pre-sales support at http://smallbusiness.yahoo.com/webhosting/ esp. mod_rewrite? PHP 5+? GD library bundled with PHP? at least 32MB memory? etc.
There are many issues with WordPress alone on Yahoo! hosting, adding a poweful plugin like BuddyPress …
https://wordpress.org/tags/yahoo
http://webhostinggeeks.com/user-reviews/index2.php?item_id=2April 1, 2011 at 6:48 pm #87476In reply to: [Resolved] Speeding up buddypress
gregfielding
ParticipantWhat configuration of sites do you have with MaxCDN? I’ve heard there are some problems with multi-site blog farms where sub-blog uploads aren’t cached correctly.
April 1, 2011 at 6:21 pm #109323In reply to: Redirecting to profile page after login
msullens88
MemberUPDATE!
I know this hasn’t been updated in 7 months, but I needed this feature and none of the plugins and mods here worked, but I figured out a way and wanted to share it.
Add this before HTML tag in your theme’s header.php file. (Note: Be sure to replace YOUR_DOMAIN_NAME with the domain of your buddypress installation.)
`<?php
global $post;
if ( is_home()) { ?>user_login; ?>
<?php
} else {
// User is not logged in – Display homepage
}
?>`Now I’m using a plugin called Branded Login for Buddypress by Brajesh Singh — This plugin includes `<input type="hidden" name="redirect_to" value="” />` on the login.php file but I’m pretty sure the normal BP login form has this as well so it should work.
Result summary:
After login the script checks if the current page is the site HOME page, if true it runs another script to see if the user is logged in, if the user is logged in it redirects them to there profile page. if the user is not logged in, or it is not the HOME page it does nothing and loads the page normally.
End Result: Instantly takes user to profile page after login, and if they try to reach the site homepage its now there profile page.
Hope this helps! working wonders for me
April 1, 2011 at 6:12 pm #109322In reply to: BuddyPress Admin Bar Gone
@mercime
Participant@JamieWade since you’re going to allow BP Admin Bar, you don’t need `define(‘BP_DISABLE_ADMIN_BAR’, false); ` in wp-config.php at all.
I see that you tried to resolve this issue with @pcwriter before who gave good troubleshooting tips. Another thing comes to mind, if you installed BP via auto install, re-upload BuddyPress manually via FTP, cpanel, etc. just might be missing some files. Make sure that all plugins are deactivated except BuddyPress.
If that doesn’t work, need your site URL.
April 1, 2011 at 5:39 pm #109321In reply to: Suggested Members / Groups
Nahum
ParticipantApril 1, 2011 at 5:33 pm #109320In reply to: [Resolved] Speeding up buddypress
Pisanojm
ParticipantJust a quantity FYI. My MAXCDN sites are serving about 200-300 megabytes of information per day. I have two highly visited sites that receive about 1000 uniques per day, so this will give you and idea as to how long one terrabyte of of data will last you with the MAXCDN lowest-price plan.
At 250 Megabytes per day that is 1 Gigabyte per 4 days. So 1000 gigabytes will give you 4000 days, but you only get that amount per year, so you would renew again after 1 year and the limits would be re-established. Even if you are pulling 1 gigabyte per day, you would have 1,000 days (again only 365 in a year). So, before you would have to be looking at a larger pay-plan with MAXCDN you would need to be pulling about 3 gigabytes of information per day to exceed the MAXCDN low-price plan limit. Just some info/thoughts.
April 1, 2011 at 4:35 pm #109319In reply to: Way to disable admin bar on certain themes?
Magi182
ParticipantIt actually needs to read:
`remove_action( ‘wp_footer’, ‘bp_core_admin_bar’,
;
remove_action( ‘admin_footer’, ‘bp_core_admin_bar’ );`as the admin footer hook has no priority in the current versions of buddypress (1.2.
April 1, 2011 at 4:30 pm #109318Dwenaus
Participantthe problem is that the script i wrote for BOW required that I branch the initial plugin. In order to get the blog comments to work, the settings needed to be saved in a multi-site format. Since then I’ve updated and improved the main plugin (without blog comments). It would take some work to re-integrate this code and provide an upgrade path to existing users so they would not lose their old rating/karma data. For this reason I don’t want to release the plugin I made for BOW. however he is free to pass it around if he likes. the best solution would be for someone else to invest in this re-integration. I could also put it up on github, but again, i don’t want to have two similar yet separate plugins in the wild. maybe I’m being to cautious. anyway.
April 1, 2011 at 4:12 pm #109315In reply to: Beta Testers Wanted
JamieWade
Member@Darksminky What parts of the website would you recommend? The only reason I blocked parts of the site is because of profile privacy etc.
April 1, 2011 at 4:10 pm #109314In reply to: BuddyPress Admin Bar Gone
JamieWade
Member@mercime Ok I made the child theme, what do I do now? Also, I added define(‘BP_DISABLE_ADMIN_BAR’, false); to my wp-config.php file, and a blank grey space comes at the top of the page where the admin bar should be, could this suggest problems with the coding?
April 1, 2011 at 2:54 pm #109312In reply to: Overriding ajax.php
aljuk
Member@marto – in the functions.php of bp-default, change:
`require_once( TEMPLATEPATH . ‘/_inc/ajax.php’ );`
to
`require_once( STYLESHEETPATH . ‘/_inc/ajax.php’ );`April 1, 2011 at 2:35 pm #109309In reply to: [Resolved] Speeding up buddypress
Bowe
ParticipantAwesome! I’m really happy with those results.. Beating Yoast is impossible since he’s not running BuddyPress.. so needs a lot less scripts
And don’t forget I’m running about 30 plugins more then BP.org.. (not to brag or anything lol).April 1, 2011 at 2:18 pm #109310In reply to: BuddyPress doesn't work with Yahoo Hosting?
dosstx
MemberHey guys,
Does buddypress work with a Yahoo hosted site???April 1, 2011 at 1:46 pm #109306In reply to: [Resolved] Speeding up buddypress
@mikey3d
ParticipantAnalytic Your Page Speed
1) BuddyPress.org got an overall Page Speed Score of 59 (out of 100).
2) CUNY Academic Commons got an overall Page Speed Score of 58 (out of 100).
3) Bp-tricks.com got an overall Page Speed Score of 74 (out of 100).
4) Yoast.com got an overall Page Speed Score of 87 (out of 100).
You should be able to optimizing your site goes faster.
-
AuthorSearch Results