-
Slava Abakumov posted a new activity comment 14 years, 6 months ago
Thank you!
-
SlaFFik posted on the forum topic Brainstorm – what else do you want in CD Avatar Bubble? in the group CD BuddyPress Avatar Bubble: 14 years, 6 months ago
@pcwriter,
Well, DM me this code, please 🙂 -
SlaFFik posted on the forum topic I have a problem ! Can you tell me what’s wrong in the group How-To and Troubleshooting: 14 years, 6 months ago
CD Avatar Bubble (that’s my pluginm which is based on jQuery 1.3.2) is showing empty bubble because it’s not working on WP 3.0 where jQuery 1.4.2 is used.
I’m trying to figure out what’s wrong with js code. -
SlaFFik joined the group How-To and Troubleshooting 14 years, 6 months ago
-
SlaFFik posted on the forum topic Brainstorm – what else do you want in CD Avatar Bubble? in the group CD BuddyPress Avatar Bubble: 14 years, 6 months ago
Thank YOU for using my plugin 🙂
Unfortunately that topic is closed, so I can’t read the thread…
As I understood you want to tie CD Avatar Bubble and s2member. Well, it’s rather personal project but I will think what could be done. -
SlaFFik posted on the forum topic Brainstorm – what else do you want in CD Avatar Bubble? in the group CD BuddyPress Avatar Bubble: 14 years, 6 months ago
Thank you 🙂 Im glad you loved it!
Will be waiting for any of your thoughts! -
SlaFFik started the forum topic CD Avatar Bubble – any ideas to extend it? in the group Third Party Components & Plugins: 14 years, 6 months ago
I released some days ago a plugin called CD BuddyPress Avatar Bubble (download it here: https://wordpress.org/extend/plugins/cd-bp-avatar-bubble/).
Here is a link to the plugin-group: https://buddypress.org/community/groups/cd-bp-avatar-bubble/
So I would be thankfull if you tested it and give me some feedback. Any found bugs, ideas (even crazy) -…[Read more] -
Slava Abakumov posted a new activity comment 14 years, 6 months ago
You are kind to me 🙂 Thank you!
-
Slava Abakumov posted an update 14 years, 6 months ago
Ok, let’s do now some CD BuddyPress Avatar Bubble clean up and features’ addings..
-
Slava Abakumov posted a new activity comment 14 years, 6 months ago
@jeffsayre – not yet. I made a break in development of that plugin cause I didn’t find the way I can intrude in after post-saving process (I just need 1 DB query to be made right after the post is published of deleted). Insted I released Avatar Bubble for BuddyPress 🙂 It was announced on wpmu.org…
-
SlaFFik joined the group Localization 14 years, 7 months ago
-
SlaFFik joined the group Third Party Components & Plugins 14 years, 7 months ago
-
Slava Abakumov posted an update 14 years, 7 months ago
Uploading avatars here on BP.org is not working 🙁
And BuddyBar links (:visited I suppose) are grey – not good for visibility… -
Slava Abakumov posted an update 14 years, 7 months ago
Oh God, I started to receive spam messages on BuddyPress.org.
-
SlaFFik posted on the forum topic Display specific action from $wp_actions in the group WordPress Hook Sniffer: 14 years, 7 months ago
Jeff, Your plugin creates these and nothing else, but I need to use names of all the functions hooked into bp_adminbar_menus to insert data in db. I do this while activating my plugin and save results via add_option (can’t use directly in plugin, it rewrites those hooked just during installation so I need to be […]
-
SlaFFik posted on the forum topic Display specific action from $wp_actions in the group WordPress Hook Sniffer: 14 years, 7 months ago
The real problem is that I need to know all functions hooked into bp_adminbar_menus inside my plugin. I’m ablolutely rewriting AdminBar and to make everything sortable I need those hooks names. I got it via
function cd_abb_adminbar_hooks() { global $wp_filter; foreach ( (array)$wp_filter as $key => $value ) { if ( $key == 'bp_adminbar_menus' ) [...]
-
SlaFFik reviewed the plugin WordPress Hook Sniffer: 14 years, 7 months ago
This plugin is really great!
The best wishes to its author – Jeff! -
SlaFFik started the forum topic Display specific action from $wp_actions in the group WordPress Hook Sniffer: 14 years, 7 months ago
Hi Jeff, I looked into the code of your plugin and found that you didn’t use any special techniques to print all of the actions. I used this for my needs: global $wp_actions; $actions = $wp_actions; foreach ( $actions as $action ) { # echo $action . ‘ ‘; if ( $action == ‘bp_adminbar_menus’ ) $menus[] […]
-
SlaFFik joined the group WordPress Hook Sniffer 14 years, 7 months ago
-
Slava Abakumov posted a new activity comment 14 years, 7 months ago
Привет, могу. Вот ответ: http://cosydale.com/russian-buddypress-12.html#comment-9731
Попробуй и отпишись мне там, тут я нечастый гость.
@slaffik
Active 5 days, 16 hours ago