Search Results for 'buddypress'
-
AuthorSearch Results
-
June 15, 2012 at 2:47 am #135796
@mercime
Participant@floridabeautiesinhd do start a new topic for your issue and I’ll help you there.
June 15, 2012 at 1:19 am #135794Hot Cars Hot Curves
Participant@mercime, along these same lines, I’m at Step 3 with the BP Template Pack plugin on my website. I’m terribly lost at this point. Do you do custom work? I’m looking for someone to get me past this point so I can get back to working on my website.

Thanks,
June 15, 2012 at 12:38 am #135793aces
ParticipantYou don’t say what your add action is hooked to ( or what the line number refers to ). Do you have a `’walled_garden’` hook in your template?
I would suggest trying the following (I use something similiar but allow access to groups and forums):
`function sh_walled_garden()
{
global $bp;if( bp_is_register_page() || bp_is_activation_page() )
return;if( ! bp_is_blog_page() && ! is_user_logged_in() )
bp_core_redirect( bp_get_signup_page() );
}add_action( ‘bp_init’, ‘sh_walled_garden’ );
`
I also substitute `add_action( ‘wp_loaded’, ‘sh_walled_garden’ );` on a different site….
`bp_init` and `wp_loaded` are “native” to buddypress/wordpress so you don’t need to create your own template hook….This is in a bp-custom-php file – using buddypress v1.5.5 as I haven’t upgraded to 1.5.6 yet….
June 14, 2012 at 10:21 pm #135790aces
Participantsee https://codex.buddypress.org/troubleshooting/frequently-asked-questions/
section: BuddyPress isn’t sending out emails (eg. activation emails, email notifications)
June 14, 2012 at 9:31 pm #135788In reply to: buddypress text editor suggestions?
Sabrin_N
ParticipantHi,
I have i think a similar problem….. I’m trying to get TinyMCE in my buddypress edit.php ( so when you are editing your profile page and there is a textarea, it shows a tiny mce..
The only thing that is working is the strong function…. I have downloaded tinymce from the site: http://www.tinymce.com/wiki.php/Installation
June 14, 2012 at 7:47 pm #135785andrea.ressell
ParticipantThanks for the help, but unfortunately that didn’t do the trick. Any other recommendations?
June 14, 2012 at 7:36 pm #135784In reply to: Easel Theme – Buddypress Alignment problem
ed161718
ParticipantI have a similar problem using the theme “easel” as well. Following your instructions to @owen_a ‘s problem I was able to correct the header and sidebar alignment problems, but I am still left with one problem in the main posts area of the webpages. The Buddypress bar that displays “Activity Profile Messages Friends Groups Settings” gets cutoff half way through the ‘Settings’ by my site’s right sidebar. Is there a way to correct this using a similar approach as you did earlier here? If so, can you please explain as well as possible and include the code required as I am an amateur with html and ftp and am trying to correct my site’s problem by researching others. An answer would be GREATLY appreciated. Thank you.
June 14, 2012 at 7:25 pm #135783In reply to: Login redirects to register form
Richard
MemberI’m running:
bbpress
bbpress Q
Buddypress
Buddypress Human
Buddypress Like
Buddypress Share
Simple Facebook Connect
Custom Login
Quick Chat
WP-FileManagerJune 14, 2012 at 7:24 pm #135782In reply to: my buddy bar is not displaying on front end.
b1gft
ParticipantIf its not showing for logged out users but showing for you when you login, go to buddypress > settings> and make sure its clicked to no where it ask’s Hide admin bar for logged out users?
June 14, 2012 at 6:49 pm #135779shanebp
ModeratorHave you looked at this?
https://buddypress.trac.wordpress.org/ticket/4060>2. Right now we only have the following tables set to use MyISAM, the rest being InnoDB:
Yup, it’s a compromise – but for us the benefit of row-locking in InnoDB outweighed the fulltext issue.
We don’t generally allow text searches.And thanks for sharing your setup info.
Now that BP is being used for sites with larger and more active memberships, more devs are having these problems.
I think collecting info re tuning, caching, etc. approaches on a page somewhere in buddypress.org would be very useful and would generate some helpful ( and confusing ) discussion by us non-DBAs.June 14, 2012 at 6:28 pm #135777@mercime
ParticipantYou don’t have BuddyPress activated in your installation. If you activate it again, you need BP Template Pack plugin activated to make your theme compatible with BuddyPress.
June 14, 2012 at 6:13 pm #135775In reply to: Updating to WP3.4 -BuddyPress causing problems
richardpd
MemberHi-thanks modernlooper for your reply
(I have now updated to latest BuddyPress & bbPress plugins-my site runs both plugins!).Thankfully I have fixed the problem now but it was a bit tricky..
I now think the problem was an issue with x2 specific plugins-Wp Article Fetch & Tweet this.
On deactivating both of these from Network Admin (my site is running WP multisite) my blog (running WordPress & BuddyPress) is back to normal.
The Tweet this plugin is somewhat old & not updated so there could be some code issue with it. As for the WP Article fetch plugin I haven’t used it much so disabling it is no great issue!
(I will look for a new ‘Tweet this’ plugin as Twitter plugins are quite useful)I still though need to get BuddyPress forums working properly on my site (I have posted several times for help with this on the support forum here but still BuddyPress forums are not running well on my site! If I wasn’t so stubborn to try & get BP forums working I would have deleted it ages ago & used an alternative eg Vanilla plugin or other-so if anyone can help me I would be grateful-but I don’t really expect any response as sadly I have had such limited response in the past from here to help me with this! I think BuddyPress is a misnomer; it could be better called somethingelse but I won’t type it now!..
…).June 14, 2012 at 5:58 pm #135773jamesewelch
Memberdeactived both
upgraded wp to 3.4
activated bothstill stuck on step 4, still see same error message
still can’t access /forumsNow, I’m running 3.4, but all of the problems are just the same.
June 14, 2012 at 5:55 pm #135772@mercime
Participant== @jamesewelch => WordPress version 3.3.2 ==
Deactivate BuddyPress and bbPress. Upgrade to WP 3.4 first. Then activate and upgrade BuddyPress and bbPress to latest versions.
June 14, 2012 at 5:16 pm #135768TheBeardedOne
MemberThanks for the reply shanebp.
1. I’m using Batcache, https://wordpress.org/extend/plugins/batcache/ and Memcached Object Cache https://wordpress.org/extend/plugins/memcached/ both of these use memcached for caching. We’ve used W3TC in the past on our WP-only sites, but it got be a little to unstable for our tastes… So far these seem to be working good, though we have to remember to bounce memcached in addition to PHP-FPM when we make a code change.
2. Right now we only have the following tables set to use MyISAM, the rest being InnoDB:
bp_groups
bp_groups_groupmeta
bp_groups_members
usermeta
users
We tried having them all to InnoDB, but due to its poor text searching performance compared to MyISAM, we switch back those 5.
3. TMPFS is worth its weight in gold.
Wow, 30K, very impressive! I’m hoping that there is a lot of performance that can be squeeze out of our DB server, which will be looked at soon by actual DBAs (I do not in anyway claim to be one…). If not, I’m looking forward to BP 1.6 for some of those performance enhancements found from bug #4045!
June 14, 2012 at 3:08 pm #135766In reply to: Buddypress Teams?
vienem
MemberI downloaded that plugin a while back but was starting to assume it was used to extend groups, what I have done is use Group Hierarchy and limited subgroup creation to top level groups only. Not ideal but should work for what I need so far, I will do what you have suggested though as I think it will be better in the long run to build it from the ground up. Cheers bro
June 14, 2012 at 2:57 pm #135764In reply to: Issues with Activity search_terms= and ”Load More”
xxx
ParticipantI tested the search_terms the last hours on a local server with 1.5.5 and 1.6 and on an web server with 1.5.5 and 1.6.. The bug won’t go away… But one thing I found out: The Plugin BuddyPress Hashtags make it work… but I is also using `search_terms=`… What is the trick?
June 14, 2012 at 2:25 pm #135763In reply to: Updating to WP3.4 -BuddyPress causing problems
modemlooper
ModeratorYou didn’t say if you updated BuddyPress. New version out to fix 3.4 issues
June 14, 2012 at 10:21 am #135762Paul Wong-Gibbs
KeymasterI doubt very much upgrading phpMyAdmin would interfere with BuddyPress. Something else must have changed.
If you’ve figured out the error is from line 71, what is the actual error message that you get?
June 14, 2012 at 10:19 am #135761cyclonunited
MemberHello, there is a simply solution, few Extension as Buddypress shows messages errors with PHP 5.4, we could hide them.
Bonjour, la solution ci dessous en attendant que Budypress et d’autres extensions ( a vérifier au cas par cas) ne provoque pas d’erreur avec le php 5.4.
We must hide the messages errors / Nous devons cacher les erreurs PHP :
In /wp-includes/class-wp-error.php
/***************************Add after the first < php *************************************/
> after php to close it, don’t appear in this message, don’t lost it to close php
> after php n’apparaît pas dans ce message, ne pas l’oublier pour refermer la balise.
/***************************Ajouter après la première balise< php *************************************/
error_reporting(0);
@ini_set(‘display_errors’, 0);Or simply directly to wp-config in the root.
Ou simplement dans le fichier wp-config à la racine.PLus d’info dans / Most info in : http://www.wordimpressed.com/wordpress/php-turn-on-or-off-error-reporting/
With each update of WordPress, we must using this solution
A chaque mise à jour de WordPress, il faut refaire la manipulation si besoin.Cordially / A bientôt.
CyclonUnited
June 14, 2012 at 9:43 am #135760bestofelectro
MemberBonjour, je suis aussi hébergé chez Legtux, je confirme le problème vient bien de la version de PHPmyAdmin, j’ai installer WordPress en local avec:
Wamp + PHPMyAdmin 5.4.3= buddypress ne fonctionnait pas
Wamp + PHPMyAdmin 5.3.3=buddypress fonctionne
Avez vous reussit à faire fonctionner Buddypress ? Sinon je propose de faire un message à l’administrateur Legtux pour voir si il ne peut pas downgrader phpmyadmin vers la version 5.3June 14, 2012 at 7:08 am #135758In reply to: BuddyPress 1.5 compatibility for plugins and themes
yconoart
MemberHi, I just tried to open next page of your plugins list, but only the first page content shows up, even the url change to any page number.
June 14, 2012 at 5:45 am #135754In reply to: Buddypress Teams?
@ChrisClayton
Participant@vienem to do what your trying to do (essentially cloning the groups functionality and giving it a different usage) is quite complex (I’ve done it for another site of mine, and it wasn’t quick. Can’t share the code at this time though as It needs to be polished with some personal stuff removed).
If you want to do it – I suggest doing it properly (I’ve seen sites trying to take shortcuts and to be honest, it never works) Look through the code in the bp-groups folder to see how the core developers have built the groups component, and using the Skeleton plugin (https://wordpress.org/extend/plugins/buddypress-skeleton-component/) to build it.
Just my suggestions.
June 14, 2012 at 4:39 am #135753@mercime
ParticipantDeactivate BuddyPress via FTP/cpanel/etc by renaming buddypress plugin folder in wp-content/plugins and you will gain access to admin. Did you upgrade to WP 3.4 before upgrading BuddyPress?
So was it a white screen or other kind of error which you could check in error logs?
June 14, 2012 at 2:57 am #135752In reply to: Having trouble with BuddyPress and Arcadia theme
Dangitdang
MemberI can see the content of Buddypress, however it’s all squished to the left of the screen like so http://imgur.com/TQZfb
-
AuthorSearch Results