-
crazycoolcam replied to the forum topic Error on Digest Queue Page in the group BuddyPress Group Email Subscription 13 years, 9 months ago
This is the same problem for me too. Using WP 3.2.1 + BP 1.2.9 + BPGES 2.9.1.
I also tested on a empty BP installation with only these three plugins live. It didn’t work either, and it included the same error […]
-
crazycoolcam replied to the forum topic Digest Emails not Being Sent in the group BuddyPress Group Email Subscription 13 years, 10 months ago
As a testing measure (did this for another plugin I am having issues with), I created a test server. Default everything on a different webhost. I created groups, new users, and subscribed to some group groups email notification. […]
-
crazycoolcam replied to the forum topic Digest Emails not Being Sent in the group BuddyPress Group Email Subscription 13 years, 10 months ago
New Topic Emails are not being sent either. (I’ve only successfully seen emails sent with the “All Mail” option.
-
crazycoolcam joined the group BuddyPress Group Email Subscription 13 years, 10 months ago
-
crazycoolcam replied to the forum topic Digest Emails not Being Sent in the group BuddyPress Group Email Subscription 13 years, 10 months ago
I am having a similar problem.
WP 3.2.1 — BP 1.2.9 — Plugin Version 2.9.1Normal WordPress emails are sent correctly.
All Emails option sends properly.
Daily/Weekly Digests don’t send.When I look in the message […]
-
crazycoolcam replied to the forum topic Javascipt change email options link not working? in the group BuddyPress Group Email Subscription 13 years, 10 months ago
I had this problem today and solved it by updating my theme. It may be a good place to start.
-
crazycoolcam replied to the forum topic Trouble with Events Manager (free version) in the group Creating & Extending 13 years, 10 months ago
This appears to be a child theme issue. Take a look at some of the later replies in the article you mentioned. I was having this problem and I switched to a non-child theme and the problem was fixed.
Try moving the buddypress […]
-
crazycoolcam replied to the forum topic Admin bar links for Events Manager and One Quic post in the group How-To and Troubleshooting 13 years, 10 months ago
This appears to be a child theme issue. Take a look at some of the later replies in the article you mentioned. I was having this problem and I switched to a non-child theme and the problem was fixed.
Try moving the buddypress […]
-
crazycoolcam posted on the forum topic Why are categories all bunched together in one messy sentence?? Please help me give each category it in the group BuddyPress Links: 14 years, 3 months ago
I noticed that. What I did was just add a
at the end of each category title. Not perfect, but workable in my scenario. Hope this helps.
-
crazycoolcam posted on the forum topic Does this plugin work with WP 3.1? in the group BuddyPress Links: 14 years, 3 months ago
To get this plugin to work with 3.1 take the following steps: Admin areas: modify bp-links-core.php line 313 (FIXED) (or approx) to read:
add_action( 'network_admin_menu', 'bp_links_check_installed' );
modify bp-links-admin.php line 27 (or approx) to read:add_action( 'network_admin_menu', 'bp_links_add_admin_menu', 12 );
These two fixes add…[Read more] -
crazycoolcam joined the group BuddyPress Links 14 years, 3 months ago
-
crazycoolcam posted on the forum topic Help with "use a filter with the ID of the blog" etc. in the group How-To and Troubleshooting: 14 years, 3 months ago
@boonebgorges I am a complete newbie when it comes to this. I tried to utilize the funciton you created above and it results in an error: Unexpected return. I imagine I am missing something obvious but here is my code: `function my_blog_avatar_1( $old_avatar ) { bp_core_fetch_avatar( array( ‘item_id’ => ‘1’, ‘type’ => $type, ‘alt’ => $alt, […]
-
crazycoolcam joined the group How-To and Troubleshooting 14 years, 3 months ago
-
crazycoolcam posted on the forum topic Welcome Pack Not working after latest update in the group Welcome Pack: 14 years, 4 months ago
@zkwc I have the same problem as you did with the Welcome Pack. I believe it still works, but the administrative control panels disappeared. For me (I am running a WP 3.1 Multisite Install), I changed line 31 in welcome-pack-core.php to :
add_action( 'network_admin_menu', 'dpw_add_admin_menu' );
(adding “network_” to the first admin_menu item)…[Read more] -
crazycoolcam joined the group Welcome Pack 14 years, 4 months ago
-
crazycoolcam posted on the forum topic Fixing BP Profile Privacy 0.2 in the group BuddyPress Privacy Component (BP Privacy, BP_Authz, or BPAz): 14 years, 4 months ago
It may be better to do the tip on BP development blog, but since I am running a multisite 3.1 BP install, I don’t need the backwards compatibility.
-
crazycoolcam started the forum topic Fixing BP Profile Privacy 0.2 in the group BuddyPress Privacy Component (BP Privacy, BP_Authz, or BPAz): 14 years, 4 months ago
Like many other people, the move to WP 3.1 was a little hasty and while for me, I don’t think any plugins actually stopped working, I just lost most of my administration control panels. For BP profile privacy, I changed the following lines in bp-profile-privacy-core.php to the following: Line 29 is now: `add_action( ‘network_admin_menu’,…[Read more]
-
@crazycoolcam
Active 2 years, 4 months ago