Forum Replies Created
-
In reply to: Buddypress issue
I don’t totally understand this, but here’s the debrief on how it was fixed:
https://buddypress.trac.wordpress.org/ticket/6940#comment:6
Thanks!
In reply to: Buddypress issueStill White Screen of Death, error log isn’t show fatals, but I’ve got about 10 gigs of error_log of this sort of thing:
[Thu Mar 10 13:34:26 2016] [warn] [client 141.101.81.74] mod_fcgid: stderr: PHP Warning: Missing argument 1 for ow_is_addon_group(), called in /var/www/vhosts/oneword.com/httpdocs/wp-content/themes/oneword/activity/activity-loop.php on line 21 and defined in /var/www/vhosts/oneword.com/httpdocs/wp-content/themes/oneword/functions.php on line 240, referer: http://www.oneword.com/members/gemmaflowers81/
Thanks, @djpaul. Still getting the WSoD when activating BP, so I can’t do this yet, but I will.
In reply to: Buddypress issueHi, I had the same problem. I checked all the “Repair Tools” boxes, hit go, and now my admin screen is gone. When I disable BuddyPress, my admin screen is fine. When I reactivate it…bye bye. Please advise.
In reply to: Remove “Visit” from the admin barI got this to work PERFECTLY by pasting it in my theme’s “functions.php” file:
`remove_action( “bp_adminbar_menus”, “bp_adminbar_random_menu”, 100 );`
(NOTE: this was mentioned earlier but had single-quotes rather than double-quotes, which didn’t work for me)
PS. The Add All Nav Links to BP Adminbar plugin (or I-have-an-unnecessarily-long-ass-name plugin) removed other links from my page, so that didn’t help.
In reply to: Completely Re-naming The Groups ComponentAlso note that it may take up to fifteen years for the language file to start working on your site after the revisions are made. (Okay, not that long, but a while.)
In reply to: display username in members directoryHaha. Okay, apparently the problem is that I already had it in there…
So it works great in the members directory, now how can I extend that to the activity feed? Thanks.In reply to: display username in members directoryYes. White page. Error putting the code in? Obviously.
In reply to: display username in members directorySnap. That code crashed my site. I just want it so people’s full names aren’t showing up here:
http://oneword.com/activityThanks!
In reply to: author name not showing in postI’m having this issue as well. Any luck? I’ll keep looking and let you know if I find anything.