-
Eric started the topic How To implement Google AdWords Conversions in the forum How-to & Troubleshooting 8 years, 7 months ago
Hi there, i´d like to setup Google AdWords Conversions for my Buddypress site and track user registrations as conversions.
I already added the “Global site tag” to the general header which works fine, but how can i add the “Event tag” to the activate page (page after user clicks the account activation link)?
I tried the “Tracking Code Manager”…[Read more]
-
Alain Horak's profile was updated 8 years, 7 months ago
-
John James Jacoby replied to the topic Excluding a role from appearing in the directory, activity feed, etc in the forum How-to & Troubleshooting 8 years, 7 months ago
Hey @steverusso66! I noticed you hit an error when you posted your reply; sorry about that.
Everything should be all fixed up now.
-
Henry Wright replied to the topic Meeting Scheduler for "Members" in the forum Third Party Plugins 8 years, 7 months ago
It sounds like you need @imath‘s Rendez Vous plugin.
-
Henry Wright replied to the topic Problem with validation length in the forum How-to & Troubleshooting 8 years, 7 months ago
Try
if ( 10 === strlen( $string ) ) {
// The string length is exactly 10
} -
metalhead replied to the topic What is the best way to change "Friends" to "Contacts" sitewide..? in the forum How-to & Troubleshooting 8 years, 7 months ago
If you haven’t already, create a child theme.
Then copy your buddypress/template folder & subfolders over to your child theme.
Go through each file, search for instances of the word “FRIENDS,” and replace it with “CONNECTIONS.”
If you can’t find all instances of the word “FRIENDS” in these files, check your buddypress.po file and use Poedit to…[Read more]
-
metalhead replied to the topic What is the best way to change "Friends" to "Contacts" sitewide..? in the forum How-to & Troubleshooting 8 years, 7 months ago
If you haven’t already, create a child theme.
Then copy your buddypress/template folder & subfolders over to your child theme.
Go through each file, search for instances of the word “FRIENDS,” and replace it with “CONNECTIONS.”
Or, you can pay a developer thousands of dollars to make a plugin do it for you 🙂
-
robert fosterman's profile was updated 8 years, 7 months ago
-
Gnanasekaran Loganathan replied to the topic Buddypress X-profile field format changed in the forum How-to & Troubleshooting 8 years, 7 months ago
How can i change this like before, means need to store only value in database not serialised array
-
Hugo Ashmore replied to the topic Changing the generic "Registering for this site is easy" tag line. in the forum How-to & Troubleshooting 8 years, 7 months ago
@kristianngve
No it isn’t missing vital info, the clarification is directly after the instruction on naming convention for the BP folders in a child theme.N.B. Inside the subfolder ‘community’ you must preserve the path structure/folders that exist in the BP original /buddypress/ folder so /activity/ must be created to hold index.php or any of…
-
Blackhawk Cybersecurity replied to the topic registration and activation in the forum Installing BuddyPress 8 years, 7 months ago
The problem you’re having is really common, not related to any specific code or plugin, and it affects pretty much all WordPress emails (contact form emails, notices, etc) that are sent from a web server instead of through SMTP. (SMTP is what your email programs use.) You never know when a site will start having this problem, so it can appear…[Read more]
-
Henry Wright replied to the topic Registered User activation email not received in the forum Installing BuddyPress 8 years, 7 months ago
Hey @friendlygooners
You can go to Tools > BuddyPress in the WordPress admin area and then select Reinstall emails under Repair tools.
Is your user name a reference to Arsenal? I’m a fan 🙂
-
William Dent's profile was updated 8 years, 7 months ago
-
Caroline Jaya's profile was updated 8 years, 7 months ago
-
Gnanasekaran Loganathan started the topic Buddypress X-profile field format changed in the forum How-to & Troubleshooting 8 years, 7 months ago
I have extended profile field using checkbox type, Its previously stored only the value like “Man” in bp_xprofile_data table when this field used as radio type after change to checkbox type its stored like below,
a:1:{i:0;s:3:”Man”;}
-
Tom Scott's profile was updated 8 years, 7 months ago
-
Henry Wright replied to the topic Get Signup meta data in the forum How-to & Troubleshooting 8 years, 7 months ago
Try
$user = get_userdata( $user_id );
$signup = BP_Signup::get( $user->user_login ); -
Kristian Yngve replied to the topic Changing the generic "Registering for this site is easy" tag line. in the forum How-to & Troubleshooting 8 years, 7 months ago
BOOM!! cracked the issue.
The instructed root was missing vital info that could save a lot of us the headache…
IT IS NOT
/my-theme/buddypress/as instructed the Template Overload File.IT IS:
/my-theme/buddypress/members/to then save your file in that folder.
Ladies and Gentlemen, you’re welcome.
-
Kristian Yngve replied to the topic Changing the generic "Registering for this site is easy" tag line. in the forum How-to & Troubleshooting 8 years, 7 months ago
After clearing the cache and browser history, it seems to have nothing to do with the root.
But the only option I have for this Template Overload File to work is to tweak the file itself.
-
Kristian Yngve replied to the topic Changing the generic "Registering for this site is easy" tag line. in the forum How-to & Troubleshooting 8 years, 7 months ago
https://buddypress.org/support/topic/how-to-edit-the-text-in-registration-page/I have found and followed this as best I can, my Template Overload File is in this root:
Wp-content/themes/child-theme/buddypress/register.php/The problem is, I think, that Buddypress isn’t finding my Template Overload File in my child-folder.
Should the ideal…[Read more]
- Load More