-
thekmen posted on the forum topic buddypress-skeleton-component – saving to database? in the group How-To and Troubleshooting: 14 years, 6 months ago
Just tried
add_action('groups_group_create_complete','data_to_add');
and it works! Is there something other than bp_activity_posted_update I should be using for updates maybe? -
thekmen posted on the forum topic buddypress-skeleton-component – saving to database? in the group How-To and Troubleshooting: 14 years, 6 months ago
yeah, i’m sure, watching the table in phpMyAdmin.
Can’t figure it out either, it’s just the bare bones skeleton component using the BP_Example_TableName class & does work when usingadd_action('wp','data_to_add');
so driving me nuts… -
thekmen posted on the forum topic buddypress-skeleton-component – saving to database? in the group How-To and Troubleshooting: 14 years, 6 months ago
No, I’m not trying to modify any of those three parameters. I just want to add separate data to a new DB table when a user posts an update.
Thanks again for all your help with this… -
thekmen posted on the forum topic buddypress-skeleton-component – saving to database? in the group How-To and Troubleshooting: 14 years, 6 months ago
Thanks @jeffsayre that’s some serious reading…
With ‘Action Event Firing Order’ turned on, I don’t see data_to_add being fired.
With ‘Action Event Firing’ turned on, I do get ‘Firing Sequence 71: bp_activity_posted_update –> data_to_add –> Time fired: 1273766497.1222’ after posting an update.I’m still completely lost though…
-
thekmen posted on the forum topic buddypress-skeleton-component – saving to database? in the group How-To and Troubleshooting: 14 years, 6 months ago
Thanks @jeffsayre, No errors & the save method seems to be receiving the data. using:
function add_my_data( $field_1, $field_2, $field_3 ) { global $bp; $update = new BP_Example_TableName(); $update->field_1 = $field_1; $update->field_2 = $field_2; $update->field_3 = $field_3; $save = $update->save(); return $save; } function data_to_add() {…
[Read more] -
thekmen started the forum topic buddypress-skeleton-component – saving to database? in the group How-To and Troubleshooting: 14 years, 6 months ago
Hi all, I’m playing with the buddypress-skeleton-component, but can’t get it to save data to a new database table. something like:
function add_my_data( $field_1, $field_2, $field_3 ) { global $bp; $update = new BP_Example_Template(); $update->field_1 = $field_1; $update->field_2 = $field_2; $update->field_3 = $field_3; $save = $update->save();…
[Read more] -
thekmen posted on the forum topic How to I edit the CSS? in the group CubePoints Buddypress Integration: 14 years, 6 months ago
@xberserker I have it done in the version with the points page, will def get it over to you tom.
-
thekmen posted an update 14 years, 6 months ago
more inbox spam from @anabelawa01, @apeatling
-
thekmen posted an update 14 years, 6 months ago
More inbox spam, this time from @baby10 – @apeatling
-
thekmen 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
@slaFFik sorry, site should be back up now, you can see the css issues I am having on http://american-idol-updates.com
-
thekmen posted on the forum topic Here come the spammers!!! in the group Requests & Feedback: 14 years, 6 months ago
also, while harder to combat but still surprised akismet didn’t kill the last post from @alstinwalker, lets not forget the link juice/indexing spammers, 5 mins with a post like that can give them the results they require.
-
thekmen posted on the forum topic Here come the spammers!!! in the group Requests & Feedback: 14 years, 6 months ago
Great posts & solutions @foxly. I am eagerly awaiting the next release of BP Album+, but would happily wait till this major issue is sorted out. Even on this site the spam is becoming more evident & annoying by the day. As it is, there is no way I would roll out BuddyPress out to my […]
-
thekmen posted on the forum topic For Problems Or Broken Things With The Recent BuddyPress.Org Redesign in the group Requests & Feedback: 14 years, 6 months ago
Finding the latest forum post on a plugin takes at least 4 clicks & is a bit of a nightmare.
Finding this thread to post in was a bigger nightmare, usability is still seriously messed up here even after been on every day since the site redesign. -
thekmen 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
Nice plugin, I’m having a css issue though. Think you need to add no padding & no border on images in the css so it overwrites theme css for the popup. See sidebar on http://american-idol-updates.com
Also, would be great to see it working on Group avatars.
-
thekmen joined the group CD BuddyPress Avatar Bubble 14 years, 6 months ago
-
thekmen posted a new activity comment 14 years, 6 months ago
It sounds like your template still has loads of errors.
TBH i’d scrap it & start over again. -
thekmen posted an update 14 years, 6 months ago
not again, can someone ban @gackys fast please?
-
thekmen posted on the forum topic Tutorial: cool way to display the members name when you mouse over avatars in the group Miscellaneous: 14 years, 6 months ago
@gian-ava adding the attribute could be done by jQuery but would be so much easier doing it in core, so should really be a trac request. as for adding the scripts to the footer, I’m sure you can add ‘true’ to the end of the end of wp_enqueue_script like
wp_enqueue_script( 'tipsy-js', TEMPLATEPATH . '/js/jquery.tipsy.js', array( 'jquery' [...]
-
thekmen posted on the forum topic Tutorial: cool way to display the members name when you mouse over avatars in the group Miscellaneous: 14 years, 6 months ago
@gian-ava nice writeup. However, I would do it without editing template files if possible. So rather than editing header.php, I’d upload the jquery.tipsy.js file to my themes js folder. Create a new file called jquery.tipsy.tips.js and upload to the same folder, use this file to add the jquery rules that you want the tips displayed on, […]
-
thekmen posted an update 14 years, 6 months ago
Is there nobody online that can ban @joymab fast?
- Load More
@thekmen
Not recently active