xblackbonex
Forum Replies Created
-
oh im sorry, it my fault,
I enabled the gateway
but I can not see a button called “Buy”
i set the price for 100 and my balance is 10 o,o
https://gyazo.com/d6efb3b150eccd2425a19bd00f65bc6d
https://gyazo.com/c387c2b0924722c5b25d8d0b2d51d36a
please help tyhello,
I added the script into my theme’s functions.phphttps://gyazo.com/fe8c799a596dce3320512c4bffab5d85
also, the shortcode didn’t work:
https://gyazo.com/c111579de65ca1394070e79b592b05c8
:s
I went to plugins, mycred – edit:
I added the code:add_shortcode( 'mycred_share_this', 'mycred_render_shortcode_share_this' ); function mycred_render_shortcode_share_this( $attr, $link_title ) { // Get URL (we assume you only use this shortcode inside the loop) $url = get_permalink(); // Append social media share urls if ( $attr['href'] == 'facebook' ) $attr['href'] = 'https://www.facebook.com/sharer/sharer.php?u=' . urlencode( $url ); elseif ( $attr['href'] == 'twitter' ) $attr['href'] = 'https://twitter.com/home?status=' . urlencode( $url ); elseif ( $attr['href'] == 'google' ) $attr['href'] = 'https://plus.google.com/share?url=' . urlencode( $url ); elseif ( $attr['href'] == 'pinterest' ) $attr['href'] = 'https://pinterest.com/pin/create/button/?url=' . urlencode( $url ); // Always make links open in a new window $attr['target'] = '_blank'; // Pass it on return mycred_render_shortcode_link( $attr, $link_title ); }
before the comments at the end of the script,
then added the shortcode into one of my posts:
[mycred_share_this]
I get the errorerror Anchor missing URL!
idk if this is available too..
I need to make a button, that will cost x mycred points
once it’s clicked it will show download links..
is it available?
thanks ??thank you so much gabriel, no rush buddy ??
hey, thank you it’s defiantly working, im using your cubepoints plugin, the best feature I like it, that I was looking for a developer to edit your plugin by awarding users different amount for different posts, you sir are awesome, I just found what i want ??
um okay, I will just install cubepoints and use the codes and post a new support ticket,
thanksyes but im using mycred since mycred is better than cubepoints, how can I do this for mycred please help me and im so sorry for bothering
thanks in advance ??okay, but do I need cubepoints for the code to work? because im getting error ??
hello, I didnt have cube points installed can you please tell me the difference between mycred and cubepoints
thanks in advancehey!
well it showed an error!Fatal error: Call to undefined function do_shortcode() in /home/content/70/11464570/html/sys/balance.php on line 2
do i have to put it in the wordpress folder?
thanks again