-
hnla posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 15 years, 11 months ago
Points table?
Have you now added your own tables? cubepointsBP didn’t require it’s own tables before iirc? if so I haven’t got any new tables that I could spot.
-
hnla posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 15 years, 11 months ago
yes it does which isn’t the case so something isn’t firing somewhere.
-
hnla posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 15 years, 11 months ago
cubepoints log has been enabled since first installed.
-
hnla posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 15 years, 11 months ago
@xberserker You are starting to get multiple threads on the same issue which is going to start getting confusing. Division by zero is bad maths essentially script trying to divide something by nothing. It’s occurring for me having just installed 1.7? Tosh is 1.7 stable or beta? looking through the template file and var dumping a […]
-
hnla posted on the forum topic Allowing Group Email Subscription access only to a whitelist in the group BuddyPress Group Email Subscription: 15 years, 11 months ago
Hmm was getting some odd disparages between source views and FB views.
Updated your ass_hide_emai_function() to:
function ass_hide_email_options() {
<style type="text/css">
/*<!]>*/
</style>}
This should remove the stray elements I was seeing for a non white listed user and style tags keeps browsers and the dom happy 🙂
-
hnla posted on the forum topic Allowing Group Email Subscription access only to a whitelist in the group BuddyPress Group Email Subscription: 15 years, 11 months ago
A very minor issue, but it looks as though users who may already have had options set before this whitelist hack is enabled will still have access to the functionality, although it looks like they cannot actually update/change options and not sure if they would be emailed digests. Re “Ugly hack” I have to concur […]
-
hnla posted on the forum topic CubePoints and WordPress 3.0? in the group CubePoints Buddypress Integration: 15 years, 11 months ago
puzzled as to what that last parameter &random= is
-
hnla posted on the forum topic Rank images not showing in the group CubePoints Buddypress Integration: 15 years, 11 months ago
Kidding 😉 Actually there are probably better ways to deal with all these issues but that the guys – as they state – are resting and waiting until WP 3.0 is stable to tackle things. I have a notion that it might not be too difficult to bring WPMU blogs into the equation and might […]
-
hnla posted on the forum topic Rank images not showing in the group CubePoints Buddypress Integration: 15 years, 11 months ago
mention my name 🙂
-
hnla posted on the forum topic Buddypress.org used as a test site! in the group Miscellaneous: 15 years, 11 months ago
@DJPaul Yes understood although as I’ve said something that would be better delegated down to the mods; Andy 😉 the three main mods / original mods i.e not group mods ought to be given admin privileges. Besides that though we can at least make an effort to highlight the testbp site and discourage people from using […]
-
hnla posted on the forum topic Rank images not showing in the group CubePoints Buddypress Integration: 15 years, 11 months ago
In cubepoints.php:
Find function cp_getRankImage($points) around lines ~ 213 – 217?locate line:
if(file_exists('../wp-content/plugins/cubepoints/ranks/'.$result) || file_exists('ranks/'.$result)){Change it to:
if(file_exists($_SERVER{'DOCUMENT_ROOT'} . '/wp-content/plugins/cubepoints/ranks/'.$result) || file_exists('ranks/'.$result)){N.B…[Read more]
-
hnla posted on the forum topic Rank images not showing in the group CubePoints Buddypress Integration: 15 years, 11 months ago
Exactly that’s how I found the true culprit in all this, give me two secs and I’ll post my fix , just checked on local dev production site.
-
hnla posted on the forum topic Rank images not showing in the group CubePoints Buddypress Integration: 15 years, 11 months ago
@xberserker 😆 yes saw that screenshot elsewhere and slowly realised it answered my own question, and yes that is what simply doesn’t work with MU but it should????? it’s a path issue? how have paths changed from WP to WPMU *puzzled*
-
hnla posted on the forum topic Rank images not showing in the group CubePoints Buddypress Integration: 15 years, 11 months ago
It’s a simple fix that needs to be made to cubepoints.php but equally I did run up a revised version of Tosh’s function for rankImage basically taking the DB query from the original and running it within cubepointsBP @thekmen I’ll post what I did in a moment and you can add it to your file or […]
-
hnla posted on the forum topic Rank images not showing in the group CubePoints Buddypress Integration: 15 years, 11 months ago
Well if they fix it they will need to make the plugin WPMU aware which isn’t difficult and was promised by them a year! ago 🙂 I will go ahead with my own fixes for the moment. @Gpo1 this isn’t a CPBP issue it’s a parent plugin issue well more or less, the original probably never […]
-
hnla posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 15 years, 11 months ago
@Gpo1 Please clarify what you mean by images not working, it’s rather a general statement. Can you respond to the questions asked by xberserker and also confirm what you are running – I assume it’s WPMU – and that images failing is the one that should render on the accounts/profile header rather than the cubepoints ‘About’ […]
-
hnla posted on the forum topic Rank images not showing in the group CubePoints Buddypress Integration: 15 years, 11 months ago
Ok I have tracked down the issue – after virtually re-writing cubepointsBP
if(get_option('cp_ranks_enabled'))and managing finally to get the image to kick in it became apparent where the real issue was which was with the use offile_exists()in the original cubepoints.php functioncp_getRankImage($points)File_exists() is fed a relative path,…[Read more] -
hnla started the forum topic Buddypress.org used as a test site! in the group Miscellaneous: 15 years, 11 months ago
It strikes me that some people might be under the mistaken impression that this is a test site / playground or at least that there is little obvious mention that an actual test site is set up to explore and experiment with. The creation of test groups and activity for no real purpose could start […]
-
hnla posted on the forum topic Can't install Buddypress coz of memory limit on my server. WHAT TO DO??? in the group Installing BuddyPress: 15 years, 11 months ago
And as r-a-y suggested have you tried disabling all other plugins?
-
hnla posted on the forum topic RackSpaceCloud in the group BuddyPress Hosting: 15 years, 11 months ago
What have you provisioned though? bit light on detail 🙂 Cloud space is an interesting concept with many clear advantages yet I still have this nagging doubt about it and feel more secure with a VDS or full dedicated.
- Load More
@hnla
Active 7 years, 10 months ago