-
Travel-Junkie replied to the forum topic How do you 'Find and Replace' a word in the BP Activity table in the Database? in the group How-To and Troubleshooting 13 years, 2 months ago
That would be something like this:
UPDATE [tablename] SET [fieldname] = replace([fieldname],'[string_to_find]','[string_to_replace]');
You’ll need to substitute stuff like [tablename] with the correct values.
-
Travel-Junkie replied to the forum topic autocomplete on custom plugin in the group Creating & Extending 13 years, 2 months ago
You’ll have to enqueue the Javascript files in bp-messages/js/autocomplete and the css file in bp-messages/css/autocomplete. There’s also some inline JS that needs to be included, which you can find in […]
-
Travel-Junkie replied to the forum topic Q: working with $wpdb class and Buddypress 1.5 (custom SQL calls) in the group How-To and Troubleshooting 13 years, 2 months ago
If you want to add a record, then there are API functions to do that for you for the most part.
xprofile_insert_field()
is one such function. There’s more in bp-xprofile/bp-xprofile-functions.php.If you […]
-
Travel-Junkie replied to the forum topic Subpages of root component disappeared after upgrade to latest SVN in the group How-To and Troubleshooting 13 years, 2 months ago
That would’ve been something like this:
`function bpe_setup_globals()
{
global $bp;// some stuff
$bp-active_components[‘events’] = 1;
// some more stuff
}
add_action( […] -
Travel-Junkie replied to the forum topic Subpages of root component disappeared after upgrade to latest SVN in the group How-To and Troubleshooting 13 years, 2 months ago
Ended up using
register_activation_hook
andregister_deactivation_hook
to modify thebp-active-components
option, which populates the$bp->active_components
array. -
Travel-Junkie started the forum topic Subpages of root component disappeared after upgrade to latest SVN in the group How-To and Troubleshooting 13 years, 3 months ago
Hello all,
just a quick question for the core devs. Just upgraded to the latest 1.5 SVN version. Now, in Buddyvents, subpages of the root page are unavailable. The root page is available cause a direct match is […]
-
Travel-Junkie replied to the forum topic Confusing in the group How-To and Troubleshooting 13 years, 3 months ago
This site here is not a sandbox. It’s not meant to test things out. That would be http://testbp.org, as you can see from the theme, for example. testpb runs the default theme, while we have a more or less […]
-
Travel-Junkie started the forum topic Activity and site tracking in BP 1.5 – Possible bug in the group How-To and Troubleshooting 13 years, 3 months ago
Here’s something strange. On a clean install of WP and BP 1.5 I had the activity component on and the site tracking off. The activity page would then be inaccessible and redirect to the frontpage. When I […]
-
Travel-Junkie replied to the forum topic Rough guestimate for BP 1.5 in the group Miscellaneous 13 years, 3 months ago
Allright, cheers! More than a few days should be enough to fit everything in 🙂 There’s never enough hours in a day, though…
-
Travel-Junkie started the forum topic Rough guestimate for BP 1.5 in the group Miscellaneous 13 years, 3 months ago
Just wanted to get a feel for the arrival of BP 1.5 stable. Not looking for a definite date, but it’d be nice to know if we’re talking days or a couple weeks? Noticed quite a lot of movement on trac and at some […]
-
Travel-Junkie replied to the forum topic 937 lines of bugs !!! in the group How-To and Troubleshooting 13 years, 3 months ago
These are not bugs, they’re notices, meaning that the plugin will still work. These have been resolved in BP 1.5, btw.
-
Travel-Junkie started the forum topic Use of bp_activity_set_action() unclear in the group Creating & Extending 13 years, 3 months ago
Hello,
been going through BP 1.5 files and noticed the function
bp_activity_set_action()
and wasn’t sure what it actually does, apart from adding to the$bp->activity->actions` global.
This global is then only used […]
-
Travel-Junkie replied to the forum topic Are Your Plugins Compatible With The New BuddyPress 1.5? in the group How-To and Troubleshooting 13 years, 4 months ago
BP Xtra Signup is listed as working on your spreadsheet. It doesn’t add a root page, so should work just fine for 1.5 as it does for 1.2.x. Problem is that it’s not working properly in a MS environment (and hasn’t been for […]
-
Travel-Junkie replied to the forum topic Transferring from built in BBpress to new BBpress 2.0 in the group Creating & Extending 13 years, 4 months ago
You can do that already. BBPress 2.0 is a plugin, so it integrates with your current WP user base. If you wanted to you could just deactivate groups altogether and then install BBP 2.0. There’d be no activity stream integration, […]
-
Travel-Junkie replied to the forum topic How to use Group Extension API in the group Creating & Extending 13 years, 4 months ago
Why a new ticket? There’re all the actions you need to add new fields and save the data from these fields. Seems like that plugin might need some work. BP has all the necessary bits and pieces, though…
-
Travel-Junkie replied to the forum topic BuddyPress 1.5 compatibility for plugins and themes in the group Third Party Components & Plugins 13 years, 4 months ago
Nope, only the groups directory is a page, but not a single group. This topic is for compatibility issues, so please create your own topic if it’s not related. Cheers.
-
Travel-Junkie replied to the forum topic BuddyPress 1.5 compatibility for plugins and themes in the group Third Party Components & Plugins 13 years, 4 months ago
Mapology and Buddyvents are compatible with BP 1.5 now.
-
Travel-Junkie replied to the forum topic BuddyPress 1.5 compatibility for plugins and themes in the group Third Party Components & Plugins 13 years, 4 months ago
Mapology is in the works.
-
Travel-Junkie replied to the forum topic Buddypress Privacy in the group Creating & Extending 13 years, 4 months ago
Well,
bp_core_add_root_component()
is most likely responsible for creating the zillions of extra pages, so getting that sorted made my plugins work 70%, so it should be a good starting point… -
Travel-Junkie replied to the forum topic BP Xtra Signup in the group Third Party Components & Plugins 13 years, 4 months ago
Development of BP Xtra Signup has slowed down to a (backwards) crawl right now. I won’t be able to get it updated until after September.
- Load More
@anonymized-96400
Active 1 month, 3 weeks ago