Sorry Elandrisal1,
Its integrated with cubepoints, but not with mycred, but i am planning to include it in the next version.
Regards
Amreeta
+1
Thanks Amreeta, integrating Mycred will be awesome:-)
Yes its almost done and in a week it will be published.
Hi,
it is possible to spend points collected from mycred to send gift to other members?
Yes its possible with this version. if you are still having any issues please let me know.
Amitray,
when i install this plugin in sweetdate theme (with buddypress and mycred) all graphic in gift site is run over.
I need to look at your site once. Can you send me the site link?
OK -> http://www.buen.stronazen.pl/blog
Gift = Prezenty (polish)
When i turn to GIFT (prezenty) site i see blank page
kay i figured it out myself. in my case i went to the file wp-content/plugins/buddypress-gifts-latest-2014/includes/templates/gifts/screen.php and found at the very bottom of the page…
</div><!– #content –>
</div>
</div>
<?php get_sidebar( ‘buddypress’ ); ?>
<?php get_footer( ‘buddypress’ ); ?>
and removed the last </div> so it looks like this…
</div><!– #content –>
</div>
<?php get_sidebar( ‘buddypress’ ); ?>
<?php get_footer( ‘buddypress’ ); ?>
sidebar is right were it should be now 🙂
Sorry guys a bit busy with my studies. Thanks billie for the solution, it will help other users.