-
thekmen posted on the forum topic Rank images not showing in the group CubePoints Buddypress Integration: 14 years, 6 months ago
just noticed this issue on my site too, single WP 2.9.2 install.
@hnla any chance you can post your fix here.
@xberserker how about adding the fix to the plugin as a renamed function & using that to call the image. Save waiting on CubePoints to fix it for now… -
xberserker posted on the forum topic Rank images not showing in the group CubePoints Buddypress Integration: 14 years, 6 months ago
@hnla I let the CubePoints guys know about this. Thanks for looking into that 🙂
They don’t have a lot of time to work on the plugin lately. But if you manage to find a fix. They will test it and merge it into the next CubePoints release.
-
Gpo1 posted on the forum topic Rank images not showing in the group CubePoints Buddypress Integration: 14 years, 6 months ago
@xberserker @hnla Pls can you amend the CPBP plugin when fixed!
-
shaisimchi posted on the forum topic adding widgets to a custom page in the group Creating & Extending: 14 years, 6 months ago
@hnla your code is truncated too…
-
Josef posted an update 14 years, 6 months ago
figured out a great way to use s2member (thanks to @hnla) I’ve restricted access to all url’s with membership data ie: members, groups, forums, etc… to S2 level 1 and then set the default registration to S2 level 1, that way free users can access the entire site w/o being redirected to paypal. And this way if I do ever need to charge membership…[Read more]
-
Jeff Sayre posted on the forum topic How to use BuddyPress in "wordpress.com" blog ? in the group How-To and Troubleshooting: 14 years, 6 months ago
It’s possible that someday WordPress.com will provide their users with an option to install BuddyPress on their blogs (for an additional fee, I imagine). But until that happens, your only choice is as @hnla has stated–running your own copy of BP on a self-hosted WP install.
-
seth posted on the forum topic Must log-in to see any page in the group How-To and Troubleshooting: 14 years, 6 months ago
@hnla – you were right. I finally got it to work, thank you so much.
https://wordpress.org/extend/plugins/registered-users-only-2/ hope this helps anyone, the instructions are there. -
Boone Gorges posted on the forum topic Stable(ish) release of BuddyPress Group Email Subscription (with digests!) in the group BuddyPress Group Email Subscription: 14 years, 6 months ago
@hnla That’s a good start, but it means that the plugin’s notifications will only kick in when activity items/posts are posted by users who are on the whitelist. In other words, if Deryk is on the whitelist and I’m not, then even if Deryk is subscribed to all updates from a group that we’re both a […]
-
Mike Pratt posted on the forum topic help seting up registration on front page like facebook in the group How-To and Troubleshooting: 14 years, 6 months ago
-
PubDirLtd posted on the forum topic Small change to BuddyPress Default 1.2.3 theme in the group Creating & Extending: 14 years, 6 months ago
@hnla – put me out of my misery. I’ve spent an hour or more trying to get this to work with the default theme. Where does it go?
-
Boone Gorges posted on the forum topic Stable(ish) release of BuddyPress Group Email Subscription (with digests!) in the group BuddyPress Group Email Subscription: 14 years, 6 months ago
@hnla Funny you should mention that. I want to do some limited beta testing on my production site before rolling it out to all my users. That’ll require doing exactly what youve mentioned: setting up an array of whitelisted users, and then putting some of the add_actions inside of conditionals so that they’re only shown to […]
-
glamgrif posted on the forum topic Suggested integration in the group CubePoints Buddypress Integration: 14 years, 6 months ago
@hnla I haven’t had any issues, since I use the cpanel text editor. Can’t comment on the cpanel code editor. I like it because I can see changes immediately, without having to FTP anything in. Dreamweaver on the other hand… I’ve had it eat my PHP code many times. Actually it just fubar’d a bunch of […]
-
PubDirLtd posted on the forum topic Small change to BuddyPress Default 1.2.3 theme in the group Creating & Extending: 14 years, 6 months ago
@hnla — This looks very interesting, I appreciate the detailed reply and I will certainly try out the pastebin example. There are a couple of points though. Did you pick up on the fact that this new page opening function was only to relate to pages being opened from an RSS feed? And, who exactly is […]
-
glamgrif posted on the forum topic Suggested integration in the group CubePoints Buddypress Integration: 14 years, 6 months ago
@hnla Your new if/else addition worked great though. Had to add the edit through cpanel. The plugin editor would die when I tried to change it there (with all of them). But initially changing it in cpanel caused a fatal error. Come to think of it, I’m not sure if I did any hacking to make […]
-
glamgrif posted on the forum topic Suggested integration in the group CubePoints Buddypress Integration: 14 years, 6 months ago
@hnla Sure! I forgot to mention that I’m using WPMU. Trying the latest fix from your pastebin creates a fatal error (WP actually gives a “page not found” error when trying to save the edit). It occurs to me that the code gives a specific prefix to look for. I’ll double-check, but I may have my […]
-
glamgrif posted on the forum topic Suggested integration in the group CubePoints Buddypress Integration: 14 years, 6 months ago
@hnla Nope. It still gives the same foreach error.
-
glamgrif posted on the forum topic Suggested integration in the group CubePoints Buddypress Integration: 14 years, 6 months ago
@hnla I’m having the same issue as @gregfielding, where it causes that same fatal error. Reverting back to the original removes the fatal error, but of course still gives the “invalid” error when I try to display the top users. I’ve tried on a page and with the widget, neither work. http://www.bizolly.com (bottom left)
Warning: Invalid argument…
[Read more] -
gregfielding posted on the forum topic Suggested integration in the group CubePoints Buddypress Integration: 14 years, 6 months ago
Just curious…what specifically does this snip it integrate? Writing new posts? Commenting? Blog creation?
Just curious. -
gregfielding posted on the forum topic Suggested integration in the group CubePoints Buddypress Integration: 14 years, 6 months ago
@hnla that is a period…you’ve got them on this line and the next…see page 1 of this thread. $user_info = get_userdata($uid2); return sprintf(__(“%s have been donated to %s”,’cp’),cp_formatPoints($points),$user_info->user_login) . ‘.’; } function cp_getAllPoints($amt=0,$filter_users=array(),$start=0){ global $wpdb, $db_prefix; if($amt>0){…[Read more]
-
gregfielding posted on the forum topic Suggested integration in the group CubePoints Buddypress Integration: 14 years, 6 months ago
@hnla I’m trying to use your code snip to get cubepoints to work with wpmu and I got this error: “Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/housings/public_html/wp-content/plugins/cubepoints/cubepoints.php on line 199” Here’s line 199: $extraquery .= implode(“‘ AND “.$db_prefix.”users.user_login !=…[Read more]
- Load More
@hnla
Active 6 years, 4 months ago