thanks
edit: actually it just magically appeared in the main menu

Code: Select all
#
#-----[ FIND ]------------------------------------------
#
'U_VIEWPROFILE' => append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$user_id"))
#
#-----[ AFTER, ADD ]------------------------------------------
#
);
$cm_memberlist->listing($template,$row
Code: Select all
'U_VIEWPROFILE' => append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$user_id"))
);
$cm_memberlist->listing($template,$row
);
$i++;
}
No_Mercy wrote: I have 200 points. I am 'upperclass'
I have 3 points. I am 'lowerclass'
Code: Select all
#-----[ OPEN ]------------------------------------------
#
includes/functions_post.php
#
#-----[ FIND ]------------------------------------------
#
include($phpbb_root_path . 'includes/functions_search.'.$phpEx);
#
#-----[ BEFORE, ADD ]------------------------------------------
#
$GLOBALS['cm_posting']->update_delete($mode, $post_data, $forum_id, $topic_id, $post_id);
Code: Select all
#-----[ OPEN ]------------------------------------------
#
includes/functions_post.php
#
#-----[ FIND ]------------------------------------------
#
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
#
#-----[ BEFORE, ADD ]------------------------------------------
#
$GLOBALS['cm_posting']->update_delete($mode, $post_data, $forum_id, $topic_id, $post_id);
Blisk wrote: I found a solution to work this cash MOD with a ajax mod.
#
#-----[ FIND ]------------------------------------------
#
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
Lukage wrote: I was hoping I could have it display on posts the point amount for each of the two types I have
One more question. How would I remove the icons for each user in the Memberlist? I would love to just see the images at the top.
Code: Select all
$template->assign_block_vars('memberrow.cashrow', array('CASH_DISPLAY' => $c_cur->display($row[$c_cur->db()])));
Code: Select all
$template->assign_block_vars('memberrow.cashrow', array('CASH_DISPLAY' => $row[$c_cur->db()]));
Lukage wrote: So I've installed this and have a few questions. I was hoping I could have it display on posts the point amount for each of the two types I have, and also if I can get this looking a little cleaner...the images aren't big enough to force themselves to position like they are.