Hi,
i’ve integrated cubepoints in my buddypress site…
i have to change the alignment of points tables… In the php files, those tables are generated by calling a function…
cp_show_logs(‘all’, get_option(‘bp_points_logs_per_page_cp_bp’), false);
i need to know, the php file in which the table is generated, or even if the functionality of above code is defined…
Thanks.