monitor
Forum Replies Created
-
Could this perhaps be configurable in the Comment module in future releases?
I had someone today leaving over 50 comments just to rake in points.
Very annoying.Forum: Plugins
In reply to: [CubePoints] Point for viewed youtube video not earning!its better you leave this plugin and go to a better plugin, search “myCred”
Forum: Plugins
In reply to: [DD Last Viewed] Template tag?Titles and thumbnail.
My goal is to create something like this:I use:
<h1><a>"><?php the_title(); ?></a></h1> <a>" rel="bookmark" class="xxxx" title="<?php the_title_attribute(); ?>"> <?php the_post_thumbnail(); ?> </a>
Forum: Plugins
In reply to: [DD Last Viewed] Template tag?Can’t wait! Thanks.
Any chance to support thumbnails perhaps?I”m planning to use this plugin on a users “profile” page on ecommerce to show 10 thumbnails of his last viewed posts.
Thanks, I have tested it and it works. I will use this on the site.
Just one question. I intent to echo the total logging_in points that a user has accumulated. If each login gets him 10 points, and he have logged in 5 times, i want to echo “50” as the accumulated amount.
Your code, would basically just echo “10” each day since the time span is just 1 day and not adding each time, right?
echo mycred_todays_entries( 'logging_in' );
works nice. Is there a way to include all all points given, including comments and other. It would be nice to show it on the homepage as “Today we have given out xxx of points”Thanks again for that code, i’ll use that echo on our site.
Unfortunately I don’t know much about PHP or SQL.
Whenever you have some time, I would appreciate if you can write the template tags for me. Again, it’s no rush.
Thanks.
Hi Ajay, I see there’s a new update to the plugin.
Has any performance issues been addressed? I would like to use it again if so. Thanks!It works now! Thanks for your time.
I see this :
Notice: Undefined variable: pref in /home/xxxx/public_html/xxxx/wp-content/plugins/mycred/includes/mycred-functions.php on line 968
Could it be related?
When i view those lines it shows:
// Add creds return $mycred->add_creds( $pref, $user_id, $amount, $entry, $ref_id, $data, $type ); } }
For testing, i create a custom page template, with this code:
<?php if ( class_exists( 'myCRED_Core' ) && is_user_logged_in() && !mycred_exclude_user( get_current_user_id() ) ) { mycred_add( 'points_for_page_view', get_current_user_id(), 300, 'Points for viewing page' ); } ?>
Technically it should add 300 points upon each refresh, right?
I’ve tried several methods but can’t get the points to add.Sorry for annoying you with this, but its quite a big feature of our ecommerce sites and i would be grateful if it can work.
Hi Gabriel,
Unfortunately after a few purchases the points are not being awarded.
I think it is because the after purchase page ( I use cart66 ), shows a custom receipt file, receipt.php where all the codes are in.It is there that i need to fire the award points function.
Is there a way your code can work to fire the php that is not on a post, or a page or a loop as the above cubepoints code?That code worked like a charm. I want the greeting to appear in a very top bar of my page, which is not a sidebar, so a widget won’t do.
<?php my_custom_mycred_greet(); ?> works perfectly.
Thanks again.
Wow thanks so much for your in depth reply. This is really useful.
Forum: Plugins
In reply to: [CubePoints] Has this plugin been abandoned?@allmyleagues I’m done with cubepoints as well. Thanks for that! myCred looks great, it imports all cubepoints’ points/data. It has exactly the same 3/4 modules i use in cubepoints, so i’m transferring all our sites over right now.
Best thing is the author is actively developing this plugin.
Forum: Plugins
In reply to: [CubePoints] Has this plugin been abandoned?@allenpayne, not really, but I think it is obvious. Even during the cubepoints forum, to see an admin reply was once every 8 months or so. No new modules has been released and I don’t see anyone actively creating hacks or codebits. 90% of the activity is people asking for features and get no replies. The same goes for the admin’s email.
The current state of this plugin works as i should but i doubt it will go much further. The authors probably has no time to actively develop the plugin, which is a real shame. I still use this plugin on my site, and I hire a freelance programmer to do little by little features that I want.