Sergeev
Forum Replies Created
-
Forum: Plugins
In reply to: [NextGEN-ImageFlow] [Plugin: NextGEN-ImageFlow] Circular effectopen plugins -> nextgen-imageflow -> imageflow -> imageflow.js and try to play with settings (lines 42-75).
Forum: Themes and Templates
In reply to: Bold problem.sorry! my bad! many hours in computer! =)
Forum: Themes and Templates
In reply to: Bold problem.yes.
Forum: Fixing WordPress
In reply to: edit posts from front panel?Thanks a lot! Great!
Forum: Themes and Templates
In reply to: Some questions about P2 customizationI found this code!
It’s locate in functions.php lines 694-696.Forum: Themes and Templates
In reply to: Some questions about P2 customizationThanks! =)
Thanks, Ben! I resolved it in enother way.
I opened folder “Lib” in plugin folder and changed code in “UserList.class.php”.
in line 667 I replaced$total += get_usernumposts($user_id);on$total += get_usermeta( $user_id, 'cpoints', true );in line 672
$total += get_usernumposts($user_id);changed on$total += get_usermeta( $user_id, 'cpoints', true );AND in line 248 changed
post, andpostson simbol of points. For example♥Thats all. Go to widget area of author-avatars and choose order by: Number of Posts and Sorting direction: descending.
and if need display options: show nomber of posts and bio. (Bio i changed too. Like here: http://ww.wp.xz.cn/support/topic/plugin-author-avatars-list-show-aim-web-or-similars-instead-of-bio-in-widget?replies=4 and it display number of points.)Forum: Themes and Templates
In reply to: Some questions about P2 customizationwhere i can find this embedded stylesheet?