Re: Getting Buddypress Functions in to Custom Theme
@hnla, no, I did not get it working? :0
BrownBuddy has the same problem as me, but brownbuddy is even worse when it comes to intigrated.
The steps I listed on the top of the thread got everything working except functions….
Such as…..
The dropdown bubble “%is a unique identifier for %…..”
And the friend request accept is broken, because functions are not listed.
The code to get this working is listed in bp-default theme’s functions:
`/* Add words that we need to use in JS to the end of the page so they can be translated and still used. */
function bp_dtheme_js_terms() { ?>
var bp_terms_my_favs = ”;
var bp_terms_accepted = ”;
var bp_terms_rejected = ”;
var bp_terms_show_all_comments = ”;
var bp_terms_show_all = ”;
var bp_terms_comments = ”;
var bp_terms_close = ”;
var bp_terms_mention_explain = ”;
<?php
}`
But Where do I put it so it gets working?
Putting it in Arras’s functions.php does the trick, but gets too many errors to even function on the site…