Tosh
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Kale] Top Menu with a parent page. Parent href is #I removed the submenu to see if I could fit them all on the same line.
I added the submenu back so you can take a look. It’s the same settings as the screenshot in the 1st post. Any thoughts?
Forum: Plugins
In reply to: [CubePoints Buddypress Integration] Ne Marche Pas / Do Not RunDon’t activate the plugin sitewide and see if that works for you.
Forum: Plugins
In reply to: [CubePoints Buddypress Integration] Installation successful, no admin panelDon’t activate the plugin sitewide and see if that works for you.
In the admin settings under spam control you can set how many points are required in order to see the create a group page.
mm ok. disable all the cubepoint modules and my plugin. Then disable cubepoints, enable it and activate my plugin and the modules you need.
Can you explain “looks bad” more? What’s not working? What’s your site url so I can see the issue. Screenshots?
There is actually, it’s under “Remove points for comment deletion”. I test on my dev site with the latest WP, BP, etc. Works fine. But keep in mind that as a admin you won’t get points removed for deleting updates. But regular members will have points removed when they delete their own update. When you as a admin delete the update, it doesn’t remove points from the members account. I’ll look into this issue.
If you activate CubePoints Buddypress Integration and go to the modules page. If it’s still showing. Disable and re-enable the plugin again.
Version 1.9.8.9 corrects this issue.
Version 1.9.8.9 corrects this issue.
Yes, but you would have to hard code it. Is this just for the points showing on the buddypress profile.
Please try adding this to your wp_config.php file or modifying it if it already exists.
define(‘WP_MEMORY_LIMIT’, ‘128M’);
Forum: Plugins
In reply to: [CubePoints] [Plugin: CubePoints] points for a tweet ?When on a home page with multiple posts, I need to pass along the post id of the post being shared so I can store with the points they earned. So they can’t earn points more than once for tweeting about a certain post for example. That’s where I’m stuck at the moment.
So the script isn’t ready for release.
Very odd, haven’t seen that before. Add this to your wp-config file
define('WP_DEBUG', true);
Put that into pastebin.com and report back the results.
Forum: Plugins
In reply to: [CubePoints] [Plugin: CubePoints] points for a tweet ?I have this working when viewing single posts. But not when there are multiple posts displayed on that page at once. For example a home page with the latest blog posts.