Ramon
Forum Replies Created
-
Forum: Plugins
In reply to: [CubePoints] Donate Module Not WorkingIf the following function corrects it to find on line Not 165:
from: ‘somethingWentWrongText’ => _(‘Oops, something went wrong! Please try again later.’, ‘cp’)
to: ‘somethingWentWrongText’ => __(‘Oops, something went wrong! Please try again later.’, ‘cp’)
Forum: Plugins
In reply to: [Simple Dropbox Upload] Mistake on having raised files or imagesHello
thank you into the rapid response I have changed permissions to this folder
wp-content/uploads/wpdbbut it follows problem
Forum: Plugins
In reply to: [CubePoints] No longer being developed?although if
not have a minimum
programming
is quite complicatedForum: Plugins
In reply to: [CubePoints] "Add Points" doesn't work in WordPress 3.6happens to me happens to me
This plugin is deadthanks for the solution,now it works fine
hi Gabriel,
so I have done user demo registered
https://test.espavirtual.com/hi
I mean when a user ago a donation of point to another user that can put the reason for donation
and look My History in user mycredhttps://www.subirimagenes.cl/images/2013/07/07/Sin_titulo-4www.png
hi
be possible when transferred money to a user you could leave a commentas imganen
https://www.subirimagenes.cl/images/2013/07/05/Sin_titulo-2.png
be great if they can expand the information in shortcode
[mycred_history]as picture
https://www.subirimagenes.cl/images/2013/07/02/Sin_titulo-3.png
I’m trying
and get
results without
errorwhere I can
see the value
of the
variablesI understand, I
this is too
complicated for
myI will try to use the function
<? php echo do_shortcode (‘[]’);?>whenever possible, that the
variables are as definedI get errors
attached imageand this function
not me
returns
prefix
<?php echo mycred_get_users_cred( $user_id, $type ); ?>
Only the balancedoing
so
<?php echo mycred_get_users_cred( $user_id, $type ); ?> <?php echo mycred_name( $singular ); ?>
is how I get the prefixHi,
<div style="background: #EFEFEF; display: inline-block;"> <div style="float: left; font-size: 17px; font-weight: bold; background: #E0E0E0; padding: 18px; color: #565656;">Mi Saldo</div> <div style="float: left; padding: 18px; font-size: 20px;"><?php echo mycred_get_users_cred( $user_id, $type ); ?> <?php echo mycred_name( $singular ); ?></div> </div> <div style="background: #EFEFEF; display: inline-block;"> <div style="float: left; font-size: 17px; font-weight: bold; background: #E0E0E0; padding: 18px; color: #565656;">Mi Rango</div> <div style="float: left; padding: 18px; font-size: 20px;"><?php echo mycred_get_my_rank();?> </div> </div> <div style="clear: both;"></div> <p style="font-weight: bold;">Información sobre sus ingresos y gastos</p> <?php mycred_get_total_by_time( $from, $to, $ref, $user_id, $type ); ?>
if I work with
<?php echo do_shortcode(‘[mycred_history time=”thismonth”]’); ?>