-
thekmen posted on the forum topic can we clean up the Extend tab at buddypress.org so that only 'real' buddypress plugins show up. in the group Requests & Feedback: 14 years, 6 months ago
Have to agree, finding BuddyPress plugins that integrate with & add to BP is getting harder because of the current extend section.
-
thekmen posted on the forum topic How to force member to have enough points to send a BuddyPress Gift in the group CubePoints Buddypress Integration: 14 years, 6 months ago
The gifts plugin supports template overrides as far as I know, so I would be making these changes in your child theme rather than the plugin. That way you won’t loose your customisations on a plugin update.
-
thekmen posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 14 years, 6 months ago
@hnla, does your $wpdb->prefix fix the rank images or the pagination errors?
-
thekmen posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 14 years, 6 months ago
It should be in the WordPress options table, option_name = bp_cubepoint_per_page & option_value = 20
-
thekmen posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 14 years, 6 months ago
@hnla, the only way I can reproduce it is by deleting bp_cubepoint_per_page from the DB Prefix _options table.
Can you do a search in your DB to see if this value exists?If you want to give me temporary access to your server, I can debug the issue there if it helps.
-
thekmen posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 14 years, 6 months ago
@xberserker for some reason bp_cubepoint_per_page isn’t being set on some updates but is on reactivation.
will wait to hear back from @hnla to see if that fixes his problem before I look further into it. -
thekmen posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 14 years, 6 months ago
@hnla @xberserker think I finally managed to track down the division by zero problem.
@hnla can you deactivate the plugin & then activate again. Let me know if the error still occurs. -
thekmen posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 14 years, 6 months ago
@hnla I can’t reproduce this, as a temporary fix you could add @ to lines 56 & 65 so they look like
'total' => @ceil( (int) $this->total_point_count / (int) $this->pag_per_page ),
I’ll try on another server & see what I can come up with.
-
thekmen posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 14 years, 6 months ago
ok, I’ll take a look later when I get a chance. If you find a solution before then, please post it here.
-
thekmen posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 14 years, 6 months ago
no, no new tables are added. It’s working off CubePoints tables.
@hnla can you do something to earn points on your site, post a quick update or something & then visit the points page & see if this error is still happening. -
thekmen posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 14 years, 6 months ago
I’m guessing it’s down to an empty points table maybe? the two sites I have seen this error on both show that the user has points but also say No points earned yet.
I’ll get a chance to look into it later.
-
thekmen posted on the forum topic Rank images not showing in the group CubePoints Buddypress Integration: 14 years, 6 months ago
@xberserker we wouldn’t loose any functionality, just convert what is already there to the BuddyPress way & add BuddyPress notification & stream functions, however I don’t know about CubePoints future plans… email me them if you can? @josh101 the reason I suggested it is I think we can make it even better for a BuddyPress points system […]
-
thekmen posted on the forum topic Rank images not showing in the group CubePoints Buddypress Integration: 14 years, 6 months ago
I’d also like to cut down on the amount of plugins used & was thinking about adding the CubePoints bits to @xberserker‘s plugin so it no longer relies on another plugin. This way, we can clean up some of the code & fix any issues like the rank images/WP3.0 stuff ourselves aswell as adding donations to […]
-
thekmen posted a new activity comment 14 years, 6 months ago
I’m not really planning on releasing it till WP3 comes out, any chance you can wait?
-
thekmen posted on the forum topic Rank images not showing in the group CubePoints Buddypress Integration: 14 years, 6 months ago
@hnla it’s definitely the use of if(file_exists(…
commenting out that line works for me. -
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… -
thekmen posted on the forum topic buddypress-skeleton-component – saving to database? in the group How-To and Troubleshooting: 14 years, 6 months ago
@xberserker the version I sent you over doesn’t save the points to the DB, it still relies on CubePoints for this.
I just left the save functions in so we can use them at a later date if we want. -
thekmen posted a new activity comment 14 years, 6 months ago
yeah, figured it had something to do with spam, either that or I was being stupid & couldn’t find them…
the version I sent you works fine for me but could do with some testing, anyway, let me know if you need help with any of it. -
thekmen posted an update 14 years, 6 months ago
have the DM functions been removed around here?
-
I think r-a-y is working on a anti-spam feature for the private messages. So he turned them off for now I think.
I’m busy at work today. But I’ll take a look at the stuff you sent over soon. I’m excited.
-
yeah, figured it had something to do with spam, either that or I was being stupid & couldn’t find them…
the version I sent you works fine for me but could do with some testing, anyway, let me know if you need help with any of it. -
I didn’t turn off PMs; I’m guessing Andy did.
However, I will have a plugin to limit PMs for friends only out in the next few hours! 🙂
-
Great! Much needed too! Can the admin message to anyone?
-
Crap! Didn’t do a check for this! Should be quite easy to add!
-
Okay! The site admin can message anyone! Am I forgetting anything before I release it 😉
-
Only other thing I could think off. Maybe for a future release.. tag certain members so they can message anyone. For example staff members that aren’t admins.
-
I could do this… but you’re right I’d rather push this in a future release.
-
-
-
-
-
-
-
thekmen posted on the forum topic buddypress-skeleton-component – saving to database? in the group How-To and Troubleshooting: 14 years, 6 months ago
@xberserker cool, will try that.
Sending you over version of your plugin with Points page, let me know if you need any help with it. - Load More
@thekmen
Not recently active
i’ll wait, it’s not a problem of time.